Package ai.reveng.model
Class RemediationAgentResponse
java.lang.Object
ai.reveng.model.RemediationAgentResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RemediationAgentResponse
extends Object
RemediationAgentResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSnortRulesItem(String snortRulesItem) addStixRulesItem(String stixRulesItem) addYaraRulesItem(String yaraRulesItem) booleanstatic RemediationAgentResponseCreate an instance of RemediationAgentResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Generated Snort rules for the binaryGenerated STIX rules for the binaryGenerated YARA rules for the binaryinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetSnortRules(List<String> snortRules) voidsetStixRules(List<String> stixRules) voidsetYaraRules(List<String> yaraRules) snortRules(List<String> snortRules) toJson()Convert an instance of RemediationAgentResponse 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_YARA_RULES
- See Also:
-
SERIALIZED_NAME_SNORT_RULES
- See Also:
-
SERIALIZED_NAME_STIX_RULES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RemediationAgentResponse
public RemediationAgentResponse()
-
-
Method Details
-
yaraRules
-
addYaraRulesItem
-
getYaraRules
Generated YARA rules for the binary- Returns:
- yaraRules
-
setYaraRules
-
snortRules
-
addSnortRulesItem
-
getSnortRules
Generated Snort rules for the binary- Returns:
- snortRules
-
setSnortRules
-
stixRules
-
addStixRulesItem
-
getStixRules
Generated STIX rules for the binary- Returns:
- stixRules
-
setStixRules
-
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 RemediationAgentResponse 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 RemediationAgentResponse
-
fromJson
Create an instance of RemediationAgentResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RemediationAgentResponse
- Throws:
IOException- if the JSON string is invalid with respect to RemediationAgentResponse
-
toJson
Convert an instance of RemediationAgentResponse to an JSON string- Returns:
- JSON string
-