public class PPCString extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static PPCString |
decode(String consentString) |
|
boolean |
equals(Object obj) |
|
int |
getCmpId() |
|
int |
getCmpVersion() |
|
String |
getConsentLanguage() |
|
int |
getConsentScreen() |
|
Instant |
getCreated() |
|
IntIterable |
getCustomPurposesBitField() |
|
Instant |
getLastUpdated() |
|
int |
getPublisherPurposesVersion() |
|
IntIterable |
getStandardPurposesAllowed() |
|
int |
getVendorListVersion() |
|
int |
getVersion() |
|
int |
hashCode() |
|
String |
toString() |
public static PPCString decode(String consentString) throws IllegalArgumentException, ByteParseException, UnsupportedVersionException
public int getVersion()
public Instant getCreated()
public Instant getLastUpdated()
public int getCmpId()
public int getCmpVersion()
public int getConsentScreen()
public String getConsentLanguage()
public int getVendorListVersion()
public int getPublisherPurposesVersion()
public IntIterable getStandardPurposesAllowed()
public IntIterable getCustomPurposesBitField()
Copyright © 2020. All rights reserved.