-
- All Implemented Interfaces:
public final class DataProtectionConfigListList container for DataProtectionConfig.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<DataProtectionConfig>config
-
Constructor Summary
Constructors Constructor Description DataProtectionConfigList(List<DataProtectionConfig> config)
-
Method Summary
Modifier and Type Method Description final List<DataProtectionConfig>getConfig()-
-
Constructor Detail
-
DataProtectionConfigList
DataProtectionConfigList(List<DataProtectionConfig> config)
-
-
Method Detail
-
getConfig
final List<DataProtectionConfig> getConfig()
-
-
-
-