public class DataFile extends DataStore
| Constructor and Description |
|---|
DataFile() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attribute> |
getColumns()
Gets the file columns
|
String |
getFileType()
Gets file type
|
String |
getNetworkAddress()
Gets the network address
|
String |
getProtocol()
Get an Endpoint protocol
|
SchemaType |
getSchema()
Gets the file schema
|
int |
hashCode() |
void |
setColumns(List<Attribute> columns)
Sets the file columns
|
void |
setFileType(String fileType)
Sets the file type
|
void |
setNetworkAddress(String networkAddress)
Sets the network address.
|
void |
setProtocol(String protocol)
Sets the protocol.
|
void |
setSchema(SchemaType schema)
Sets the file schema
|
String |
toString() |
getCreateTime, getEncodingDescription, getEncodingLanguage, getEncodingProperties, getEncodingType, getModifiedTime, getPathName, setCreateTime, setEncodingDescription, setEncodingLanguage, setEncodingProperties, setEncodingType, setModifiedTime, setPathNamegetDescription, getDisplayName, getGUID, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setGUID, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembershipgetAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic String getFileType()
public SchemaType getSchema()
public String getNetworkAddress()
public String getProtocol()
public void setFileType(String fileType)
fileType - typepublic void setSchema(SchemaType schema)
schema - schemapublic void setColumns(List<Attribute> columns)
columns - columnspublic void setNetworkAddress(String networkAddress)
networkAddress - network addresspublic void setProtocol(String protocol)
protocol - protocolCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.