Package com.xero.models.accounting
Class ImportSummaryAccounts
java.lang.Object
com.xero.models.accounting.ImportSummaryAccounts
public class ImportSummaryAccounts extends Object
A summary of the accounts changes
-
Constructor Summary
Constructors Constructor Description ImportSummaryAccounts() -
Method Summary
-
Constructor Details
-
ImportSummaryAccounts
public ImportSummaryAccounts()
-
-
Method Details
-
total
-
getTotal
The total number of accounts in the org- Returns:
- total
-
setTotal
-
_new
-
getNew
The number of new accounts created- Returns:
- _new
-
setNew
-
updated
-
getUpdated
The number of accounts updated- Returns:
- updated
-
setUpdated
-
deleted
-
getDeleted
The number of accounts deleted- Returns:
- deleted
-
setDeleted
-
locked
-
getLocked
The number of locked accounts- Returns:
- locked
-
setLocked
-
system
-
getSystem
The number of system accounts- Returns:
- system
-
setSystem
-
errored
-
getErrored
The number of accounts that had an error- Returns:
- errored
-
setErrored
-
present
-
getPresent
Get present- Returns:
- present
-
setPresent
-
newOrUpdated
-
getNewOrUpdated
The number of new or updated accounts- Returns:
- newOrUpdated
-
setNewOrUpdated
-
equals
-
hashCode
public int hashCode() -
toString
-