Package com.redhat.parodos.sdk.model
Class WorkFlowRequestDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowRequestDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowRequestDTO
extends Object
WorkFlowRequestDTO
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddArgumentsItem(ArgumentRequestDTO argumentsItem) addWorksItem(WorkRequestDTO worksItem) arguments(List<ArgumentRequestDTO> arguments) booleanstatic WorkFlowRequestDTOCreate an instance of WorkFlowRequestDTO given an JSON stringGet argumentsGet invokingExecutionIdGet projectIdGet workFlowNamegetWorks()Get worksinthashCode()invokingExecutionId(UUID invokingExecutionId) voidsetArguments(List<ArgumentRequestDTO> arguments) voidsetInvokingExecutionId(UUID invokingExecutionId) voidsetProjectId(UUID projectId) voidsetWorkFlowName(String workFlowName) voidsetWorks(List<WorkRequestDTO> works) toJson()Convert an instance of WorkFlowRequestDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundworkFlowName(String workFlowName) works(List<WorkRequestDTO> works)
-
Field Details
-
SERIALIZED_NAME_ARGUMENTS
- See Also:
-
SERIALIZED_NAME_INVOKING_EXECUTION_ID
- See Also:
-
SERIALIZED_NAME_PROJECT_ID
- See Also:
-
SERIALIZED_NAME_WORK_FLOW_NAME
- See Also:
-
SERIALIZED_NAME_WORKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowRequestDTO
public WorkFlowRequestDTO()
-
-
Method Details
-
arguments
-
addArgumentsItem
-
getArguments
Get arguments- Returns:
- arguments
-
setArguments
-
invokingExecutionId
-
getInvokingExecutionId
Get invokingExecutionId- Returns:
- invokingExecutionId
-
setInvokingExecutionId
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
workFlowName
-
getWorkFlowName
Get workFlowName- Returns:
- workFlowName
-
setWorkFlowName
-
works
-
addWorksItem
-
getWorks
Get works- Returns:
- works
-
setWorks
-
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 WorkFlowRequestDTO
-
fromJson
Create an instance of WorkFlowRequestDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowRequestDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowRequestDTO
-
toJson
Convert an instance of WorkFlowRequestDTO to an JSON string- Returns:
- JSON string
-