-
- All Implemented Interfaces:
public interface IABConfigurationModel for IAB configuration (GVL file)
-
-
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 Map<String, InternalPurpose>getDataCategories()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()
-
getDataCategories
abstract Map<String, InternalPurpose> getDataCategories()
-
getMaxVendorId
abstract Integer getMaxVendorId()
-
setMaxVendorId
abstract Unit setMaxVendorId(Integer maxVendorId)
-
getTcfPolicyVersion
abstract Integer getTcfPolicyVersion()
-
-
-
-