Class PrivacyPolicy

java.lang.Object
com.jumio.sdk.account_v1.model.PrivacyPolicy

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]") public class PrivacyPolicy extends Object
privacy policy related information
  • Field Details

  • Constructor Details

    • PrivacyPolicy

      public PrivacyPolicy()
  • Method Details

    • read

      public PrivacyPolicy read(String read)
    • getRead

      @Nullable public String getRead()
      Values: 'yes' - the user has read the privacy policy 'no' - the user has not read the privacy policy 'na' - not applicable for the current request
      Returns:
      read
    • setRead

      public void setRead(String read)
    • readAt

      public PrivacyPolicy readAt(OffsetDateTime readAt)
    • getReadAt

      @Nullable public OffsetDateTime getReadAt()
      The date and time in UTC when the privacy policy was read. It has to be in the past relative to UTC time.
      Returns:
      readAt
    • setReadAt

      public void setReadAt(OffsetDateTime readAt)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object