Package com.xero.models.accounting
Class ImportSummaryAccounts
java.lang.Object
com.xero.models.accounting.ImportSummaryAccounts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe number of new accounts createdThe number of accounts deletedbooleanThe number of accounts that had an errorThe number of accounts deletedThe number of accounts that had an errorThe number of locked accountsgetNew()The number of new accounts createdThe number of new or updated accountsGet presentThe number of system accountsgetTotal()The total number of accounts in the orgThe number of accounts updatedinthashCode()The number of locked accountsnewOrUpdated(Integer newOrUpdated) The number of new or updated accountspresentvoidsetDeleted(Integer deleted) The number of accounts deletedvoidsetErrored(Integer errored) The number of accounts that had an errorvoidThe number of locked accountsvoidThe number of new accounts createdvoidsetNewOrUpdated(Integer newOrUpdated) The number of new or updated accountsvoidsetPresent(Boolean present) presentvoidThe number of system accountsvoidThe total number of accounts in the orgvoidsetUpdated(Integer updated) The number of accounts updatedThe number of system accountstoString()The total number of accounts in the orgThe number of accounts updated
-
Constructor Details
-
ImportSummaryAccounts
public ImportSummaryAccounts()
-
-
Method Details
-
total
The total number of accounts in the org- Parameters:
total- Integer- Returns:
- ImportSummaryAccounts
-
getTotal
-
setTotal
The total number of accounts in the org- Parameters:
total- Integer
-
_new
The number of new accounts created- Parameters:
_new- Integer- Returns:
- ImportSummaryAccounts
-
getNew
-
setNew
-
updated
The number of accounts updated- Parameters:
updated- Integer- Returns:
- ImportSummaryAccounts
-
getUpdated
-
setUpdated
The number of accounts updated- Parameters:
updated- Integer
-
deleted
The number of accounts deleted- Parameters:
deleted- Integer- Returns:
- ImportSummaryAccounts
-
getDeleted
-
setDeleted
The number of accounts deleted- Parameters:
deleted- Integer
-
locked
The number of locked accounts- Parameters:
locked- Integer- Returns:
- ImportSummaryAccounts
-
getLocked
-
setLocked
-
system
The number of system accounts- Parameters:
system- Integer- Returns:
- ImportSummaryAccounts
-
getSystem
-
setSystem
-
errored
The number of accounts that had an error- Parameters:
errored- Integer- Returns:
- ImportSummaryAccounts
-
getErrored
-
setErrored
The number of accounts that had an error- Parameters:
errored- Integer
-
present
present- Parameters:
present- Boolean- Returns:
- ImportSummaryAccounts
-
getPresent
-
setPresent
-
newOrUpdated
The number of new or updated accounts- Parameters:
newOrUpdated- Integer- Returns:
- ImportSummaryAccounts
-
getNewOrUpdated
-
setNewOrUpdated
The number of new or updated accounts- Parameters:
newOrUpdated- Integer
-
equals
-
hashCode
-
toString
-