public class StorageSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
date |
protected String |
reportId |
protected Long |
totalItems |
protected Long |
totalSize |
| Constructor and Description |
|---|
StorageSummary(long date,
long totalSize,
long totalItems,
String reportId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDate() |
String |
getReportId() |
Long |
getTotalItems() |
Long |
getTotalSize() |
Copyright © 2009–2016 DuraSpace. All rights reserved.