public class ClassificationAnnotation extends DataFieldAnnotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ClassificationAnnotation()
Default constructor
|
ClassificationAnnotation(ClassificationAnnotation 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.
|
Map<String,String> |
getCandidateClassifications()
Return a map of candidate classification names to additional characteristics
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCandidateClassifications(Map<String,String> candidateClassifications)
Set up a map of candidate classification names to additional characteristics.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setNumAttachedAnnotations, setReviewComment, setReviewDate, setSteward, setSummarygetElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic ClassificationAnnotation()
public ClassificationAnnotation(ClassificationAnnotation template)
template - object to copypublic Map<String,String> getCandidateClassifications()
public void setCandidateClassifications(Map<String,String> candidateClassifications)
candidateClassifications - map of classification names to stringpublic String toString()
toString in class DataFieldAnnotationpublic boolean equals(Object objectToCompare)
equals in class AnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AnnotationCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.