Class GovernanceMeasurementsProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceMeasurementsProperties
GovernanceMeasurementsProperties defines the values that have been observed in the operation of the linked referenceable.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the set of name-value counts.getFlags()Return the set of name-value flags.Return the set of name-value pairs.inthashCode()Return hash code for this objectvoidSet up the set of name-value counts.voidSet up the set of name-value flags.voidSet up the set of name-value pairs.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
GovernanceMeasurementsProperties
public GovernanceMeasurementsProperties()Default constructor -
GovernanceMeasurementsProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getCounts
Return the set of name-value counts.- Returns:
- string name-value counts
-
setCounts
Set up the set of name-value counts.- Parameters:
counts- name-value counts
-
getValues
Return the set of name-value pairs.- Returns:
- name-value pairs
-
setValues
Set up the set of name-value pairs.- Parameters:
values- name-value pairs
-
getFlags
Return the set of name-value flags.- Returns:
- name-value flags
-
setFlags
Set up the set of name-value flags.- Parameters:
flags- name-value flags
-
toString
JSON-style toString- Overrides:
toStringin classClassificationProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classClassificationProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classClassificationProperties- Returns:
- int hash code
-