Class IdReport


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

      • IdReport

        public IdReport()
    • Method Detail

      • verificationResult

        public IdReport verificationResult​(String verificationResult)
      • getVerificationResult

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

        public void setVerificationResult​(String verificationResult)
      • setVerifiedDate

        public void setVerifiedDate​(OffsetDateTime verifiedDate)
      • getError

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

        public void setError​(Error error)
      • setDocument

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