public class QualityAnnotation extends DataFieldAnnotation
additionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
QualityAnnotation()
Default constructor
|
QualityAnnotation(QualityAnnotation template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getQualityDimension()
Return the type of quality being measured.
|
int |
getQualityScore()
Return a quality score between 0 and 100 - 100 is the best.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setQualityDimension(String qualityDimension)
Set up the type of quality being measured.
|
void |
setQualityScore(int qualityScore)
Set up a quality score between 0 and 100 - 100 is the best.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setAttachedAnnotations, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setReviewComment, setReviewDate, setSteward, setSummarygetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic QualityAnnotation()
public QualityAnnotation(QualityAnnotation template)
template - object to copypublic String getQualityDimension()
public void setQualityDimension(String qualityDimension)
qualityDimension - string namepublic int getQualityScore()
public void setQualityScore(int qualityScore)
qualityScore - intpublic String toString()
toString in class DataFieldAnnotationpublic boolean equals(Object objectToCompare)
equals in class AnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AnnotationCopyright © 2018–2020 ODPi. All rights reserved.