Class FunctionsDetailResponse

java.lang.Object
ai.reveng.model.FunctionsDetailResponse

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

  • Constructor Details

    • FunctionsDetailResponse

      public FunctionsDetailResponse()
  • Method Details

    • functionId

      public FunctionsDetailResponse functionId(@Nonnull Long functionId)
    • getFunctionId

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

      public void setFunctionId(@Nonnull Long functionId)
    • functionName

      public FunctionsDetailResponse functionName(@Nonnull String functionName)
    • getFunctionName

      @Nonnull public String getFunctionName()
      Get functionName
      Returns:
      functionName
    • setFunctionName

      public void setFunctionName(@Nonnull String functionName)
    • functionNameMangled

      public FunctionsDetailResponse functionNameMangled(@Nonnull String functionNameMangled)
    • getFunctionNameMangled

      @Nonnull public String getFunctionNameMangled()
      Get functionNameMangled
      Returns:
      functionNameMangled
    • setFunctionNameMangled

      public void setFunctionNameMangled(@Nonnull String functionNameMangled)
    • functionVaddr

      public FunctionsDetailResponse functionVaddr(@Nonnull Long functionVaddr)
    • getFunctionVaddr

      @Nonnull public Long getFunctionVaddr()
      Get functionVaddr
      Returns:
      functionVaddr
    • setFunctionVaddr

      public void setFunctionVaddr(@Nonnull Long functionVaddr)
    • functionSize

      public FunctionsDetailResponse functionSize(@Nonnull Integer functionSize)
    • getFunctionSize

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

      public void setFunctionSize(@Nonnull Integer functionSize)
    • analysisId

      public FunctionsDetailResponse analysisId(@Nonnull Integer analysisId)
    • getAnalysisId

      @Nonnull public Integer getAnalysisId()
      Get analysisId
      Returns:
      analysisId
    • setAnalysisId

      public void setAnalysisId(@Nonnull Integer analysisId)
    • binaryId

      public FunctionsDetailResponse binaryId(@Nonnull Integer binaryId)
    • getBinaryId

      @Nonnull public Integer getBinaryId()
      Get binaryId
      Returns:
      binaryId
    • setBinaryId

      public void setBinaryId(@Nonnull Integer binaryId)
    • binaryName

      public FunctionsDetailResponse binaryName(@Nonnull String binaryName)
    • getBinaryName

      @Nonnull public String getBinaryName()
      Get binaryName
      Returns:
      binaryName
    • setBinaryName

      public void setBinaryName(@Nonnull String binaryName)
    • sha256Hash

      public FunctionsDetailResponse sha256Hash(@Nonnull String sha256Hash)
    • getSha256Hash

      @Nonnull public String getSha256Hash()
      Get sha256Hash
      Returns:
      sha256Hash
    • setSha256Hash

      public void setSha256Hash(@Nonnull String sha256Hash)
    • debugHash

      public FunctionsDetailResponse debugHash(@Nullable String debugHash)
    • getDebugHash

      @Nullable public String getDebugHash()
      Get debugHash
      Returns:
      debugHash
    • setDebugHash

      public void setDebugHash(@Nullable String debugHash)
    • debug

      public FunctionsDetailResponse debug(@Nonnull Boolean debug)
    • getDebug

      @Nonnull public Boolean getDebug()
      Get debug
      Returns:
      debug
    • setDebug

      public void setDebug(@Nonnull Boolean debug)
    • putAdditionalProperty

      public FunctionsDetailResponse putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the FunctionsDetailResponse instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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 FunctionsDetailResponse
    • fromJson

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

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