-
- All Implemented Interfaces:
public interface IABConfigurationModel for IAB configuration (GVL file) TODO Remove interface as configuration is always tcf v2
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetVersion()abstract StringgetLastUpdated()abstract DategetLastUpdatedDate()abstract Map<String, Vendor>getVendors()abstract Map<String, InternalPurpose>getPurposes()abstract Map<String, InternalPurpose>getFeatures()abstract Map<String, InternalPurpose>getSpecialPurposes()abstract Map<String, InternalPurpose>getSpecialFeatures()abstract IntegergetMaxVendorId()abstract UnitsetMaxVendorId(Integer maxVendorId)abstract IntegergetTcfPolicyVersion()-
-
Method Detail
-
getVersion
abstract Integer getVersion()
-
getLastUpdated
abstract String getLastUpdated()
-
getLastUpdatedDate
abstract Date getLastUpdatedDate()
-
getVendors
abstract Map<String, Vendor> getVendors()
-
getPurposes
abstract Map<String, InternalPurpose> getPurposes()
-
getFeatures
abstract Map<String, InternalPurpose> getFeatures()
-
getSpecialPurposes
abstract Map<String, InternalPurpose> getSpecialPurposes()
-
getSpecialFeatures
abstract Map<String, InternalPurpose> getSpecialFeatures()
-
getMaxVendorId
abstract Integer getMaxVendorId()
-
setMaxVendorId
abstract Unit setMaxVendorId(Integer maxVendorId)
-
getTcfPolicyVersion
abstract Integer getTcfPolicyVersion()
-
-
-
-