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 stringGet characteristicsGet entropygetName()Get nameGet rawSizeGet sha3256Get virtualAddressGet virtualSizeinthashCode()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
-
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
-