public static class AppConfiguration.App
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppConfiguration.App.Vendors
`app.vendors` section of the configuration file
|
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
long |
getConsentDuration() |
java.lang.String |
getCountry()
Getter method for the country string.
|
java.util.List<CustomPurpose> |
getCustomPurposes() |
long |
getDeniedConsentDuration() |
java.lang.String |
getDeploymentId()
Getter for the consent notice deployment ID.
|
java.util.List<java.lang.String> |
getEssentialPurposes() |
boolean |
getGdprAppliesGlobally() |
boolean |
getGdprAppliesWhenUnknown() |
java.lang.String |
getLogoUrl()
Method used to get the name of the logo image file (without extension).
|
java.lang.String |
getName() |
java.lang.String |
getPrivacyPolicyURL() |
AppConfiguration.App.Vendors |
getVendors() |
java.lang.Boolean |
shouldHideDidomiLogo()
Getter method for the shouldHideDidomiLogo flag.
|
public java.lang.String getName()
public java.lang.String getPrivacyPolicyURL()
public AppConfiguration.App.Vendors getVendors()
public boolean getGdprAppliesGlobally()
public boolean getGdprAppliesWhenUnknown()
public java.util.List<CustomPurpose> getCustomPurposes()
public java.util.List<java.lang.String> getEssentialPurposes()
public long getConsentDuration()
public long getDeniedConsentDuration()
public java.lang.String getLogoUrl()
public java.lang.Boolean shouldHideDidomiLogo()
@NotNull public java.lang.String getCountry()
@Nullable public java.lang.String getDeploymentId()