java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Confidence
All Implemented Interfaces:
Serializable, OmasObject

public class Confidence extends Classification
Defines the level of confidence that should be placed in the accuracy of related data items.
See Also:
  • Constructor Details

    • Confidence

      public Confidence()
      Default constructor
  • Method Details

    • getStatus

      public GovernanceClassificationStatus getStatus()
      Status of this classification.
      Returns:
      Status of this classification.
    • setStatus

      public void setStatus(GovernanceClassificationStatus status)
    • getConfidence

      public Integer getConfidence()
      Level of confidence in the classification (0=none -> 100=excellent).
      Returns:
      Level of confidence in the classification
    • setConfidence

      public void setConfidence(Integer confidence)
    • getSteward

      public String getSteward()
      Person responsible for maintaining this classification.
      Returns:
      Person responsible for maintaining this classification.
    • setSteward

      public void setSteward(String steward)
    • getSource

      public String getSource()
      Source of the classification.
      Returns:
      Source of the classification.
    • setSource

      public void setSource(String source)
    • getNotes

      public String getNotes()
      Information relating to the classification.
      Returns:
      Information relating to the classification.
    • setNotes

      public void setNotes(String notes)
    • getLevel

      public ConfidenceLevel getLevel()
      Level of confidence in the quality of this data.
      Returns:
      Level of confidence in the quality of this data.
    • setLevel

      public void setLevel(ConfidenceLevel level)
    • getPropertyNames

      public static Set<String> getPropertyNames()
      Confidence property names
      Returns:
      Set of Strings of the Confidence property names
    • getAdditionalProperties

      public Map<String,String> getAdditionalProperties()
      Get the extra attributes - ones that are in addition to the standard types.
      Overrides:
      getAdditionalProperties in class Classification
      Returns:
      extra attributes
    • setAdditionalProperties

      public void setAdditionalProperties(Map<String,String> additionalProperties)
      Overrides:
      setAdditionalProperties in class Classification