Package com.redhat.parodos.sdk.model
Class WorkFlowResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowResponseDTO
extends Object
WorkFlowResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets workFlowTypestatic enumGets or Sets workStatus -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalInfosItem(AdditionalInfo additionalInfosItem) additionalInfos(List<AdditionalInfo> additionalInfos) booleanstatic WorkFlowResponseDTOCreate an instance of WorkFlowResponseDTO given an JSON stringGet additionalInfosGet endDateGet executeByGet projectIdGet startDateGet workFlowExecutionIdGet workFlowNameGet workFlowTypeGet workStatusinthashCode()voidsetAdditionalInfos(List<AdditionalInfo> additionalInfos) voidsetEndDate(String endDate) voidsetExecuteBy(String executeBy) voidsetProjectId(UUID projectId) voidsetStartDate(String startDate) voidsetWorkFlowExecutionId(UUID workFlowExecutionId) voidsetWorkFlowName(String workFlowName) voidsetWorkFlowType(WorkFlowResponseDTO.WorkFlowTypeEnum workFlowType) voidsetWorkStatus(WorkFlowResponseDTO.WorkStatusEnum workStatus) toJson()Convert an instance of WorkFlowResponseDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundworkFlowExecutionId(UUID workFlowExecutionId) workFlowName(String workFlowName) workFlowType(WorkFlowResponseDTO.WorkFlowTypeEnum workFlowType) workStatus(WorkFlowResponseDTO.WorkStatusEnum workStatus)
-
Field Details
-
SERIALIZED_NAME_ADDITIONAL_INFOS
- See Also:
-
SERIALIZED_NAME_END_DATE
- See Also:
-
SERIALIZED_NAME_EXECUTE_BY
- See Also:
-
SERIALIZED_NAME_PROJECT_ID
- See Also:
-
SERIALIZED_NAME_START_DATE
- See Also:
-
SERIALIZED_NAME_WORK_FLOW_EXECUTION_ID
- See Also:
-
SERIALIZED_NAME_WORK_FLOW_NAME
- See Also:
-
SERIALIZED_NAME_WORK_FLOW_TYPE
- See Also:
-
SERIALIZED_NAME_WORK_STATUS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowResponseDTO
public WorkFlowResponseDTO()
-
-
Method Details
-
additionalInfos
-
addAdditionalInfosItem
-
getAdditionalInfos
Get additionalInfos- Returns:
- additionalInfos
-
setAdditionalInfos
-
endDate
-
getEndDate
Get endDate- Returns:
- endDate
-
setEndDate
-
executeBy
-
getExecuteBy
Get executeBy- Returns:
- executeBy
-
setExecuteBy
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
startDate
-
getStartDate
Get startDate- Returns:
- startDate
-
setStartDate
-
workFlowExecutionId
-
getWorkFlowExecutionId
Get workFlowExecutionId- Returns:
- workFlowExecutionId
-
setWorkFlowExecutionId
-
workFlowName
-
getWorkFlowName
Get workFlowName- Returns:
- workFlowName
-
setWorkFlowName
-
workFlowType
-
getWorkFlowType
Get workFlowType- Returns:
- workFlowType
-
setWorkFlowType
-
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 WorkFlowResponseDTO
-
fromJson
Create an instance of WorkFlowResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowResponseDTO
-
toJson
Convert an instance of WorkFlowResponseDTO to an JSON string- Returns:
- JSON string
-