Class IdVerificationDetails


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.8.0")
    public class IdVerificationDetails
    extends Object
    IdVerificationDetails
    • Constructor Detail

      • IdVerificationDetails

        public IdVerificationDetails()
    • Method Detail

      • setType

        public void setType​(String type)
      • getMaximumRetryCount

        @Nullable
        public Integer getMaximumRetryCount()
        Get maximumRetryCount
        Returns:
        maximumRetryCount
      • setMaximumRetryCount

        public void setMaximumRetryCount​(Integer maximumRetryCount)
      • getStatus

        @Nullable
        public String getStatus()
        Get status
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • getNameMatcher

        @Nullable
        public String getNameMatcher()
        Get nameMatcher
        Returns:
        nameMatcher
      • setNameMatcher

        public void setNameMatcher​(String nameMatcher)
      • getRequireLiveCapture

        @Nullable
        public Boolean getRequireLiveCapture()
        Get requireLiveCapture
        Returns:
        requireLiveCapture
      • setRequireLiveCapture

        public void setRequireLiveCapture​(Boolean requireLiveCapture)
      • getRequireMatchingSelfie

        @Nullable
        public Boolean getRequireMatchingSelfie()
        Get requireMatchingSelfie
        Returns:
        requireMatchingSelfie
      • setRequireMatchingSelfie

        public void setRequireMatchingSelfie​(Boolean requireMatchingSelfie)
      • getHoldForPrefill

        @Nullable
        public Boolean getHoldForPrefill()
        Get holdForPrefill
        Returns:
        holdForPrefill
      • setHoldForPrefill

        public void setHoldForPrefill​(Boolean holdForPrefill)
      • getPrefillCompleted

        @Nullable
        public Boolean getPrefillCompleted()
        Get prefillCompleted
        Returns:
        prefillCompleted
      • setPrefillCompleted

        public void setPrefillCompleted​(Boolean prefillCompleted)
      • getAllowedDocumentTypes

        @Nullable
        public List<String> getAllowedDocumentTypes()
        Get allowedDocumentTypes
        Returns:
        allowedDocumentTypes
      • setAllowedDocumentTypes

        public void setAllowedDocumentTypes​(List<String> allowedDocumentTypes)
      • getAllowedCountries

        @Nullable
        public List<String> getAllowedCountries()
        Get allowedCountries
        Returns:
        allowedCountries
      • setAllowedCountries

        public void setAllowedCountries​(List<String> allowedCountries)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to IdVerificationDetails
      • fromJson

        public static IdVerificationDetails fromJson​(String jsonString)
                                              throws IOException
        Create an instance of IdVerificationDetails given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of IdVerificationDetails
        Throws:
        IOException - if the JSON string is invalid with respect to IdVerificationDetails
      • toJson

        public String toJson()
        Convert an instance of IdVerificationDetails to an JSON string
        Returns:
        JSON string