Package com.redhat.parodos.sdk.model
Class WorkFlowCheckerTaskRequestDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowCheckerTaskRequestDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowCheckerTaskRequestDTO
extends Object
WorkFlowCheckerTaskRequestDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of WorkFlowCheckerTaskRequestDTO given an JSON stringGet statusinthashCode()voidtoJson()Convert an instance of WorkFlowCheckerTaskRequestDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowCheckerTaskRequestDTO
public WorkFlowCheckerTaskRequestDTO()
-
-
Method Details
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
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 WorkFlowCheckerTaskRequestDTO
-
fromJson
Create an instance of WorkFlowCheckerTaskRequestDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowCheckerTaskRequestDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowCheckerTaskRequestDTO
-
toJson
Convert an instance of WorkFlowCheckerTaskRequestDTO to an JSON string- Returns:
- JSON string
-