Class SecurityClassification
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securityofficer.api.model.SecurityClassification
-
- All Implemented Interfaces:
Serializable
public class SecurityClassification extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityClassification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getSecurityLabels()Map<String,Object>getSecurityProperties()inthashCode()voidsetSecurityLabels(List<String> securityLabels)voidsetSecurityProperties(Map<String,Object> securityProperties)StringtoString()
-