Class AppApiRestV2FunctionsTypesFunction

java.lang.Object
ai.reveng.model.AppApiRestV2FunctionsTypesFunction

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AppApiRestV2FunctionsTypesFunction extends Object
AppApiRestV2FunctionsTypesFunction
  • Field Details

  • Constructor Details

    • AppApiRestV2FunctionsTypesFunction

      public AppApiRestV2FunctionsTypesFunction()
  • Method Details

    • functionId

      public AppApiRestV2FunctionsTypesFunction functionId(@Nonnull Integer functionId)
    • getFunctionId

      @Nonnull public Integer getFunctionId()
      Function id
      Returns:
      functionId
    • setFunctionId

      public void setFunctionId(@Nonnull Integer functionId)
    • functionName

      public AppApiRestV2FunctionsTypesFunction functionName(@Nonnull String functionName)
    • getFunctionName

      @Nonnull public String getFunctionName()
      Demangled name of the function
      Returns:
      functionName
    • setFunctionName

      public void setFunctionName(@Nonnull String functionName)
    • functionMangledName

      public AppApiRestV2FunctionsTypesFunction functionMangledName(@Nonnull String functionMangledName)
    • getFunctionMangledName

      @Nonnull public String getFunctionMangledName()
      Mangled name of the function
      Returns:
      functionMangledName
    • setFunctionMangledName

      public void setFunctionMangledName(@Nonnull String functionMangledName)
    • functionVaddr

      public AppApiRestV2FunctionsTypesFunction functionVaddr(@Nonnull Long functionVaddr)
    • getFunctionVaddr

      @Nonnull public Long getFunctionVaddr()
      Function virtual address
      Returns:
      functionVaddr
    • setFunctionVaddr

      public void setFunctionVaddr(@Nonnull Long functionVaddr)
    • functionSize

      public AppApiRestV2FunctionsTypesFunction functionSize(@Nonnull Integer functionSize)
    • getFunctionSize

      @Nonnull public Integer getFunctionSize()
      Function size
      Returns:
      functionSize
    • setFunctionSize

      public void setFunctionSize(@Nonnull Integer functionSize)
    • debug

      public AppApiRestV2FunctionsTypesFunction debug(@Nonnull Boolean debug)
    • getDebug

      @Nonnull public Boolean getDebug()
      Whether the function is debug
      Returns:
      debug
    • setDebug

      public void setDebug(@Nonnull Boolean debug)
    • embedding3d

      public AppApiRestV2FunctionsTypesFunction embedding3d(@Nullable List<BigDecimal> embedding3d)
    • addEmbedding3dItem

      public AppApiRestV2FunctionsTypesFunction addEmbedding3dItem(BigDecimal embedding3dItem)
    • getEmbedding3d

      @Nullable public List<BigDecimal> getEmbedding3d()
      Get embedding3d
      Returns:
      embedding3d
    • setEmbedding3d

      public void setEmbedding3d(@Nullable List<BigDecimal> embedding3d)
    • embedding1d

      public AppApiRestV2FunctionsTypesFunction embedding1d(@Nullable List<BigDecimal> embedding1d)
    • addEmbedding1dItem

      public AppApiRestV2FunctionsTypesFunction addEmbedding1dItem(BigDecimal embedding1dItem)
    • getEmbedding1d

      @Nullable public List<BigDecimal> getEmbedding1d()
      Get embedding1d
      Returns:
      embedding1d
    • setEmbedding1d

      public void setEmbedding1d(@Nullable List<BigDecimal> embedding1d)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to AppApiRestV2FunctionsTypesFunction
    • fromJson

      public static AppApiRestV2FunctionsTypesFunction fromJson(String jsonString) throws IOException
      Create an instance of AppApiRestV2FunctionsTypesFunction given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of AppApiRestV2FunctionsTypesFunction
      Throws:
      IOException - if the JSON string is invalid with respect to AppApiRestV2FunctionsTypesFunction
    • toJson

      public String toJson()
      Convert an instance of AppApiRestV2FunctionsTypesFunction to an JSON string
      Returns:
      JSON string