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(Integer functionId) functionName(String functionName) Get confidenceGet descriptionGet functionIdGet functionNamegetName()Get nameGet remediationGet severityGet vulnClassinthashCode()remediation(String remediation) voidsetConfidence(ConfidenceType confidence) voidsetDescription(String description) voidsetFunctionId(Integer 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
-
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
-