Class ImportedFunctionCallerEntry

java.lang.Object
ai.reveng.model.ImportedFunctionCallerEntry

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

  • Constructor Details

    • ImportedFunctionCallerEntry

      public ImportedFunctionCallerEntry()
  • Method Details

    • functionId

      public ImportedFunctionCallerEntry functionId(@Nonnull Long functionId)
    • getFunctionId

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

      public void setFunctionId(@Nonnull Long functionId)
    • functionName

      public ImportedFunctionCallerEntry functionName(@Nonnull String functionName)
    • getFunctionName

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

      public void setFunctionName(@Nonnull String functionName)
    • functionVaddr

      public ImportedFunctionCallerEntry functionVaddr(@Nonnull Long functionVaddr)
    • getFunctionVaddr

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

      public void setFunctionVaddr(@Nonnull Long functionVaddr)
    • stubVaddr

      public ImportedFunctionCallerEntry stubVaddr(@Nonnull Long stubVaddr)
    • getStubVaddr

      @Nonnull public Long getStubVaddr()
      The PLT/stub address this caller targets.
      Returns:
      stubVaddr
    • setStubVaddr

      public void setStubVaddr(@Nonnull Long stubVaddr)
    • 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 ImportedFunctionCallerEntry
    • fromJson

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

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