Class VerificationReport

    • Constructor Detail

      • VerificationReport

        public VerificationReport()
    • Method Detail

      • getCreated

        public java.lang.Long getCreated()
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • getLivemode

        public java.lang.Boolean getLivemode()
        Has the value true if the object exists in live mode or the value false if the object exists in test mode.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to identity.verification_report.

      • getType

        public java.lang.String getType()
        Type of report.

        One of document, or id_number.

      • getVerificationSession

        public java.lang.String getVerificationSession()
        ID of the VerificationSession that created this report.
      • setCreated

        public void setCreated​(java.lang.Long created)
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • setId

        public void setId​(java.lang.String id)
        Unique identifier for the object.
      • setLivemode

        public void setLivemode​(java.lang.Boolean livemode)
        Has the value true if the object exists in live mode or the value false if the object exists in test mode.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to identity.verification_report.

      • setType

        public void setType​(java.lang.String type)
        Type of report.

        One of document, or id_number.

      • setVerificationSession

        public void setVerificationSession​(java.lang.String verificationSession)
        ID of the VerificationSession that created this report.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getId

        public java.lang.String getId()
        Unique identifier for the object.
        Specified by:
        getId in interface HasId