Package io.didomi.sdk.spi.model
Class SensitivePersonalInformation
-
- All Implemented Interfaces:
public final class SensitivePersonalInformationContents of Sensitive Personal Information section
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, String>titleprivate final Map<String, String>descriptionprivate final Map<String, String>sectionTitleprivate final List<PurposeCategory>categories
-
Method Summary
Modifier and Type Method Description final Map<String, String>getTitle()final Map<String, String>getDescription()final Map<String, String>getSectionTitle()final List<PurposeCategory>getCategories()-
-
Method Detail
-
getDescription
final Map<String, String> getDescription()
-
getSectionTitle
final Map<String, String> getSectionTitle()
-
getCategories
final List<PurposeCategory> getCategories()
-
-
-
-