public class SchemaAnalysisAnnotation extends Annotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SchemaAnalysisAnnotation()
Default constructor
|
SchemaAnalysisAnnotation(SchemaAnalysisAnnotation 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.
|
int |
getDiscoveredDataFields()
Return the number of discovered data fields in this schema.
|
String |
getSchemaName()
Return the name of the schema - this will be used in the creation of the schema object and reflects the content
associated with the asset.
|
String |
getSchemaTypeName()
Return the name of the schema type for this asset.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDiscoveredDataFields(int discoveredDataFields)
Set up the number of discovered data fields in this schema.
|
void |
setSchemaName(String schemaName)
Set up the name of the schema - this will be used in the creation of the schema object and reflects the content
associated with the asset.
|
void |
setSchemaTypeName(String schemaTypeName)
Set up the name of the schema type for this asset.
|
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 SchemaAnalysisAnnotation()
public SchemaAnalysisAnnotation(SchemaAnalysisAnnotation template)
template - object to copypublic String getSchemaName()
public void setSchemaName(String schemaName)
schemaName - name of schemapublic String getSchemaTypeName()
public void setSchemaTypeName(String schemaTypeName)
schemaTypeName - namepublic int getDiscoveredDataFields()
public void setDiscoveredDataFields(int discoveredDataFields)
discoveredDataFields - integerpublic String toString()
toString in class Annotationpublic 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.