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 longcalculateAmountDeltaкол-во, не подсчитанноеlongflushAmountDeltaКол-во, которое еще не было сброшено в базу данных -
Constructor Summary
Constructors Constructor Description TrafficAmountDelta()JAXBTrafficAmountDelta(long flushAmountDelta, long calculateAmountDelta) -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()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:
toStringin classjava.lang.Object
-