public class DataFileRequestBody extends DataFileProperties
| Constructor and Description |
|---|
DataFileRequestBody()
Default constructor
|
DataFileRequestBody(DataFileProperties template)
Copy/clone constructor for main properties
|
DataFileRequestBody(DataFileRequestBody 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 |
getConnectorProviderClassName()
Return the fully qualified class name of the connector provider for this type of file.
|
String |
getExternalSourceGUID()
Return the unique identifier of the software server capability entity that represented the external source - null for local.
|
String |
getExternalSourceName()
Return the unique name of the software server capability entity that represented the external source.
|
int |
hashCode()
Return hash code for this object
|
void |
setConnectorProviderClassName(String connectorProviderClassName)
Set up the fully qualified class name of the connector provider for this type of file.
|
void |
setExternalSourceGUID(String externalSourceGUID)
Set up the unique identifier of the software server capability entity that represented the external source - null for local.
|
void |
setExternalSourceName(String externalSourceName)
Set up the unique name of the software server capability entity that represented the external source.
|
String |
toString()
JSON-style toString
|
getFileType, setFileTypegetCreateTime, getEncodingDescription, getEncodingLanguage, getEncodingProperties, getEncodingType, getModifiedTime, setCreateTime, setEncodingDescription, setEncodingLanguage, setEncodingProperties, setEncodingType, setModifiedTimegetDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerCategory, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerCategory, setZoneMembershipgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DataFileRequestBody()
public DataFileRequestBody(DataFileRequestBody template)
template - object to copypublic DataFileRequestBody(DataFileProperties template)
template - object to copypublic String getExternalSourceGUID()
public void setExternalSourceGUID(String externalSourceGUID)
externalSourceGUID - string guidpublic String getExternalSourceName()
public void setExternalSourceName(String externalSourceName)
externalSourceName - string namepublic String getConnectorProviderClassName()
public void setConnectorProviderClassName(String connectorProviderClassName)
connectorProviderClassName - 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.