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

public class CheckResponse extends Object
  • Constructor Details

    • CheckResponse

      public CheckResponse()
  • Method Details

    • getId

      public String getId()
      The ID of the check
      Returns:
      the ID
    • getType

      public String getType()
      The type of the check
      Returns:
      the type
    • getState

      public String getState()
      The state of the check
      Returns:
      the state
    • getResourcesUsed

      public List<String> getResourcesUsed()
      The resources used by the check
      Returns:
      the resources used
    • getGeneratedMedia

      public List<? extends GeneratedMedia> getGeneratedMedia()
      The media generated by the check
      Returns:
      the generated media
    • getReport

      public ReportResponse getReport()
      The report associated with the check
      Returns:
      the report
    • getCreated

      public String getCreated()
      Date string for the created date of the check
      Returns:
      created date string
    • getLastUpdated

      public String getLastUpdated()
      Date string for the last updated date of the check
      Returns:
      last updated date string