Package io.didomi.sdk.models
Class InternalVendor.DataRetention
-
- All Implemented Interfaces:
public final class InternalVendor.DataRetentionData Retention detail.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerstdRetentionprivate final Map<String, Integer>purposesprivate final Map<String, Integer>specialPurposes
-
Method Summary
Modifier and Type Method Description final IntegergetStdRetention()final Map<String, Integer>getPurposes()final Map<String, Integer>getSpecialPurposes()-
-
Method Detail
-
getStdRetention
final Integer getStdRetention()
-
getPurposes
final Map<String, Integer> getPurposes()
-
getSpecialPurposes
final Map<String, Integer> getSpecialPurposes()
-
-
-
-