Package com.xero.models.finance
Class StatementLinesResponse
java.lang.Object
com.xero.models.finance.StatementLinesResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavgDaysUnreconciledNeg(Double avgDaysUnreconciledNeg) Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative.avgDaysUnreconciledPos(Double avgDaysUnreconciledPos) Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive.dataSource(DataSourceResponse dataSource) dataSourcedeletedAmount(Double deletedAmount) Sum of the amounts of all deleted statement lines.earliestReconciledTransaction(org.threeten.bp.LocalDate earliestReconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE.earliestUnreconciledTransaction(org.threeten.bp.LocalDate earliestUnreconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE.booleanSum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative.Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive.Get dataSourceSum of the amounts of all deleted statement lines.org.threeten.bp.LocalDateUTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE.org.threeten.bp.LocalDateUTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE.org.threeten.bp.LocalDateUTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE.org.threeten.bp.LocalDateUTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE.Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.Count of all statement lines where the reconciled flag is set to TRUESum of the amounts of all statement lines.Sum of the amounts of all statement lines where the amount is negative.Sum of the amounts of all statement lines where the amount is positiveSum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.Count of all statement lines where the reconciled flag is set to FALSE.inthashCode()latestReconciledTransaction(org.threeten.bp.LocalDate latestReconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE.latestUnreconciledTransaction(org.threeten.bp.LocalDate latestUnreconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE.reconciledAmountNeg(Double reconciledAmountNeg) Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.reconciledAmountPos(Double reconciledAmountPos) Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.reconciledLines(Integer reconciledLines) Count of all statement lines where the reconciled flag is set to TRUEvoidsetAvgDaysUnreconciledNeg(Double avgDaysUnreconciledNeg) Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative.voidsetAvgDaysUnreconciledPos(Double avgDaysUnreconciledPos) Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive.voidsetDataSource(DataSourceResponse dataSource) dataSourcevoidsetDeletedAmount(Double deletedAmount) Sum of the amounts of all deleted statement lines.voidsetEarliestReconciledTransaction(org.threeten.bp.LocalDate earliestReconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE.voidsetEarliestUnreconciledTransaction(org.threeten.bp.LocalDate earliestUnreconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE.voidsetLatestReconciledTransaction(org.threeten.bp.LocalDate latestReconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE.voidsetLatestUnreconciledTransaction(org.threeten.bp.LocalDate latestUnreconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE.voidsetReconciledAmountNeg(Double reconciledAmountNeg) Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.voidsetReconciledAmountPos(Double reconciledAmountPos) Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.voidsetReconciledLines(Integer reconciledLines) Count of all statement lines where the reconciled flag is set to TRUEvoidsetTotalAmount(Double totalAmount) Sum of the amounts of all statement lines.voidsetTotalAmountNeg(Double totalAmountNeg) Sum of the amounts of all statement lines where the amount is negative.voidsetTotalAmountPos(Double totalAmountPos) Sum of the amounts of all statement lines where the amount is positivevoidsetUnreconciledAmountNeg(Double unreconciledAmountNeg) Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.voidsetUnreconciledAmountPos(Double unreconciledAmountPos) Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.voidsetUnreconciledLines(Integer unreconciledLines) Count of all statement lines where the reconciled flag is set to FALSE.toString()totalAmount(Double totalAmount) Sum of the amounts of all statement lines.totalAmountNeg(Double totalAmountNeg) Sum of the amounts of all statement lines where the amount is negative.totalAmountPos(Double totalAmountPos) Sum of the amounts of all statement lines where the amount is positiveunreconciledAmountNeg(Double unreconciledAmountNeg) Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.unreconciledAmountPos(Double unreconciledAmountPos) Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.unreconciledLines(Integer unreconciledLines) Count of all statement lines where the reconciled flag is set to FALSE.
-
Constructor Details
-
StatementLinesResponse
public StatementLinesResponse()
-
-
Method Details
-
unreconciledAmountPos
Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.- Parameters:
unreconciledAmountPos- Double- Returns:
- StatementLinesResponse
-
getUnreconciledAmountPos
Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.- Returns:
- unreconciledAmountPos
-
setUnreconciledAmountPos
Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.- Parameters:
unreconciledAmountPos- Double
-
unreconciledAmountNeg
Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.- Parameters:
unreconciledAmountNeg- Double- Returns:
- StatementLinesResponse
-
getUnreconciledAmountNeg
Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.- Returns:
- unreconciledAmountNeg
-
setUnreconciledAmountNeg
Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.- Parameters:
unreconciledAmountNeg- Double
-
unreconciledLines
Count of all statement lines where the reconciled flag is set to FALSE.- Parameters:
unreconciledLines- Integer- Returns:
- StatementLinesResponse
-
getUnreconciledLines
Count of all statement lines where the reconciled flag is set to FALSE.- Returns:
- unreconciledLines
-
setUnreconciledLines
Count of all statement lines where the reconciled flag is set to FALSE.- Parameters:
unreconciledLines- Integer
-
avgDaysUnreconciledPos
Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive. Provides an indication of the age of unreconciled transactions.- Parameters:
avgDaysUnreconciledPos- Double- Returns:
- StatementLinesResponse
-
getAvgDaysUnreconciledPos
Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive. Provides an indication of the age of unreconciled transactions.- Returns:
- avgDaysUnreconciledPos
-
setAvgDaysUnreconciledPos
Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive. Provides an indication of the age of unreconciled transactions.- Parameters:
avgDaysUnreconciledPos- Double
-
avgDaysUnreconciledNeg
Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative. Provides an indication of the age of unreconciled transactions.- Parameters:
avgDaysUnreconciledNeg- Double- Returns:
- StatementLinesResponse
-
getAvgDaysUnreconciledNeg
Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative. Provides an indication of the age of unreconciled transactions.- Returns:
- avgDaysUnreconciledNeg
-
setAvgDaysUnreconciledNeg
Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative. Provides an indication of the age of unreconciled transactions.- Parameters:
avgDaysUnreconciledNeg- Double
-
earliestUnreconciledTransaction
public StatementLinesResponse earliestUnreconciledTransaction(org.threeten.bp.LocalDate earliestUnreconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.- Parameters:
earliestUnreconciledTransaction- LocalDate- Returns:
- StatementLinesResponse
-
getEarliestUnreconciledTransaction
public org.threeten.bp.LocalDate getEarliestUnreconciledTransaction()UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.- Returns:
- earliestUnreconciledTransaction
-
setEarliestUnreconciledTransaction
public void setEarliestUnreconciledTransaction(org.threeten.bp.LocalDate earliestUnreconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.- Parameters:
earliestUnreconciledTransaction- LocalDate
-
latestUnreconciledTransaction
public StatementLinesResponse latestUnreconciledTransaction(org.threeten.bp.LocalDate latestUnreconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.- Parameters:
latestUnreconciledTransaction- LocalDate- Returns:
- StatementLinesResponse
-
getLatestUnreconciledTransaction
public org.threeten.bp.LocalDate getLatestUnreconciledTransaction()UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.- Returns:
- latestUnreconciledTransaction
-
setLatestUnreconciledTransaction
public void setLatestUnreconciledTransaction(org.threeten.bp.LocalDate latestUnreconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE. This date is represented in ISO 8601 format.- Parameters:
latestUnreconciledTransaction- LocalDate
-
deletedAmount
Sum of the amounts of all deleted statement lines. Transactions may be deleted due to duplication or otherwise.- Parameters:
deletedAmount- Double- Returns:
- StatementLinesResponse
-
getDeletedAmount
Sum of the amounts of all deleted statement lines. Transactions may be deleted due to duplication or otherwise.- Returns:
- deletedAmount
-
setDeletedAmount
Sum of the amounts of all deleted statement lines. Transactions may be deleted due to duplication or otherwise.- Parameters:
deletedAmount- Double
-
totalAmount
Sum of the amounts of all statement lines. This is used as a metric of comparison to the unreconciled figures above.- Parameters:
totalAmount- Double- Returns:
- StatementLinesResponse
-
getTotalAmount
Sum of the amounts of all statement lines. This is used as a metric of comparison to the unreconciled figures above.- Returns:
- totalAmount
-
setTotalAmount
Sum of the amounts of all statement lines. This is used as a metric of comparison to the unreconciled figures above.- Parameters:
totalAmount- Double
-
dataSource
dataSource- Parameters:
dataSource- DataSourceResponse- Returns:
- StatementLinesResponse
-
getDataSource
-
setDataSource
dataSource- Parameters:
dataSource- DataSourceResponse
-
earliestReconciledTransaction
public StatementLinesResponse earliestReconciledTransaction(org.threeten.bp.LocalDate earliestReconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.- Parameters:
earliestReconciledTransaction- LocalDate- Returns:
- StatementLinesResponse
-
getEarliestReconciledTransaction
public org.threeten.bp.LocalDate getEarliestReconciledTransaction()UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.- Returns:
- earliestReconciledTransaction
-
setEarliestReconciledTransaction
public void setEarliestReconciledTransaction(org.threeten.bp.LocalDate earliestReconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.- Parameters:
earliestReconciledTransaction- LocalDate
-
latestReconciledTransaction
public StatementLinesResponse latestReconciledTransaction(org.threeten.bp.LocalDate latestReconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.- Parameters:
latestReconciledTransaction- LocalDate- Returns:
- StatementLinesResponse
-
getLatestReconciledTransaction
public org.threeten.bp.LocalDate getLatestReconciledTransaction()UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.- Returns:
- latestReconciledTransaction
-
setLatestReconciledTransaction
public void setLatestReconciledTransaction(org.threeten.bp.LocalDate latestReconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE. This date is represented in ISO 8601 format.- Parameters:
latestReconciledTransaction- LocalDate
-
reconciledAmountPos
Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.- Parameters:
reconciledAmountPos- Double- Returns:
- StatementLinesResponse
-
getReconciledAmountPos
Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.- Returns:
- reconciledAmountPos
-
setReconciledAmountPos
Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.- Parameters:
reconciledAmountPos- Double
-
reconciledAmountNeg
Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.- Parameters:
reconciledAmountNeg- Double- Returns:
- StatementLinesResponse
-
getReconciledAmountNeg
Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.- Returns:
- reconciledAmountNeg
-
setReconciledAmountNeg
Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.- Parameters:
reconciledAmountNeg- Double
-
reconciledLines
Count of all statement lines where the reconciled flag is set to TRUE- Parameters:
reconciledLines- Integer- Returns:
- StatementLinesResponse
-
getReconciledLines
Count of all statement lines where the reconciled flag is set to TRUE- Returns:
- reconciledLines
-
setReconciledLines
Count of all statement lines where the reconciled flag is set to TRUE- Parameters:
reconciledLines- Integer
-
totalAmountPos
Sum of the amounts of all statement lines where the amount is positive- Parameters:
totalAmountPos- Double- Returns:
- StatementLinesResponse
-
getTotalAmountPos
Sum of the amounts of all statement lines where the amount is positive- Returns:
- totalAmountPos
-
setTotalAmountPos
Sum of the amounts of all statement lines where the amount is positive- Parameters:
totalAmountPos- Double
-
totalAmountNeg
Sum of the amounts of all statement lines where the amount is negative.- Parameters:
totalAmountNeg- Double- Returns:
- StatementLinesResponse
-
getTotalAmountNeg
Sum of the amounts of all statement lines where the amount is negative.- Returns:
- totalAmountNeg
-
setTotalAmountNeg
Sum of the amounts of all statement lines where the amount is negative.- Parameters:
totalAmountNeg- Double
-
equals
-
hashCode
-
toString
-