Class IdVerification

java.lang.Object
com.boldsign.model.IdVerification

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

  • Constructor Details

    • IdVerification

      public IdVerification()
  • Method Details

    • type

      public IdVerification type(String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • maximumRetryCount

      public IdVerification maximumRetryCount(Integer maximumRetryCount)
    • getMaximumRetryCount

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

      public void setMaximumRetryCount(Integer maximumRetryCount)
    • status

      public IdVerification status(String status)
    • getStatus

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

      public void setStatus(String status)
    • nameMatcher

      public IdVerification nameMatcher(String nameMatcher)
    • getNameMatcher

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

      public void setNameMatcher(String nameMatcher)
    • requireLiveCapture

      public IdVerification requireLiveCapture(Boolean requireLiveCapture)
    • getRequireLiveCapture

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

      public void setRequireLiveCapture(Boolean requireLiveCapture)
    • requireMatchingSelfie

      public IdVerification requireMatchingSelfie(Boolean requireMatchingSelfie)
    • getRequireMatchingSelfie

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

      public void setRequireMatchingSelfie(Boolean requireMatchingSelfie)
    • holdForPrefill

      public IdVerification holdForPrefill(Boolean holdForPrefill)
    • getHoldForPrefill

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

      public void setHoldForPrefill(Boolean holdForPrefill)
    • prefillCompleted

      public IdVerification prefillCompleted(Boolean prefillCompleted)
    • getPrefillCompleted

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

      public void setPrefillCompleted(Boolean prefillCompleted)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • createFormData

      public Map<String,Object> createFormData() throws ApiException
      Throws:
      ApiException
    • 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