Package ai.reveng.model
Class GetMatchesOutputBody
java.lang.Object
ai.reveng.model.GetMatchesOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class GetMatchesOutputBody
extends Object
GetMatchesOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumCurrent workflow status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMatchesItem(FunctionMatch matchesItem) booleanstatic GetMatchesOutputBodyCreate an instance of GetMatchesOutputBody given an JSON stringPer-source-function matches.Current workflow statusinthashCode()matches(List<FunctionMatch> matches) voidsetMatches(List<FunctionMatch> matches) voidtoJson()Convert an instance of GetMatchesOutputBody 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_MATCHES
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetMatchesOutputBody
public GetMatchesOutputBody()
-
-
Method Details
-
matches
-
addMatchesItem
-
getMatches
Per-source-function matches. Populated when status=COMPLETED; empty otherwise.- Returns:
- matches
-
setMatches
-
status
-
getStatus
Current workflow status- Returns:
- status
-
setStatus
-
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 GetMatchesOutputBody
-
fromJson
Create an instance of GetMatchesOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetMatchesOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to GetMatchesOutputBody
-
toJson
Convert an instance of GetMatchesOutputBody to an JSON string- Returns:
- JSON string
-