Package ai.reveng.model
Class MemdumpEntry
java.lang.Object
ai.reveng.model.MemdumpEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class MemdumpEntry
extends Object
MemdumpEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondumpReason(String dumpReason) booleanstatic MemdumpEntryCreate an instance of MemdumpEntry given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get addressGet dumpReasonGet filenameGet fileTypegetIndex()Get indexgetIsPe()Get isPeGet methodGet mimeTypeGet sha256getSize()Get sizeGet targetAddrGet targetProcessinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAddress(String address) voidsetDumpReason(String dumpReason) voidsetFilename(String filename) voidsetFileType(String fileType) voidvoidvoidvoidsetMimeType(String mimeType) voidvoidvoidsetTargetAddr(String targetAddr) voidsetTargetProcess(Long targetProcess) targetAddr(String targetAddr) targetProcess(Long targetProcess) toJson()Convert an instance of MemdumpEntry to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ADDRESS
- See Also:
-
SERIALIZED_NAME_DUMP_REASON
- See Also:
-
SERIALIZED_NAME_FILE_TYPE
- See Also:
-
SERIALIZED_NAME_FILENAME
- See Also:
-
SERIALIZED_NAME_INDEX
- See Also:
-
SERIALIZED_NAME_IS_PE
- See Also:
-
SERIALIZED_NAME_METHOD
- See Also:
-
SERIALIZED_NAME_MIME_TYPE
- See Also:
-
SERIALIZED_NAME_SHA256
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_TARGET_ADDR
- See Also:
-
SERIALIZED_NAME_TARGET_PROCESS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
MemdumpEntry
public MemdumpEntry()
-
-
Method Details
-
address
-
getAddress
Get address- Returns:
- address
-
setAddress
-
dumpReason
-
getDumpReason
Get dumpReason- Returns:
- dumpReason
-
setDumpReason
-
fileType
-
getFileType
Get fileType- Returns:
- fileType
-
setFileType
-
filename
-
getFilename
Get filename- Returns:
- filename
-
setFilename
-
index
-
getIndex
Get index- Returns:
- index
-
setIndex
-
isPe
-
getIsPe
Get isPe- Returns:
- isPe
-
setIsPe
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
mimeType
-
getMimeType
Get mimeType- Returns:
- mimeType
-
setMimeType
-
sha256
-
getSha256
Get sha256- Returns:
- sha256
-
setSha256
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
targetAddr
-
getTargetAddr
Get targetAddr- Returns:
- targetAddr
-
setTargetAddr
-
targetProcess
-
getTargetProcess
Get targetProcess- Returns:
- targetProcess
-
setTargetProcess
-
putAdditionalProperty
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 propertyvalue- value of the property- Returns:
- the MemdumpEntry instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of MemdumpEntry to an JSON string- Returns:
- JSON string
-