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 stringGet canarygetNx()Get nxgetPie()Get piegetRelo()Get reloGet strippedinthashCode()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
-
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
-