@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDataStorageFilesCreateRequest extends Object
| Constructor and Description |
|---|
BusinessObjectDataStorageFilesCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getBusinessObjectDataVersion()
The version of the business object data
|
String |
getBusinessObjectDefinitionName()
The definition name of the business object data
|
String |
getBusinessObjectFormatFileType()
The format file type of the business object data
|
String |
getBusinessObjectFormatUsage()
The format usage of the business object data
|
Integer |
getBusinessObjectFormatVersion()
The format version of the business object data
|
Boolean |
getDiscoverStorageFiles()
If true, enables the auto-discovery of all storage files in the relative S3 storage under the relative storage directory
|
String |
getNamespace()
The namespace of the business object data
|
String |
getPartitionValue()
The the primary partition value of the business object data
|
List<StorageFile> |
getStorageFiles()
The list of storage files to be added.
|
String |
getStorageName()
The name of the storage
|
List<String> |
getSubPartitionValues()
The subpartition values of the business object data
|
int |
hashCode() |
void |
setBusinessObjectDataVersion(Integer businessObjectDataVersion) |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setBusinessObjectFormatFileType(String businessObjectFormatFileType) |
void |
setBusinessObjectFormatUsage(String businessObjectFormatUsage) |
void |
setBusinessObjectFormatVersion(Integer businessObjectFormatVersion) |
void |
setDiscoverStorageFiles(Boolean discoverStorageFiles) |
void |
setNamespace(String namespace) |
void |
setPartitionValue(String partitionValue) |
void |
setStorageFiles(List<StorageFile> storageFiles) |
void |
setStorageName(String storageName) |
void |
setSubPartitionValues(List<String> subPartitionValues) |
String |
toString() |
public BusinessObjectDataStorageFilesCreateRequest()
public String getNamespace()
public void setNamespace(String namespace)
public String getBusinessObjectDefinitionName()
public void setBusinessObjectDefinitionName(String businessObjectDefinitionName)
public String getBusinessObjectFormatUsage()
public void setBusinessObjectFormatUsage(String businessObjectFormatUsage)
public String getBusinessObjectFormatFileType()
public void setBusinessObjectFormatFileType(String businessObjectFormatFileType)
public Integer getBusinessObjectFormatVersion()
public void setBusinessObjectFormatVersion(Integer businessObjectFormatVersion)
public String getPartitionValue()
public void setPartitionValue(String partitionValue)
public List<String> getSubPartitionValues()
public Integer getBusinessObjectDataVersion()
public void setBusinessObjectDataVersion(Integer businessObjectDataVersion)
public String getStorageName()
public void setStorageName(String storageName)
public List<StorageFile> getStorageFiles()
public void setStorageFiles(List<StorageFile> storageFiles)
public Boolean getDiscoverStorageFiles()
public void setDiscoverStorageFiles(Boolean discoverStorageFiles)
Copyright © 2017. All rights reserved.