Uses of Class
dev.vality.fistful.withdrawal_session.TimestampedChange
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of TimestampedChange in dev.vality.fistful.withdrawal_session
Methods in dev.vality.fistful.withdrawal_session that return TimestampedChange Modifier and Type Method Description TimestampedChangeTimestampedChange. deepCopy()TimestampedChangeTimestampedChange. setChange(Change change)TimestampedChangeTimestampedChange. setOccuredAt(String occured_at)Methods in dev.vality.fistful.withdrawal_session with parameters of type TimestampedChange Modifier and Type Method Description intTimestampedChange. compareTo(TimestampedChange other)booleanTimestampedChange. equals(TimestampedChange that)Constructors in dev.vality.fistful.withdrawal_session with parameters of type TimestampedChange Constructor Description TimestampedChange(TimestampedChange other)Performs a deep copy on other.