Package ai.reveng.model
Class StartMatchingOutputBody
java.lang.Object
ai.reveng.model.StartMatchingOutputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class StartMatchingOutputBody
extends Object
StartMatchingOutputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumCurrent workflow status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMessagesItem(ProgressMessage messagesItem) booleanstatic StartMatchingOutputBodyCreate an instance of StartMatchingOutputBody given an JSON stringOpaque token for this matching run.Log messages emitted during executionCurrent workflow statusgetStep()Name of the current stepZero-based index of the current stepTotal number of steps in the workflowinthashCode()messages(List<ProgressMessage> messages) voidsetMatchId(String matchId) voidsetMessages(List<ProgressMessage> messages) voidvoidvoidsetStepIndex(Long stepIndex) voidsetStepsTotal(Long stepsTotal) stepsTotal(Long stepsTotal) toJson()Convert an instance of StartMatchingOutputBody 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_MATCH_ID
- See Also:
-
SERIALIZED_NAME_MESSAGES
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_STEP
- See Also:
-
SERIALIZED_NAME_STEP_INDEX
- See Also:
-
SERIALIZED_NAME_STEPS_TOTAL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
StartMatchingOutputBody
public StartMatchingOutputBody()
-
-
Method Details
-
matchId
-
getMatchId
Opaque token for this matching run. Pass it to the GET/status endpoints' match_id query parameter to fetch this exact run.- Returns:
- matchId
-
setMatchId
-
messages
-
addMessagesItem
-
getMessages
Log messages emitted during execution- Returns:
- messages
-
setMessages
-
status
-
getStatus
Current workflow status- Returns:
- status
-
setStatus
-
step
-
getStep
Name of the current step- Returns:
- step
-
setStep
-
stepIndex
-
getStepIndex
Zero-based index of the current step- Returns:
- stepIndex
-
setStepIndex
-
stepsTotal
-
getStepsTotal
Total number of steps in the workflow- Returns:
- stepsTotal
-
setStepsTotal
-
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 StartMatchingOutputBody
-
fromJson
Create an instance of StartMatchingOutputBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of StartMatchingOutputBody
- Throws:
IOException- if the JSON string is invalid with respect to StartMatchingOutputBody
-
toJson
Convert an instance of StartMatchingOutputBody to an JSON string- Returns:
- JSON string
-