Class ConfidenceGovernanceClassification
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidenceGovernanceClassification
-
- All Implemented Interfaces:
Serializable
public class ConfidenceGovernanceClassification extends GovernanceClassificationBase
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.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
classifications, extendedProperties, guid, type, url
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description ConfidenceGovernanceClassification()Default constructorConfidenceGovernanceClassification(ConfidenceGovernanceClassification template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.ConfidenceLevelgetConfidenceLevel()Return the level of confidence in the quality of this data.inthashCode()Return code value representing the contents of this object.voidsetConfidenceLevel(ConfidenceLevel confidenceLevel)Set up the level of confidence in the quality of this data.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
getConfidence, getLevelIdentifier, getNotes, getSource, getStatus, getSteward, setConfidence, setLevelIdentifier, setNotes, setSource, setStatus, setSteward
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURL
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
getHeaderVersion, setHeaderVersion
-
-
-
-
Constructor Detail
-
ConfidenceGovernanceClassification
public ConfidenceGovernanceClassification()
Default constructor
-
ConfidenceGovernanceClassification
public ConfidenceGovernanceClassification(ConfidenceGovernanceClassification template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getConfidenceLevel
public ConfidenceLevel getConfidenceLevel()
Return the level of confidence in the quality of this data.- Returns:
- enum
-
setConfidenceLevel
public void setConfidenceLevel(ConfidenceLevel confidenceLevel)
Set up the level of confidence in the quality of this data.- Parameters:
confidenceLevel- enum
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classGovernanceClassificationBase- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classGovernanceClassificationBase- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Return code value representing the contents of this object.- Overrides:
hashCodein classGovernanceClassificationBase- Returns:
- int
-
-