Class TrafficAmountDelta

java.lang.Object
ru.bitel.bgbilling.apps.inet.accounting.bean.TrafficAmountDelta

public final class TrafficAmountDelta
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long calculateAmountDelta
    кол-во, не подсчитанное
    long flushAmountDelta
    Кол-во, которое еще не было сброшено в базу данных
  • Constructor Summary

    Constructors
    Constructor Description
    TrafficAmountDelta()
    JAXB
    TrafficAmountDelta​(long flushAmountDelta, long calculateAmountDelta)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • flushAmountDelta

      public long flushAmountDelta
      Кол-во, которое еще не было сброшено в базу данных
    • calculateAmountDelta

      public long calculateAmountDelta
      кол-во, не подсчитанное
  • Constructor Details

    • TrafficAmountDelta

      public TrafficAmountDelta()
      JAXB
      Parameters:
      amount -
      delta -
    • TrafficAmountDelta

      public TrafficAmountDelta​(long flushAmountDelta, long calculateAmountDelta)
  • Method Details

    • toString

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