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()
Return the average (mean) value of the values stored in the data field.
|
String |
getInferredDataType()
Return the name of the data type that the discovery service believes the field is.
|
String |
getInferredFormat()
Return the name of the data format that the discovery service believes the field is.
|
int |
getInferredLength()
Return the length of the data field that has been deduced from the data stored.
|
int |
getInferredScale()
Return the inferred scale used in other properties.
|
int |
getLength()
Return the length of the data field.
|
Map<String,Long> |
getProfileCounts()
Return the map of different profiling counts that have been calculated.
|
Map<String,Boolean> |
getProfileFlags()
Return a set of boolean flags describing different aspects of the data.
|
Map<String,String> |
getProfileProperties()
Return the date of the review.
|
Map<String,Integer> |
getValueCount()
Return a map of values to value count for the data field.
|
List<String> |
getValueList()
Return the list of values found in the data field.
|
String |
getValueRangeFrom()
Return the lowest value of the data stored in this data field.
|
String |
getValueRangeTo()
Return the upper value of the data stored in this data field.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAverageValue(String averageValue)
Set up the average (mean) value of the values stored in the data field.
|
void |
setInferredDataType(String inferredDataType)
Set up the name of the data type that the discovery service believes the field is.
|
void |
setInferredFormat(String inferredFormat)
Set up the name of the data format that the discovery service believes the field is.
|
void |
setInferredLength(int inferredLength)
Set up the length of the data field that has been deduced from the data stored.
|
void |
setInferredScale(int inferredScale)
Set up the inferred scale used in other properties.
|
void |
setLength(int length)
Set up the length of the data field.
|
void |
setProfileCounts(Map<String,Long> profileCounts)
Set up the map of different profiling counts that have been calculated.
|
void |
setProfileFlags(Map<String,Boolean> profileFlags)
Set up a set of boolean flags describing different aspects of the data.
|
void |
setProfileProperties(Map<String,String> profileProperties)
Set up the date of the review
|
void |
setValueCount(Map<String,Integer> valueCount)
Set up a map of values to value count for the data field.
|
void |
setValueList(List<String> valueList)
Set up the list of values found in the data field.
|
void |
setValueRangeFrom(String valueRangeFrom)
Set up the lowest value of the data stored in this data field.
|
void |
setValueRangeTo(String valueRangeTo)
Set up the upper value of the data stored in this data field.
|
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)
length - integerpublic String getInferredDataType()
public void setInferredDataType(String inferredDataType)
inferredDataType - string namepublic String getInferredFormat()
public void setInferredFormat(String inferredFormat)
inferredFormat - string namepublic int getInferredLength()
public void setInferredLength(int inferredLength)
inferredLength - integerpublic int getInferredScale()
public void setInferredScale(int inferredScale)
inferredScale - integerpublic Map<String,String> getProfileProperties()
public void setProfileProperties(Map<String,String> profileProperties)
profileProperties - date timepublic Map<String,Boolean> getProfileFlags()
public void setProfileFlags(Map<String,Boolean> profileFlags)
profileFlags - map of flag names to flag valuespublic Map<String,Long> getProfileCounts()
public void setProfileCounts(Map<String,Long> profileCounts)
profileCounts - map of count name to count valuepublic List<String> getValueList()
public void setValueList(List<String> valueList)
valueList - list of valuespublic Map<String,Integer> getValueCount()
public void setValueCount(Map<String,Integer> valueCount)
valueCount - map of values to value countpublic String getValueRangeFrom()
public void setValueRangeFrom(String valueRangeFrom)
valueRangeFrom - string version of the value.public String getValueRangeTo()
public void setValueRangeTo(String valueRangeTo)
valueRangeTo - string version of the value.public String getAverageValue()
public void setAverageValue(String averageValue)
averageValue - string version of the value.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.