public class SuspectDuplicateAnnotation extends Annotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SuspectDuplicateAnnotation()
Default constructor
|
SuspectDuplicateAnnotation(SuspectDuplicateAnnotation 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.
|
List<String> |
getDuplicateAnchorGUIDs()
Return the list of unique identifiers for the Assets that are identified as duplicate suspects.
|
List<String> |
getMatchingAttachmentGUIDs()
Return the list of unique identifiers for attachments that match in all of the duplicate suspects.
|
List<String> |
getMatchingClassificationNames()
Return the list of classifications that match in all of the duplicate suspects.
|
List<String> |
getMatchingPropertyNames()
Return the list of property names whose values match in all of the duplicate suspects.
|
List<String> |
getMatchingRelationshipGUIDs()
Return the list of relationships that are common across all of the duplicate suspects.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDuplicateAnchorGUIDs(List<String> duplicateAnchorGUIDs)
Set up the list of unique identifiers for the Assets that are identified as duplicate suspects.
|
void |
setMatchingAttachmentGUIDs(List<String> matchingAttachmentGUIDs)
Set up the list of unique identifiers for attachments that match in all of the duplicate suspects.
|
void |
setMatchingClassificationNames(List<String> matchingClassificationNames)
Set up the list of classifications that match in all of the duplicate suspects.
|
void |
setMatchingPropertyNames(List<String> matchingPropertyNames)
Set up the list of property names whose values match in all of the duplicate suspects.
|
void |
setMatchingRelationshipGUIDs(List<String> matchingRelationshipGUIDs)
Set up the list of relationships that are common across all of the duplicate suspects.
|
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 SuspectDuplicateAnnotation()
public SuspectDuplicateAnnotation(SuspectDuplicateAnnotation template)
template - object to copypublic List<String> getDuplicateAnchorGUIDs()
public void setDuplicateAnchorGUIDs(List<String> duplicateAnchorGUIDs)
duplicateAnchorGUIDs - list of string guidspublic List<String> getMatchingPropertyNames()
public void setMatchingPropertyNames(List<String> matchingPropertyNames)
matchingPropertyNames - list of property namespublic List<String> getMatchingClassificationNames()
public void setMatchingClassificationNames(List<String> matchingClassificationNames)
matchingClassificationNames - list of classification namespublic List<String> getMatchingAttachmentGUIDs()
public void setMatchingAttachmentGUIDs(List<String> matchingAttachmentGUIDs)
matchingAttachmentGUIDs - list of string guidspublic List<String> getMatchingRelationshipGUIDs()
public void setMatchingRelationshipGUIDs(List<String> matchingRelationshipGUIDs)
matchingRelationshipGUIDs - list of string guidspublic String toString()
toString in class Annotationpublic boolean equals(Object objectToCompare)
equals in class AnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AnnotationCopyright © 2018–2020 ODPi. All rights reserved.