Package ai.reveng.model
Class SecurityChecksResult
java.lang.Object
ai.reveng.model.SecurityChecksResult
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SecurityChecksResult
extends Object
SecurityChecksResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(ConfidenceType confidence) description(String description) booleanstatic SecurityChecksResultCreate an instance of SecurityChecksResult given an JSON stringfunctionId(Long functionId) functionName(String functionName) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get confidenceGet descriptionGet functionIdGet functionNamegetName()Get nameGet remediationGet severityGet vulnClassinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.remediation(String remediation) voidsetConfidence(ConfidenceType confidence) voidsetDescription(String description) voidsetFunctionId(Long functionId) voidsetFunctionName(String functionName) voidvoidsetRemediation(String remediation) voidsetSeverity(SeverityType severity) voidsetVulnClass(VulnerabilityType vulnClass) severity(SeverityType severity) toJson()Convert an instance of SecurityChecksResult to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundvulnClass(VulnerabilityType vulnClass)
-
Field Details
-
SERIALIZED_NAME_FUNCTION_ID
- See Also:
-
SERIALIZED_NAME_FUNCTION_NAME
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VULN_CLASS
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_REMEDIATION
- See Also:
-
SERIALIZED_NAME_CONFIDENCE
- See Also:
-
SERIALIZED_NAME_SEVERITY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SecurityChecksResult
public SecurityChecksResult()
-
-
Method Details
-
functionId
-
getFunctionId
Get functionId- Returns:
- functionId
-
setFunctionId
-
functionName
-
getFunctionName
Get functionName- Returns:
- functionName
-
setFunctionName
-
name
-
getName
Get name- Returns:
- name
-
setName
-
vulnClass
-
getVulnClass
Get vulnClass- Returns:
- vulnClass
-
setVulnClass
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
remediation
-
getRemediation
Get remediation- Returns:
- remediation
-
setRemediation
-
confidence
-
getConfidence
Get confidence- Returns:
- confidence
-
setConfidence
-
severity
-
getSeverity
Get severity- Returns:
- severity
-
setSeverity
-
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 SecurityChecksResult 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 SecurityChecksResult
-
fromJson
Create an instance of SecurityChecksResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SecurityChecksResult
- Throws:
IOException- if the JSON string is invalid with respect to SecurityChecksResult
-
toJson
Convert an instance of SecurityChecksResult to an JSON string- Returns:
- JSON string
-