Uses of Class
dev.vality.fistful.w2w_transfer.Event
| Package | Description |
|---|---|
| dev.vality.fistful.w2w_transfer |
-
Uses of Event in dev.vality.fistful.w2w_transfer
Methods in dev.vality.fistful.w2w_transfer that return Event Modifier and Type Method Description EventEvent. deepCopy()EventEvent. setChange(Change change)EventEvent. setEventId(long event_id)EventEvent. setOccuredAt(String occured_at)Methods in dev.vality.fistful.w2w_transfer with parameters of type Event Modifier and Type Method Description intEvent. compareTo(Event other)booleanEvent. equals(Event that)Constructors in dev.vality.fistful.w2w_transfer with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.