Class GovernanceClassification
java.lang.Object
org.odpi.openmetadata.accessservices.securityofficer.api.model.GovernanceClassificationBase
org.odpi.openmetadata.accessservices.securityofficer.api.model.GovernanceClassification
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSecurityLabels(List<String> securityLabels) Set up the security labelsvoidsetSecurityProperties(Map<String, String> securityProperties) toString()toString() JSON-style
-
Constructor Details
-
GovernanceClassification
public GovernanceClassification()
-
-
Method Details
-
getSecurityLabels
- Returns:
- list of the security labels assigned with a Security Tag
-
setSecurityLabels
Set up the security labels- Parameters:
securityLabels- security labels for Security Tag classification
-
getSecurityProperties
- Returns:
- attributeValues - key/value pairs for security properties of Classification
-
setSecurityProperties
- Parameters:
securityProperties- - key/value pairs for security properties of Classification
-
toString
toString() JSON-style
-