Class SweepSubtotal


  • public class SweepSubtotal
    extends java.lang.Object
    • Method Detail

      • count

        public long count()
        The number of transactions of this type accrued in the sweep.
      • amount

        public AmountDecimal amount()
        The value of transactions of this type accrued in the sweep.
      • withCount

        public SweepSubtotal withCount​(long count)
        The number of transactions of this type accrued in the sweep.
      • withAmount

        public SweepSubtotal withAmount​(AmountDecimal amount)
        The value of transactions of this type accrued in the sweep.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object