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="2025-10-16T16:59:19.971977400+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) booleanGet accountgetApi()Get apiGet credentialgetPart()Get partGet timestampGet workflowExecutioninthashCode()part(ResponsePart part) voidsetAccount(ResponseAccount account) voidsetApi(ApiActions api) voidsetCredential(ResponseCredential credential) voidsetPart(ResponsePart part) voidsetTimestamp(OffsetDateTime timestamp) voidsetWorkflowExecution(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
-