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