Class IdReport

java.lang.Object
com.boldsign.model.IdReport

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

  • Constructor Details

    • IdReport

      public IdReport()
  • Method Details

    • verificationResult

      public IdReport verificationResult(String verificationResult)
    • getVerificationResult

      @Nullable public String getVerificationResult()
      Get verificationResult
      Returns:
      verificationResult
    • setVerificationResult

      public void setVerificationResult(String verificationResult)
    • verifiedDate

      public IdReport verifiedDate(OffsetDateTime verifiedDate)
    • getVerifiedDate

      @Nullable public OffsetDateTime getVerifiedDate()
      Get verifiedDate
      Returns:
      verifiedDate
    • setVerifiedDate

      public void setVerifiedDate(OffsetDateTime verifiedDate)
    • error

      public IdReport error(Error error)
    • getError

      @Nullable public Error getError()
      Get error
      Returns:
      error
    • setError

      public void setError(Error error)
    • document

      public IdReport document(IdDocument document)
    • getDocument

      @Nullable public IdDocument getDocument()
      Get document
      Returns:
      document
    • setDocument

      public void setDocument(IdDocument document)
    • 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 IdReport
    • fromJson

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

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