Class ManualTermsOfService


  • public class ManualTermsOfService
    extends java.lang.Object
    ManualTermsOfService

    Describes the acceptance of the Terms of Service. All data is required, and must be from the user.

    • Constructor Detail

      • ManualTermsOfService

        public ManualTermsOfService​(java.time.OffsetDateTime acceptedDate,
                                    java.lang.String acceptedIP,
                                    java.lang.String acceptedUserAgent,
                                    java.lang.String acceptedDomain)
    • Method Detail

      • acceptedDate

        public java.time.OffsetDateTime acceptedDate()
        The date and time the terms of service were accepted.
      • acceptedIP

        public java.lang.String acceptedIP()
        The IP address from which the terms of service were accepted.
      • acceptedUserAgent

        public java.lang.String acceptedUserAgent()
        The user-agent of the user making the request.
      • acceptedDomain

        public java.lang.String acceptedDomain()
      • withAcceptedDate

        public ManualTermsOfService withAcceptedDate​(java.time.OffsetDateTime acceptedDate)
        The date and time the terms of service were accepted.
      • withAcceptedIP

        public ManualTermsOfService withAcceptedIP​(java.lang.String acceptedIP)
        The IP address from which the terms of service were accepted.
      • withAcceptedUserAgent

        public ManualTermsOfService withAcceptedUserAgent​(java.lang.String acceptedUserAgent)
        The user-agent of the user making the request.
      • withAcceptedDomain

        public ManualTermsOfService withAcceptedDomain​(java.lang.String acceptedDomain)
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object