Package ai.reveng.model
Class ProcessDump
java.lang.Object
ai.reveng.model.ProcessDump
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ProcessDump
extends Object
ProcessDump
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactualFilename(String actualFilename) baseAddress(Integer baseAddress) booleanextendedMetadata(ProcessDumpMetadata extendedMetadata) filenameFriendly(String filenameFriendly) static ProcessDumpCreate an instance of ProcessDump given an JSON stringGet actualFilenameReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get baseAddressGet extendedMetadataGet filenameFriendlyinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetActualFilename(String actualFilename) voidsetBaseAddress(Integer baseAddress) voidsetExtendedMetadata(ProcessDumpMetadata extendedMetadata) voidsetFilenameFriendly(String filenameFriendly) toJson()Convert an instance of ProcessDump 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_BASE_ADDRESS
- See Also:
-
SERIALIZED_NAME_ACTUAL_FILENAME
- See Also:
-
SERIALIZED_NAME_FILENAME_FRIENDLY
- See Also:
-
SERIALIZED_NAME_EXTENDED_METADATA
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ProcessDump
public ProcessDump()
-
-
Method Details
-
baseAddress
-
getBaseAddress
Get baseAddress- Returns:
- baseAddress
-
setBaseAddress
-
actualFilename
-
getActualFilename
Get actualFilename- Returns:
- actualFilename
-
setActualFilename
-
filenameFriendly
-
getFilenameFriendly
Get filenameFriendly- Returns:
- filenameFriendly
-
setFilenameFriendly
-
extendedMetadata
-
getExtendedMetadata
Get extendedMetadata- Returns:
- extendedMetadata
-
setExtendedMetadata
-
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 ProcessDump 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 ProcessDump
-
fromJson
Create an instance of ProcessDump given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProcessDump
- Throws:
IOException- if the JSON string is invalid with respect to ProcessDump
-
toJson
Convert an instance of ProcessDump to an JSON string- Returns:
- JSON string
-