Package com.mparticle.consent
Class ConsentInstance
- java.lang.Object
-
- com.mparticle.consent.ConsentInstance
-
- Direct Known Subclasses:
CCPAConsent
,GDPRConsent
public class ConsentInstance extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConsentInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDocument()
java.lang.String
getHardwareId()
java.lang.String
getLocation()
java.lang.Long
getTimestamp()
boolean
isConsented()
java.lang.String
toString()
-
-
-
Method Detail
-
isConsented
public boolean isConsented()
-
getDocument
@Nullable public java.lang.String getDocument()
-
getTimestamp
@NonNull public java.lang.Long getTimestamp()
-
getLocation
@Nullable public java.lang.String getLocation()
-
getHardwareId
@Nullable public java.lang.String getHardwareId()
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-