public class StoreReporterReport extends Object
| Constructor and Description |
|---|
StoreReporterReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAcctError(org.duracloud.account.db.model.AccountInfo acct,
String error)
This method adds an error message associated with the arg account.
|
void |
addAcctInfo(org.duracloud.account.db.model.AccountInfo acct,
StoreReporterInfo reporterInfo)
This method adds arg instance details for the arg account.
|
Map<org.duracloud.account.db.model.AccountInfo,StoreReporterInfo> |
getReporterErrors()
This method gets all errors for all accounts.
|
Map<org.duracloud.account.db.model.AccountInfo,StoreReporterInfo> |
getReporterInfos()
This methods gets all Storage Reporter infos for all accounts.
|
boolean |
hasErrors()
This method returns true if any of the Storage Reporters within this
report contain errors.
|
String |
toString() |
public void addAcctError(org.duracloud.account.db.model.AccountInfo acct,
String error)
acct - with errorerror - messagepublic void addAcctInfo(org.duracloud.account.db.model.AccountInfo acct,
StoreReporterInfo reporterInfo)
acct - with instance inforeporterInfo - for arg accountpublic Map<org.duracloud.account.db.model.AccountInfo,StoreReporterInfo> getReporterInfos()
public Map<org.duracloud.account.db.model.AccountInfo,StoreReporterInfo> getReporterErrors()
public boolean hasErrors()
Copyright © 2009–2015 DuraSpace. All rights reserved.