Class WorkflowResponseDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.WorkflowResponseDTO
WorkflowResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis attribute declares whether this workflow task is approved or rejected. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAttributes that returned after the workflow executionGet lifecycleStateThis attribute declares whether this workflow task is approved or rejected.inthashCode()jsonPayload(String jsonPayload) lifecycleState(LifecycleStateDTO lifecycleState) voidsetJsonPayload(String jsonPayload) voidsetLifecycleState(LifecycleStateDTO lifecycleState) voidsetWorkflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) toString()workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus)
-
Field Details
-
SERIALIZED_NAME_WORKFLOW_STATUS
- See Also:
-
SERIALIZED_NAME_JSON_PAYLOAD
- See Also:
-
SERIALIZED_NAME_LIFECYCLE_STATE
- See Also:
-
-
Constructor Details
-
WorkflowResponseDTO
public WorkflowResponseDTO()
-
-
Method Details
-
workflowStatus
-
getWorkflowStatus
This attribute declares whether this workflow task is approved or rejected.- Returns:
- workflowStatus
-
setWorkflowStatus
-
jsonPayload
-
getJsonPayload
Attributes that returned after the workflow execution- Returns:
- jsonPayload
-
setJsonPayload
-
lifecycleState
-
getLifecycleState
Get lifecycleState- Returns:
- lifecycleState
-
setLifecycleState
-
equals
-
hashCode
public int hashCode() -
toString
-