public class DataSourcePhysicalStatusAnnotation extends DataSourceMeasurementAnnotation
additionalProperties, analysisStep, annotationStatus, annotationType, confidenceLevel, explanation, expression, jsonProperties, numAttachedAnnotations, reviewComment, reviewDate, steward, summaryclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
DataSourcePhysicalStatusAnnotation()
Default constructor
|
DataSourcePhysicalStatusAnnotation(DataSourcePhysicalStatusAnnotation 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.
|
Date |
getCreateTime()
Return the date of the review.
|
String |
getEncoding()
Return the encoding of the data source.
|
Date |
getModifiedTime()
Return the time that the file was last modified.
|
int |
getSize()
Return the size in bytes of the data source.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCreateTime(Date createTime)
Set up the date and time that the data source was created
|
void |
setEncoding(String encoding)
Set up the encoding of the data source.
|
void |
setModifiedTime(Date modifiedTime)
Set up the time that the file was last modified.
|
void |
setSize(int size)
Set up the size in bytes of the data source.
|
String |
toString()
Standard toString method.
|
getDataSourceProperties, setDataSourcePropertiesgetAdditionalProperties, 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 DataSourcePhysicalStatusAnnotation()
public DataSourcePhysicalStatusAnnotation(DataSourcePhysicalStatusAnnotation template)
template - object to copypublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - date timepublic Date getModifiedTime()
public void setModifiedTime(Date modifiedTime)
modifiedTime - date timepublic int getSize()
public void setSize(int size)
size - intpublic String getEncoding()
public void setEncoding(String encoding)
encoding - encoding format descriptionpublic String toString()
toString in class DataSourceMeasurementAnnotationpublic boolean equals(Object objectToCompare)
equals in class DataSourceMeasurementAnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class DataSourceMeasurementAnnotationCopyright © 2018–2019 ODPi. All rights reserved.