public class NewDataFolderRequestBody extends FileFolderProperties
| Constructor and Description |
|---|
NewDataFolderRequestBody()
Default constructor
|
NewDataFolderRequestBody(NewDataFolderRequestBody 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
|
getCreateTime, 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 NewDataFolderRequestBody()
public NewDataFolderRequestBody(NewDataFolderRequestBody template)
template - object to copypublic String getConnectorClassName()
public void setConnectorClassName(String connectorClassName)
connectorClassName - string namepublic String toString()
toString in class FileFolderPropertiespublic boolean equals(Object objectToCompare)
equals in class DataStorePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class DataStorePropertiesCopyright © 2018–2020 ODPi. All rights reserved.