Class WorkflowResponseDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.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 executionThis attribute declares whether this workflow task is approved or rejected.inthashCode()jsonPayload(String jsonPayload) voidsetJsonPayload(String jsonPayload) voidsetWorkflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus) toString()workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus)
-
Field Details
-
SERIALIZED_NAME_WORKFLOW_STATUS
- See Also:
-
SERIALIZED_NAME_JSON_PAYLOAD
- 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
-
equals
-
hashCode
public int hashCode() -
toString
-