public class DataFileProperties extends DataStoreProperties
| Constructor and Description |
|---|
DataFileProperties()
Default constructor
|
DataFileProperties(DataFileProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getFileType()
Return the file type of the file if known.
|
int |
hashCode()
Return hash code for this object
|
void |
setFileType(String fileType)
Set up the file type of the file if known.
|
String |
toString()
JSON-style toString
|
getCreateTime, getEncodingDescription, getEncodingLanguage, getEncodingProperties, getEncodingType, getModifiedTime, getPathName, setCreateTime, setEncodingDescription, setEncodingLanguage, setEncodingProperties, setEncodingType, setModifiedTime, setPathNamegetDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerCategory, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerCategory, setZoneMembershipgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DataFileProperties()
public DataFileProperties(DataFileProperties template)
template - object to copypublic String getFileType()
public void setFileType(String fileType)
fileType - stringpublic String toString()
toString in class DataStorePropertiespublic boolean equals(Object objectToCompare)
equals in class DataStorePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class DataStorePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.