java.lang.Object
com.mparticle.sdk.model.eventprocessing.consent.GDPRConsent

public final class GDPRConsent extends Object
Record of consent under the GDPR.
  • Constructor Details

    • GDPRConsent

      public GDPRConsent()
  • Method Details

    • isConsented

      public boolean isConsented()
    • getDocument

      public String getDocument()
    • getTimestamp

      public Long getTimestamp()
    • getLocation

      public String getLocation()
    • getHardwareId

      public String getHardwareId()
    • setConsented

      public GDPRConsent setConsented(boolean consented)
    • setDocument

      public GDPRConsent setDocument(String document)
    • setTimestamp

      public GDPRConsent setTimestamp(Long timestamp)
    • setLocation

      public GDPRConsent setLocation(String location)
    • setHardwareId

      public GDPRConsent setHardwareId(String hardwareId)