Class Account.Company.OwnershipDeclaration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.Long getDate()
      The Unix timestamp marking when the beneficial owner attestation was made.
      java.lang.String getIp()
      The IP address from which the beneficial owner attestation was made.
      java.lang.String getUserAgent()
      The user-agent string from the browser where the beneficial owner attestation was made.
      int hashCode()  
      void setDate​(java.lang.Long date)
      The Unix timestamp marking when the beneficial owner attestation was made.
      void setIp​(java.lang.String ip)
      The IP address from which the beneficial owner attestation was made.
      void setUserAgent​(java.lang.String userAgent)
      The user-agent string from the browser where the beneficial owner attestation was made.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OwnershipDeclaration

        public OwnershipDeclaration()
    • Method Detail

      • getDate

        public java.lang.Long getDate()
        The Unix timestamp marking when the beneficial owner attestation was made.
      • getIp

        public java.lang.String getIp()
        The IP address from which the beneficial owner attestation was made.
      • getUserAgent

        public java.lang.String getUserAgent()
        The user-agent string from the browser where the beneficial owner attestation was made.
      • setDate

        public void setDate​(java.lang.Long date)
        The Unix timestamp marking when the beneficial owner attestation was made.
      • setIp

        public void setIp​(java.lang.String ip)
        The IP address from which the beneficial owner attestation was made.
      • setUserAgent

        public void setUserAgent​(java.lang.String userAgent)
        The user-agent string from the browser where the beneficial owner attestation was made.
      • 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