Class MemdumpEntry

java.lang.Object
ai.reveng.model.MemdumpEntry

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

  • Constructor Details

    • MemdumpEntry

      public MemdumpEntry()
  • Method Details

    • address

      public MemdumpEntry address(@Nonnull String address)
    • getAddress

      @Nonnull public String getAddress()
      Get address
      Returns:
      address
    • setAddress

      public void setAddress(@Nonnull String address)
    • dumpReason

      public MemdumpEntry dumpReason(@Nonnull String dumpReason)
    • getDumpReason

      @Nonnull public String getDumpReason()
      Get dumpReason
      Returns:
      dumpReason
    • setDumpReason

      public void setDumpReason(@Nonnull String dumpReason)
    • fileType

      public MemdumpEntry fileType(@Nullable String fileType)
    • getFileType

      @Nullable public String getFileType()
      Get fileType
      Returns:
      fileType
    • setFileType

      public void setFileType(@Nullable String fileType)
    • filename

      public MemdumpEntry filename(@Nonnull String filename)
    • getFilename

      @Nonnull public String getFilename()
      Get filename
      Returns:
      filename
    • setFilename

      public void setFilename(@Nonnull String filename)
    • index

      public MemdumpEntry index(@Nonnull Long index)
    • getIndex

      @Nonnull public Long getIndex()
      Get index
      Returns:
      index
    • setIndex

      public void setIndex(@Nonnull Long index)
    • isPe

      public MemdumpEntry isPe(@Nullable Boolean isPe)
    • getIsPe

      @Nullable public Boolean getIsPe()
      Get isPe
      Returns:
      isPe
    • setIsPe

      public void setIsPe(@Nullable Boolean isPe)
    • method

      public MemdumpEntry method(@Nonnull String method)
    • getMethod

      @Nonnull public String getMethod()
      Get method
      Returns:
      method
    • setMethod

      public void setMethod(@Nonnull String method)
    • mimeType

      public MemdumpEntry mimeType(@Nullable String mimeType)
    • getMimeType

      @Nullable public String getMimeType()
      Get mimeType
      Returns:
      mimeType
    • setMimeType

      public void setMimeType(@Nullable String mimeType)
    • sha256

      public MemdumpEntry sha256(@Nullable String sha256)
    • getSha256

      @Nullable public String getSha256()
      Get sha256
      Returns:
      sha256
    • setSha256

      public void setSha256(@Nullable String sha256)
    • size

      public MemdumpEntry size(@Nonnull Long size)
    • getSize

      @Nonnull public Long getSize()
      Get size
      Returns:
      size
    • setSize

      public void setSize(@Nonnull Long size)
    • targetAddr

      public MemdumpEntry targetAddr(@Nullable String targetAddr)
    • getTargetAddr

      @Nullable public String getTargetAddr()
      Get targetAddr
      Returns:
      targetAddr
    • setTargetAddr

      public void setTargetAddr(@Nullable String targetAddr)
    • targetProcess

      public MemdumpEntry targetProcess(@Nullable Long targetProcess)
    • getTargetProcess

      @Nullable public Long getTargetProcess()
      Get targetProcess
      Returns:
      targetProcess
    • setTargetProcess

      public void setTargetProcess(@Nullable Long targetProcess)
    • 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 MemdumpEntry
    • fromJson

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

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