@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StorageDailyUploadStat extends Object
| Constructor and Description |
|---|
StorageDailyUploadStat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 |
setTotalBytes(Integer totalBytes) |
void |
setTotalFiles(Integer totalFiles) |
void |
setUploadDate(Date uploadDate) |
String |
toString() |
public Date getUploadDate()
public void setUploadDate(Date uploadDate)
public Integer getTotalFiles()
public void setTotalFiles(Integer totalFiles)
public Integer getTotalBytes()
public void setTotalBytes(Integer totalBytes)
Copyright © 2017. All rights reserved.