Package ai.reveng.model
Class SecurityModel
java.lang.Object
ai.reveng.model.SecurityModel
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SecurityModel
extends Object
SecurityModel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappContainer(Boolean appContainer) boundImage(Boolean boundImage) codeIntegrity(Boolean codeIntegrity) driverModel(Boolean driverModel) booleanstatic SecurityModelCreate an instance of SecurityModel given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get appContainergetAslr()Get aslrGet boundImagegetCfg()Get cfgGet codeIntegritygetDep()Get depGet driverModelGet highEntropyGet imageIsolationgetSeh()Get sehGet terminalServerAwareinthashCode()highEntropy(Boolean highEntropy) imageIsolation(Boolean imageIsolation) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAppContainer(Boolean appContainer) voidvoidsetBoundImage(Boolean boundImage) voidvoidsetCodeIntegrity(Boolean codeIntegrity) voidvoidsetDriverModel(Boolean driverModel) voidsetHighEntropy(Boolean highEntropy) voidsetImageIsolation(Boolean imageIsolation) voidvoidsetTerminalServerAware(Boolean terminalServerAware) terminalServerAware(Boolean terminalServerAware) toJson()Convert an instance of SecurityModel 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_ASLR
- See Also:
-
SERIALIZED_NAME_DEP
- See Also:
-
SERIALIZED_NAME_CFG
- See Also:
-
SERIALIZED_NAME_DRIVER_MODEL
- See Also:
-
SERIALIZED_NAME_APP_CONTAINER
- See Also:
-
SERIALIZED_NAME_TERMINAL_SERVER_AWARE
- See Also:
-
SERIALIZED_NAME_IMAGE_ISOLATION
- See Also:
-
SERIALIZED_NAME_CODE_INTEGRITY
- See Also:
-
SERIALIZED_NAME_HIGH_ENTROPY
- See Also:
-
SERIALIZED_NAME_SEH
- See Also:
-
SERIALIZED_NAME_BOUND_IMAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SecurityModel
public SecurityModel()
-
-
Method Details
-
aslr
-
getAslr
Get aslr- Returns:
- aslr
-
setAslr
-
dep
-
getDep
Get dep- Returns:
- dep
-
setDep
-
cfg
-
getCfg
Get cfg- Returns:
- cfg
-
setCfg
-
driverModel
-
getDriverModel
Get driverModel- Returns:
- driverModel
-
setDriverModel
-
appContainer
-
getAppContainer
Get appContainer- Returns:
- appContainer
-
setAppContainer
-
terminalServerAware
-
getTerminalServerAware
Get terminalServerAware- Returns:
- terminalServerAware
-
setTerminalServerAware
-
imageIsolation
-
getImageIsolation
Get imageIsolation- Returns:
- imageIsolation
-
setImageIsolation
-
codeIntegrity
-
getCodeIntegrity
Get codeIntegrity- Returns:
- codeIntegrity
-
setCodeIntegrity
-
highEntropy
-
getHighEntropy
Get highEntropy- Returns:
- highEntropy
-
setHighEntropy
-
seh
-
getSeh
Get seh- Returns:
- seh
-
setSeh
-
boundImage
-
getBoundImage
Get boundImage- Returns:
- boundImage
-
setBoundImage
-
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 SecurityModel 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 SecurityModel
-
fromJson
Create an instance of SecurityModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SecurityModel
- Throws:
IOException- if the JSON string is invalid with respect to SecurityModel
-
toJson
Convert an instance of SecurityModel to an JSON string- Returns:
- JSON string
-