Package com.redhat.parodos.sdk.model
Class WorkFlowExecutionResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowExecutionResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowExecutionResponseDTO
extends Object
WorkFlowExecutionResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets workStatus -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic WorkFlowExecutionResponseDTOCreate an instance of WorkFlowExecutionResponseDTO given an JSON stringGet workFlowExecutionIdGet workStatusinthashCode()voidsetWorkFlowExecutionId(UUID workFlowExecutionId) voidtoJson()Convert an instance of WorkFlowExecutionResponseDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundworkFlowExecutionId(UUID workFlowExecutionId)
-
Field Details
-
SERIALIZED_NAME_WORK_FLOW_EXECUTION_ID
- See Also:
-
SERIALIZED_NAME_WORK_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowExecutionResponseDTO
public WorkFlowExecutionResponseDTO()
-
-
Method Details
-
workFlowExecutionId
-
getWorkFlowExecutionId
Get workFlowExecutionId- Returns:
- workFlowExecutionId
-
setWorkFlowExecutionId
-
workStatus
public WorkFlowExecutionResponseDTO workStatus(WorkFlowExecutionResponseDTO.WorkStatusEnum workStatus) -
getWorkStatus
Get workStatus- Returns:
- workStatus
-
setWorkStatus
-
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 WorkFlowExecutionResponseDTO
-
fromJson
Create an instance of WorkFlowExecutionResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowExecutionResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowExecutionResponseDTO
-
toJson
Convert an instance of WorkFlowExecutionResponseDTO to an JSON string- Returns:
- JSON string
-