Package com.jumio.sdk.retrieval_v3.model
Class WorkflowExecutionRulesResponse
java.lang.Object
com.jumio.sdk.retrieval_v3.model.WorkflowExecutionRulesResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.754885500+02:00[Europe/Vienna]")
public class WorkflowExecutionRulesResponse
extends Object
WorkflowExecutionRulesResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExecutionsItem
(RulesExecutionResponse executionsItem) boolean
executions
(List<RulesExecutionResponse> executions) Get executionsint
hashCode()
void
setExecutions
(List<RulesExecutionResponse> executions) toString()
-
Field Details
-
JSON_PROPERTY_EXECUTIONS
- See Also:
-
-
Constructor Details
-
WorkflowExecutionRulesResponse
public WorkflowExecutionRulesResponse()
-
-
Method Details