Class WorkflowInfoDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.WorkflowInfoDTO
WorkflowInfoDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumShow the Status of the the workflow request whether it is approved or created.static enumType of the Workflow Request. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedTime(String createdTime) description(String description) booleanTime of the the workflow request created.description is a message with basic details about the workflow request.Get propertiesWorkflow external reference is used to identify the workflow requests uniquely.Time of the the workflow request updated.Show the Status of the the workflow request whether it is approved or created.Type of the Workflow Request.inthashCode()properties(Object properties) referenceId(String referenceId) voidsetCreatedTime(String createdTime) voidsetDescription(String description) voidsetProperties(Object properties) voidsetReferenceId(String referenceId) voidsetUpdatedTime(String updatedTime) voidsetWorkflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus) voidsetWorkflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType) toString()updatedTime(String updatedTime) workflowStatus(WorkflowInfoDTO.WorkflowStatusEnum workflowStatus) workflowType(WorkflowInfoDTO.WorkflowTypeEnum workflowType)
-
Field Details
-
SERIALIZED_NAME_WORKFLOW_TYPE
- See Also:
-
SERIALIZED_NAME_WORKFLOW_STATUS
- See Also:
-
SERIALIZED_NAME_CREATED_TIME
- See Also:
-
SERIALIZED_NAME_UPDATED_TIME
- See Also:
-
SERIALIZED_NAME_REFERENCE_ID
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
-
Constructor Details
-
WorkflowInfoDTO
public WorkflowInfoDTO()
-
-
Method Details
-
workflowType
-
getWorkflowType
Type of the Workflow Request. It shows which type of request is it.- Returns:
- workflowType
-
setWorkflowType
-
workflowStatus
-
getWorkflowStatus
Show the Status of the the workflow request whether it is approved or created.- Returns:
- workflowStatus
-
setWorkflowStatus
-
createdTime
-
getCreatedTime
Time of the the workflow request created.- Returns:
- createdTime
-
setCreatedTime
-
updatedTime
-
getUpdatedTime
Time of the the workflow request updated.- Returns:
- updatedTime
-
setUpdatedTime
-
referenceId
-
getReferenceId
Workflow external reference is used to identify the workflow requests uniquely.- Returns:
- referenceId
-
setReferenceId
-
properties
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
description
-
getDescription
description is a message with basic details about the workflow request.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-