public class NewDataFileRequestBody extends DataFileProperties
| Constructor and Description |
|---|
NewDataFileRequestBody()
Default constructor
|
NewDataFileRequestBody(NewDataFileRequestBody 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 |
getConnectorClassName()
Return the fully qualified class name of the connector provider for this type of file.
|
int |
hashCode()
Return hash code for this object
|
void |
setConnectorClassName(String connectorClassName)
Set up the fully qualified class name of the connector provider for this type of file.
|
String |
toString()
JSON-style toString
|
getFileType, setFileTypegetCreateTime, getEncodingDescription, getEncodingLanguage, getEncodingType, getModifiedTime, setCreateTime, setEncodingDescription, setEncodingLanguage, setEncodingType, setModifiedTimegetDescription, getDisplayName, getLatestChange, getOrigin, getOwner, getOwnerCategory, getZoneMembership, setDescription, setDisplayName, setLatestChange, setOrigin, setOwner, setOwnerCategory, setZoneMembershipgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic NewDataFileRequestBody()
public NewDataFileRequestBody(NewDataFileRequestBody template)
template - object to copypublic String getConnectorClassName()
public void setConnectorClassName(String connectorClassName)
connectorClassName - string namepublic String toString()
toString in class DataFilePropertiespublic boolean equals(Object objectToCompare)
equals in class DataFilePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class DataFilePropertiesCopyright © 2018–2020 ODPi. All rights reserved.