Package ai.reveng.model
Class TriageReportResponse
java.lang.Object
ai.reveng.model.TriageReportResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TriageReportResponse
extends Object
TriageReportResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFunctionsItem(TriageFunctionResponse functionsItem) booleanstatic TriageReportResponseCreate an instance of TriageReportResponse given an JSON stringfunctions(List<TriageFunctionResponse> functions) Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.List of triaged functionsOverall triage score for the software minimum: 0 maximum: 1Summary of the triage analysisinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetFunctions(List<TriageFunctionResponse> functions) voidsetSoftwareScore(BigDecimal softwareScore) voidsetSummary(String summary) softwareScore(BigDecimal softwareScore) toJson()Convert an instance of TriageReportResponse 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_SOFTWARE_SCORE
- See Also:
-
SERIALIZED_NAME_SUMMARY
- See Also:
-
SERIALIZED_NAME_FUNCTIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TriageReportResponse
public TriageReportResponse()
-
-
Method Details
-
softwareScore
-
getSoftwareScore
Overall triage score for the software minimum: 0 maximum: 1- Returns:
- softwareScore
-
setSoftwareScore
-
summary
-
getSummary
Summary of the triage analysis- Returns:
- summary
-
setSummary
-
functions
-
addFunctionsItem
-
getFunctions
List of triaged functions- Returns:
- functions
-
setFunctions
-
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 TriageReportResponse 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 TriageReportResponse
-
fromJson
Create an instance of TriageReportResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TriageReportResponse
- Throws:
IOException- if the JSON string is invalid with respect to TriageReportResponse
-
toJson
Convert an instance of TriageReportResponse to an JSON string- Returns:
- JSON string
-