Class Consent

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

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

  • Constructor Details

    • Consent

      public Consent()
  • Method Details

    • obtained

      public Consent obtained(String obtained)
    • getObtained

      @Nullable public String getObtained()
      Values: 'yes' - the user's consent was obtained 'no' - the user's consent was not obtained 'na' - not applicable for the current request
      Returns:
      obtained
    • setObtained

      public void setObtained(String obtained)
    • obtainedAt

      public Consent obtainedAt(OffsetDateTime obtainedAt)
    • getObtainedAt

      @Nullable public OffsetDateTime getObtainedAt()
      The date and time in UTC when the consent was obtained. It has to be in the past relative to UTC time.
      Returns:
      obtainedAt
    • setObtainedAt

      public void setObtainedAt(OffsetDateTime obtainedAt)
    • 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