Class CheckResponse
java.lang.Object
com.yoti.api.client.docs.session.retrieve.CheckResponse
- Direct Known Subclasses:
AuthenticityCheckResponse,DocumentSchemeValidityCheckResponse,FaceComparisonCheckResponse,FaceMatchCheckResponse,IbvVisualReviewCheckResponse,IdDocumentComparisonCheckResponse,LivenessCheckResponse,ProfileDocumentMatchCheckResponse,SupplementaryDocumentTextDataCheckResponse,SynecticsIdentityFraudCheckResponse,TextDataCheckResponse,ThirdPartyIdentityCheckResponse,ThirdPartyIdentityFraudOneCheckResponse,WatchlistAdvancedCaCheckResponse,WatchlistScreeningCheckResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDate string for the created date of the checkList<? extends GeneratedMedia>The media generated by the checkgetId()The ID of the checkDate string for the last updated date of the checkThe report associated with the checkThe resources used by the checkgetState()The state of the checkgetType()The type of the check
-
Constructor Details
-
CheckResponse
public CheckResponse()
-
-
Method Details
-
getId
The ID of the check- Returns:
- the ID
-
getType
The type of the check- Returns:
- the type
-
getState
The state of the check- Returns:
- the state
-
getResourcesUsed
The resources used by the check- Returns:
- the resources used
-
getGeneratedMedia
The media generated by the check- Returns:
- the generated media
-
getReport
The report associated with the check- Returns:
- the report
-
getCreated
Date string for the created date of the check- Returns:
- created date string
-
getLastUpdated
Date string for the last updated date of the check- Returns:
- last updated date string
-