Class StorageReportResult
java.lang.Object
org.duracloud.mill.storagereporter.StorageReportResult
- Author:
- danny Date: Jun 29, 2017
-
Constructor Summary
ConstructorsConstructorDescriptionStorageReportResult(List<AccountStorageReportResult> oversubscribedAccounts, List<AccountStorageReportResult> undersubscribedAccounts) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StorageReportResult
public StorageReportResult(List<AccountStorageReportResult> oversubscribedAccounts, List<AccountStorageReportResult> undersubscribedAccounts) - Parameters:
oversubscribedAccounts-undersubscribedAccounts-
-
-
Method Details
-
getOversubscribedAccounts
- Returns:
- the oversubscribedAccounts
-
getUndersubscribedAccounts
- Returns:
- the undersubscribedAccounts
-