Package ai.reveng.model
Class SecurityChecksResponse
java.lang.Object
ai.reveng.model.SecurityChecksResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SecurityChecksResponse
extends Object
SecurityChecksResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultsItem(SecurityChecksResult resultsItem) booleanstatic SecurityChecksResponseCreate an instance of SecurityChecksResponse given an JSON stringGet binaryIdGet resultsGet totalResultsinthashCode()results(List<SecurityChecksResult> results) voidsetBinaryId(Integer binaryId) voidsetResults(List<SecurityChecksResult> results) voidsetTotalResults(Integer totalResults) toJson()Convert an instance of SecurityChecksResponse to an JSON stringtoString()totalResults(Integer totalResults) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_BINARY_ID
- See Also:
-
SERIALIZED_NAME_TOTAL_RESULTS
- See Also:
-
SERIALIZED_NAME_RESULTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
SecurityChecksResponse
public SecurityChecksResponse()
-
-
Method Details
-
binaryId
-
getBinaryId
Get binaryId- Returns:
- binaryId
-
setBinaryId
-
totalResults
-
getTotalResults
Get totalResults- Returns:
- totalResults
-
setTotalResults
-
results
-
addResultsItem
-
getResults
Get results- Returns:
- results
-
setResults
-
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 SecurityChecksResponse
-
fromJson
Create an instance of SecurityChecksResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SecurityChecksResponse
- Throws:
IOException- if the JSON string is invalid with respect to SecurityChecksResponse
-
toJson
Convert an instance of SecurityChecksResponse to an JSON string- Returns:
- JSON string
-