Package com.jumio.sdk.retrieval_v3.model
Class WorkflowStatusResponse
java.lang.Object
com.jumio.sdk.retrieval_v3.model.WorkflowStatusResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.754885500+02:00[Europe/Vienna]")
public class WorkflowStatusResponse
extends Object
WorkflowStatusResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccount
(AccountWithHref account) boolean
Get accountGet workflowExecutionint
hashCode()
void
setAccount
(AccountWithHref account) void
setWorkflowExecution
(WorkflowExecutionWithHref workflowExecution) toString()
workflowExecution
(WorkflowExecutionWithHref workflowExecution)
-
Field Details
-
JSON_PROPERTY_ACCOUNT
- See Also:
-
JSON_PROPERTY_WORKFLOW_EXECUTION
- See Also:
-
-
Constructor Details
-
WorkflowStatusResponse
public WorkflowStatusResponse()
-
-
Method Details
-
account
-
getAccount
Get account- Returns:
- account
-
setAccount
-
workflowExecution
-
getWorkflowExecution
Get workflowExecution- Returns:
- workflowExecution
-
setWorkflowExecution
-
equals
-
hashCode
public int hashCode() -
toString
-