Package com.redhat.parodos.sdk.model
Class WorkFlowContextResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowContextResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowContextResponseDTO
extends Object
WorkFlowContextResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic WorkFlowContextResponseDTOCreate an instance of WorkFlowContextResponseDTO given an JSON stringGet workFlowExecutionIdGet workFlowOptionsinthashCode()voidsetWorkFlowExecutionId(UUID workFlowExecutionId) voidsetWorkFlowOptions(WorkFlowOptionsResponseDTO workFlowOptions) toJson()Convert an instance of WorkFlowContextResponseDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundworkFlowExecutionId(UUID workFlowExecutionId) workFlowOptions(WorkFlowOptionsResponseDTO workFlowOptions)
-
Field Details
-
SERIALIZED_NAME_WORK_FLOW_EXECUTION_ID
- See Also:
-
SERIALIZED_NAME_WORK_FLOW_OPTIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowContextResponseDTO
public WorkFlowContextResponseDTO()
-
-
Method Details
-
workFlowExecutionId
-
getWorkFlowExecutionId
Get workFlowExecutionId- Returns:
- workFlowExecutionId
-
setWorkFlowExecutionId
-
workFlowOptions
-
getWorkFlowOptions
Get workFlowOptions- Returns:
- workFlowOptions
-
setWorkFlowOptions
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to WorkFlowContextResponseDTO
-
fromJson
Create an instance of WorkFlowContextResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowContextResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowContextResponseDTO
-
toJson
Convert an instance of WorkFlowContextResponseDTO to an JSON string- Returns:
- JSON string
-