Package com.jumio.sdk.callback.model
Class WorkflowExecutionDetails
java.lang.Object
com.jumio.sdk.callback.model.WorkflowExecutionDetails
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-09T15:46:43.479098700+02:00[Europe/Vienna]")
public class WorkflowExecutionDetails
extends Object
Possible values are workflowExecution.id and workflowExecution.href
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.WorkflowExecutionDetails
(UUID id, String href) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptiondefinitionKey
(String definitionKey) boolean
Get definitionKey@NotNull String
getHref()
URL to retrieve workflow details@NotNull @Valid UUID
getId()
UUID of the workflowValues are: PROCESSED | KYX_SESSION_EXPIRED | KYX_TOKEN_EXPIREDint
hashCode()
void
setDefinitionKey
(String definitionKey) void
void
void
toString()
-
Constructor Details
-
WorkflowExecutionDetails
Deprecated.Default constructor -
WorkflowExecutionDetails
Constructor with only required parameters
-
-
Method Details
-
id
-
getId
UUID of the workflow- Returns:
- id
-
setId
-
href
-
getHref
URL to retrieve workflow details- Returns:
- href
-
setHref
-
definitionKey
-
getDefinitionKey
Get definitionKey- Returns:
- definitionKey
-
setDefinitionKey
-
status
-
getStatus
Values are: PROCESSED | KYX_SESSION_EXPIRED | KYX_TOKEN_EXPIRED- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
WorkflowExecutionDetails(UUID, String)