public class UploaderInputManifestDto extends DataBridgeBaseManifestDto
businessObjectDefinitionName, businessObjectFormatFileType, businessObjectFormatUsage, businessObjectFormatVersion, namespace, partitionKey, partitionValue, storageName, subPartitionValues| Constructor and Description |
|---|
UploaderInputManifestDto() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getAttributes() |
List<BusinessObjectDataKey> |
getBusinessObjectDataParents() |
List<String> |
getFiles()
Deprecated.
Use the getManifestFiles method instead which supports file names as well as other properties.
|
List<ManifestFile> |
getManifestFiles()
Gets the list of manifest files.
|
void |
setAttributes(HashMap<String,String> attributes) |
void |
setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents) |
void |
setFiles(List<String> files)
Deprecated.
Use the setManifestFiles method instead which supports file names as well as other properties.
|
void |
setManifestFiles(List<ManifestFile> manifestFiles) |
getBusinessObjectDefinitionName, getBusinessObjectFormatFileType, getBusinessObjectFormatUsage, getBusinessObjectFormatVersion, getNamespace, getPartitionKey, getPartitionValue, getStorageName, getSubPartitionValues, setBusinessObjectDefinitionName, setBusinessObjectFormatFileType, setBusinessObjectFormatUsage, setBusinessObjectFormatVersion, setNamespace, setPartitionKey, setPartitionValue, setStorageName, setSubPartitionValuespublic List<String> getFiles()
public void setFiles(List<String> files)
files - the list of file files.public List<ManifestFile> getManifestFiles()
public void setManifestFiles(List<ManifestFile> manifestFiles)
public List<BusinessObjectDataKey> getBusinessObjectDataParents()
public void setBusinessObjectDataParents(List<BusinessObjectDataKey> businessObjectDataParents)
Copyright © 2019. All rights reserved.