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

public final class CCPAConsent extends Object
Record of consent under the CCPA.
  • Constructor Details

    • CCPAConsent

      public CCPAConsent()
  • Method Details

    • isConsented

      public boolean isConsented()
    • getDocument

      public String getDocument()
    • getTimestamp

      public Long getTimestamp()
    • getLocation

      public String getLocation()
    • getHardwareId

      public String getHardwareId()
    • setConsented

      public CCPAConsent setConsented(boolean consented)
    • setDocument

      public CCPAConsent setDocument(String document)
    • setTimestamp

      public CCPAConsent setTimestamp(Long timestamp)
    • setLocation

      public CCPAConsent setLocation(String location)
    • setHardwareId

      public CCPAConsent setHardwareId(String hardwareId)