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="2025-10-16T16:59:23.148913400+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) booleanGet definitionKey@NotNull StringgetHref()URL to retrieve workflow details@NotNull @Valid UUIDgetId()UUID of the workflowValues are: PROCESSED | SESSION_EXPIRED | TOKEN_EXPIREDinthashCode()voidsetDefinitionKey(String definitionKey) voidvoidvoidtoString()
-
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 | SESSION_EXPIRED | TOKEN_EXPIRED- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
WorkflowExecutionDetails(UUID, String)