Class IdVerification


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

      • IdVerification

        public IdVerification()
    • 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)
      • addAllowedDocumentTypesItem

        public IdVerification addAllowedDocumentTypesItem​(String allowedDocumentTypesItem)
      • getAllowedDocumentTypes

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

        public void setAllowedDocumentTypes​(List<String> allowedDocumentTypes)
      • 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 IdVerification
      • fromJson

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

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