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(@Nullable String address)
    • getAddress

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

      public void setAddress(@Nullable String address)
    • dumpReason

      public MemdumpEntry dumpReason(@Nullable String dumpReason)
    • getDumpReason

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

      public void setDumpReason(@Nullable 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(@Nullable String filename)
    • getFilename

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

      public void setFilename(@Nullable 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(@Nullable String method)
    • getMethod

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

      public void setMethod(@Nullable 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)
    • putAdditionalProperty

      public MemdumpEntry 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 MemdumpEntry 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 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