@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StorageBusinessObjectDefinitionDailyUploadStat extends Object
| Constructor and Description |
|---|
StorageBusinessObjectDefinitionDailyUploadStat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBusinessObjectDefinitionName()
The name of the Business Object Definition
|
String |
getDataProviderName()
The name of the Data Provider that Business Object Definition is associated with
|
String |
getNamespace()
The Namespace that Business Object Definition is associated with
|
Integer |
getTotalBytes()
The total number of bytes uploaded to the storage on the date specified
|
Integer |
getTotalFiles()
The total number of files uploaded to the storage on the date specified
|
Date |
getUploadDate()
The upload date in YYYY-MM-DD format
|
int |
hashCode() |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setDataProviderName(String dataProviderName) |
void |
setNamespace(String namespace) |
void |
setTotalBytes(Integer totalBytes) |
void |
setTotalFiles(Integer totalFiles) |
void |
setUploadDate(Date uploadDate) |
String |
toString() |
public StorageBusinessObjectDefinitionDailyUploadStat()
public Date getUploadDate()
public void setUploadDate(Date uploadDate)
public String getNamespace()
public void setNamespace(String namespace)
public String getDataProviderName()
public void setDataProviderName(String dataProviderName)
public String getBusinessObjectDefinitionName()
public void setBusinessObjectDefinitionName(String businessObjectDefinitionName)
public Integer getTotalFiles()
public void setTotalFiles(Integer totalFiles)
public Integer getTotalBytes()
public void setTotalBytes(Integer totalBytes)
Copyright © 2017. All rights reserved.