Class GovernanceClassificationLevel
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernanceClassificationLevel
-
public class GovernanceClassificationLevel extends Object
This is the level of the GovernanceLevel classification. This level is specified by an integer that can be higher or lower.
-
-
Constructor Summary
Constructors Constructor Description GovernanceClassificationLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLevel()How high this classification isStringgetName()The name of this classification.voidsetLevel(int level)voidsetName(String name)
-