Package com.jumio.sdk.retrieval_v3.model
Class AuthenticationCapabilityResponse
java.lang.Object
com.jumio.sdk.retrieval_v3.model.AuthenticationCapabilityResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.754885500+02:00[Europe/Vienna]")
public class AuthenticationCapabilityResponse
extends Object
AuthenticationCapabilityResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCredentialsItem
(SimpleCredential credentialsItem) credentials
(List<SimpleCredential> credentials) boolean
Get credentialsgetData()
Get dataGet decisiongetId()
Get idGet validFaceMapForAuthenticationint
hashCode()
void
setCredentials
(List<SimpleCredential> credentials) void
void
setDecision
(Decision decision) void
void
setValidFaceMapForAuthentication
(String validFaceMapForAuthentication) toString()
validFaceMapForAuthentication
(String validFaceMapForAuthentication)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_VALID_FACE_MAP_FOR_AUTHENTICATION
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_DECISION
- See Also:
-
JSON_PROPERTY_DATA
- See Also:
-
-
Constructor Details
-
AuthenticationCapabilityResponse
public AuthenticationCapabilityResponse()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
validFaceMapForAuthentication
public AuthenticationCapabilityResponse validFaceMapForAuthentication(String validFaceMapForAuthentication) -
getValidFaceMapForAuthentication
Get validFaceMapForAuthentication- Returns:
- validFaceMapForAuthentication
-
setValidFaceMapForAuthentication
-
credentials
-
addCredentialsItem
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
decision
-
getDecision
Get decision- Returns:
- decision
-
setDecision
-
data
-
getData
Get data- Returns:
- data
-
setData
-
equals
-
hashCode
public int hashCode() -
toString
-