Class ConfidenceGovernanceClassification
java.lang.Object
org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
org.odpi.openmetadata.metadatasecurity.properties.ConfidenceGovernanceClassification
ConfidenceGovernanceClassification defines the level of confidence that should be placed in the accuracy of related data items.
This limits the scope that the data can be used in.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.int
Return the level of confidence in the quality of this data.int
hashCode()
Return code value representing the contents of this object.void
setConfidenceLevel
(int confidenceLevel) Set up the level of confidence in the quality of this data.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
getConfidence, getNotes, getSource, getStatus, getSteward, getStewardPropertyName, getStewardTypeName, setConfidence, setNotes, setSource, setStatus, setSteward, setStewardPropertyName, setStewardTypeName
-
Constructor Details
-
ConfidenceGovernanceClassification
public ConfidenceGovernanceClassification()Default constructor -
ConfidenceGovernanceClassification
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getConfidenceLevel
public int getConfidenceLevel()Return the level of confidence in the quality of this data.- Returns:
- int
-
setConfidenceLevel
public void setConfidenceLevel(int confidenceLevel) Set up the level of confidence in the quality of this data.- Parameters:
confidenceLevel
- int
-
toString
Standard toString method.- Overrides:
toString
in classGovernanceClassificationBase
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classGovernanceClassificationBase
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return code value representing the contents of this object.- Overrides:
hashCode
in classGovernanceClassificationBase
- Returns:
- int
-