-
- All Implemented Interfaces:
public final class DataProtectionConfigRepresents the config as an input.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Stringrevisionprivate final SubjectIdConfigsubjectIdprivate final List<SensitiveDataConfig>sensitiveData
-
Constructor Summary
Constructors Constructor Description DataProtectionConfig(String type, String revision, SubjectIdConfig subjectId, SensitiveDataConfig sensitiveData)DataProtectionConfig(String type, String revision, SubjectIdConfig subjectId, List<SensitiveDataConfig> sensitiveData)
-
Method Summary
Modifier and Type Method Description final StringgetType()final StringgetRevision()final SubjectIdConfiggetSubjectId()final List<SensitiveDataConfig>getSensitiveData()-
-
Constructor Detail
-
DataProtectionConfig
DataProtectionConfig(String type, String revision, SubjectIdConfig subjectId, SensitiveDataConfig sensitiveData)
-
DataProtectionConfig
DataProtectionConfig(String type, String revision, SubjectIdConfig subjectId, List<SensitiveDataConfig> sensitiveData)
-
-
Method Detail
-
getRevision
final String getRevision()
-
getSubjectId
final SubjectIdConfig getSubjectId()
-
getSensitiveData
final List<SensitiveDataConfig> getSensitiveData()
-
-
-
-