Package com.jumio.sdk.api_v1.model
Class Response
java.lang.Object
com.jumio.sdk.api_v1.model.Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.184215600+02:00[Europe/Vienna]")
public class Response
extends Object
Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccount
(ResponseAccount account) api
(ApiActions api) credential
(ResponseCredential credential) boolean
Get accountgetApi()
Get apiGet credentialgetPart()
Get partGet timestampGet workflowExecutionint
hashCode()
part
(ResponsePart part) void
setAccount
(ResponseAccount account) void
setApi
(ApiActions api) void
setCredential
(ResponseCredential credential) void
setPart
(ResponsePart part) void
setTimestamp
(OffsetDateTime timestamp) void
setWorkflowExecution
(ResponseWorkflowExecution workflowExecution) timestamp
(OffsetDateTime timestamp) toString()
workflowExecution
(ResponseWorkflowExecution workflowExecution)
-
Field Details
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
JSON_PROPERTY_ACCOUNT
- See Also:
-
JSON_PROPERTY_WORKFLOW_EXECUTION
- See Also:
-
JSON_PROPERTY_CREDENTIAL
- See Also:
-
JSON_PROPERTY_PART
- See Also:
-
JSON_PROPERTY_API
- See Also:
-
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
timestamp
-
getTimestamp
Get timestamp- Returns:
- timestamp
-
setTimestamp
-
account
-
getAccount
Get account- Returns:
- account
-
setAccount
-
workflowExecution
-
getWorkflowExecution
Get workflowExecution- Returns:
- workflowExecution
-
setWorkflowExecution
-
credential
-
getCredential
Get credential- Returns:
- credential
-
setCredential
-
part
-
getPart
Get part- Returns:
- part
-
setPart
-
api
-
getApi
Get api- Returns:
- api
-
setApi
-
equals
-
hashCode
public int hashCode() -
toString
-