Package ai.reveng.model
Class SingleSectionModel
java.lang.Object
ai.reveng.model.SingleSectionModel
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SingleSectionModel
extends Object
SingleSectionModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharacteristics(String characteristics) entropy(BigDecimal entropy) booleanstatic SingleSectionModelCreate an instance of SingleSectionModel given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get characteristicsGet entropygetName()Get nameGet rawSizeGet sha3256Get virtualAddressGet virtualSizeinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCharacteristics(String characteristics) voidsetEntropy(BigDecimal entropy) voidvoidsetRawSize(Integer rawSize) voidsetSha3256(String sha3256) voidsetVirtualAddress(Integer virtualAddress) voidsetVirtualSize(Integer virtualSize) toJson()Convert an instance of SingleSectionModel to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundvirtualAddress(Integer virtualAddress) virtualSize(Integer virtualSize)
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VIRTUAL_ADDRESS
- See Also:
-
SERIALIZED_NAME_VIRTUAL_SIZE
- See Also:
-
SERIALIZED_NAME_CHARACTERISTICS
- See Also:
-
SERIALIZED_NAME_RAW_SIZE
- See Also:
-
SERIALIZED_NAME_ENTROPY
- See Also:
-
SERIALIZED_NAME_SHA3256
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SingleSectionModel
public SingleSectionModel()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
virtualAddress
-
getVirtualAddress
Get virtualAddress- Returns:
- virtualAddress
-
setVirtualAddress
-
virtualSize
-
getVirtualSize
Get virtualSize- Returns:
- virtualSize
-
setVirtualSize
-
characteristics
-
getCharacteristics
Get characteristics- Returns:
- characteristics
-
setCharacteristics
-
rawSize
-
getRawSize
Get rawSize- Returns:
- rawSize
-
setRawSize
-
entropy
-
getEntropy
Get entropy- Returns:
- entropy
-
setEntropy
-
sha3256
-
getSha3256
Get sha3256- Returns:
- sha3256
-
setSha3256
-
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 SingleSectionModel 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 SingleSectionModel
-
fromJson
Create an instance of SingleSectionModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SingleSectionModel
- Throws:
IOException- if the JSON string is invalid with respect to SingleSectionModel
-
toJson
Convert an instance of SingleSectionModel to an JSON string- Returns:
- JSON string
-