Class GovernanceExpectationsProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceExpectationsProperties
-
- All Implemented Interfaces:
Serializable
public class GovernanceExpectationsProperties extends ClassificationProperties
GovernanceExpectationsProperties defines the values expected in the operation of the linked referenceable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceExpectationsProperties()Default constructorGovernanceExpectationsProperties(GovernanceExpectationsProperties template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.Map<String,Integer>getCounts()Return the set of name-value counts.Map<String,Boolean>getFlags()Return the set of name-value flags.Map<String,String>getValues()Return the set of name-value pairs.inthashCode()Return hash code for this objectvoidsetCounts(Map<String,Integer> counts)Set up the set of name-value counts.voidsetFlags(Map<String,Boolean> flags)Set up the set of name-value flags.voidsetValues(Map<String,String> values)Set up the set of name-value pairs.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
-
-
-
Constructor Detail
-
GovernanceExpectationsProperties
public GovernanceExpectationsProperties()
Default constructor
-
GovernanceExpectationsProperties
public GovernanceExpectationsProperties(GovernanceExpectationsProperties template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getCounts
public Map<String,Integer> getCounts()
Return the set of name-value counts.- Returns:
- string name-value counts
-
setCounts
public void setCounts(Map<String,Integer> counts)
Set up the set of name-value counts.- Parameters:
counts- name-value counts
-
getValues
public Map<String,String> getValues()
Return the set of name-value pairs.- Returns:
- name-value pairs
-
setValues
public void setValues(Map<String,String> values)
Set up the set of name-value pairs.- Parameters:
values- name-value pairs
-
getFlags
public Map<String,Boolean> getFlags()
Return the set of name-value flags.- Returns:
- name-value flags
-
setFlags
public void setFlags(Map<String,Boolean> flags)
Set up the set of name-value flags.- Parameters:
flags- name-value flags
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classClassificationProperties- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
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
-
-