public class DataProfileLogAnnotation extends DataFieldAnnotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
DataProfileLogAnnotation()
Default constructor
|
DataProfileLogAnnotation(DataProfileLogAnnotation 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> |
getDataProfileLogFileNames()
Return the names of the log files used to store the profile data.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDataProfileLogFileNames(List<String> dataProfileLogFileNames)
Set up the names of the log files used to store the profile data.
|
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 DataProfileLogAnnotation()
public DataProfileLogAnnotation(DataProfileLogAnnotation template)
template - object to copypublic List<String> getDataProfileLogFileNames()
public void setDataProfileLogFileNames(List<String> dataProfileLogFileNames)
dataProfileLogFileNames - list of names of log filespublic 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.