public class DataProfileAnnotation extends DataFieldAnnotation
additionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DataProfileAnnotation()
Default constructor
|
DataProfileAnnotation(DataProfileAnnotation 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 |
getAverageValue() |
String |
getInferredDataType() |
String |
getInferredFormat() |
int |
getInferredLength() |
int |
getInferredScale() |
int |
getLength() |
Map<String,Long> |
getProfileCounts() |
Map<String,Boolean> |
getProfileFlags() |
Map<String,String> |
getProfileProperties()
Return the date of the review.
|
Map<String,Integer> |
getValueCount() |
List<String> |
getValueList() |
String |
getValueRangeFrom() |
String |
getValueRangeTo() |
int |
hashCode()
Create a hash code for this element type.
|
void |
setAverageValue(String averageValue) |
void |
setInferredDataType(String inferredDataType) |
void |
setInferredFormat(String inferredFormat) |
void |
setInferredLength(int inferredLength) |
void |
setInferredScale(int inferredScale) |
void |
setLength(int length) |
void |
setProfileCounts(Map<String,Long> profileCounts) |
void |
setProfileFlags(Map<String,Boolean> profileFlags) |
void |
setProfileProperties(Map<String,String> profileProperties)
Set up the date of the review
|
void |
setValueCount(Map<String,Integer> valueCount) |
void |
setValueList(List<String> valueList) |
void |
setValueRangeFrom(String valueRangeFrom) |
void |
setValueRangeTo(String valueRangeTo) |
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 DataProfileAnnotation()
public DataProfileAnnotation(DataProfileAnnotation template)
template - object to copypublic int getLength()
public void setLength(int length)
public String getInferredDataType()
public void setInferredDataType(String inferredDataType)
public String getInferredFormat()
public void setInferredFormat(String inferredFormat)
public int getInferredLength()
public void setInferredLength(int inferredLength)
public int getInferredScale()
public void setInferredScale(int inferredScale)
public Map<String,String> getProfileProperties()
public void setProfileProperties(Map<String,String> profileProperties)
profileProperties - date timepublic String getValueRangeFrom()
public void setValueRangeFrom(String valueRangeFrom)
public String getValueRangeTo()
public void setValueRangeTo(String valueRangeTo)
public String getAverageValue()
public void setAverageValue(String averageValue)
public 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.