Package ai.reveng.model
Class ELFSecurity
java.lang.Object
ai.reveng.model.ELFSecurity
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ELFSecurity
extends Object
ELFSecurity
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ELFSecurityCreate an instance of ELFSecurity given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get canarygetNx()Get nxgetPie()Get piegetRelo()Get reloGet strippedinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidvoidvoidvoidsetStripped(Boolean stripped) toJson()Convert an instance of ELFSecurity 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_PIE
- See Also:
-
SERIALIZED_NAME_STRIPPED
- See Also:
-
SERIALIZED_NAME_CANARY
- See Also:
-
SERIALIZED_NAME_NX
- See Also:
-
SERIALIZED_NAME_RELO
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ELFSecurity
public ELFSecurity()
-
-
Method Details
-
pie
-
getPie
Get pie- Returns:
- pie
-
setPie
-
stripped
-
getStripped
Get stripped- Returns:
- stripped
-
setStripped
-
canary
-
getCanary
Get canary- Returns:
- canary
-
setCanary
-
nx
-
getNx
Get nx- Returns:
- nx
-
setNx
-
relo
-
getRelo
Get relo- Returns:
- relo
-
setRelo
-
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 ELFSecurity 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 ELFSecurity
-
fromJson
Create an instance of ELFSecurity given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ELFSecurity
- Throws:
IOException- if the JSON string is invalid with respect to ELFSecurity
-
toJson
Convert an instance of ELFSecurity to an JSON string- Returns:
- JSON string
-