Class ProofOfAddressV1Document


  • public class ProofOfAddressV1Document
    extends Prediction
    Proof of Address API version 1.1 document data.
    • Field Detail

      • date

        protected DateField date
        The date the document was issued.
      • dates

        protected List<DateField> dates
        List of dates found on the document.
      • issuerAddress

        protected StringField issuerAddress
        The address of the document's issuer.
      • issuerCompanyRegistration

        protected List<CompanyRegistrationField> issuerCompanyRegistration
        List of company registrations found for the issuer.
      • issuerName

        protected StringField issuerName
        The name of the person or company issuing the document.
      • locale

        protected LocaleField locale
        The locale detected on the document.
      • recipientAddress

        protected StringField recipientAddress
        The address of the recipient.
      • recipientCompanyRegistration

        protected List<CompanyRegistrationField> recipientCompanyRegistration
        List of company registrations found for the recipient.
      • recipientName

        protected StringField recipientName
        The name of the person or company receiving the document.
    • Constructor Detail

      • ProofOfAddressV1Document

        public ProofOfAddressV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getDate

        public DateField getDate()
        The date the document was issued.
      • getDates

        public List<DateField> getDates()
        List of dates found on the document.
      • getIssuerAddress

        public StringField getIssuerAddress()
        The address of the document's issuer.
      • getIssuerCompanyRegistration

        public List<CompanyRegistrationField> getIssuerCompanyRegistration()
        List of company registrations found for the issuer.
      • getIssuerName

        public StringField getIssuerName()
        The name of the person or company issuing the document.
      • getLocale

        public LocaleField getLocale()
        The locale detected on the document.
      • getRecipientAddress

        public StringField getRecipientAddress()
        The address of the recipient.
      • getRecipientCompanyRegistration

        public List<CompanyRegistrationField> getRecipientCompanyRegistration()
        List of company registrations found for the recipient.
      • getRecipientName

        public StringField getRecipientName()
        The name of the person or company receiving the document.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object