Uses of Class
dev.vality.payout.manager.Event
-
Uses of Event in dev.vality.payout.manager
Methods in dev.vality.payout.manager that return Event Modifier and Type Method Description EventEvent. deepCopy()EventEvent. setCreatedAt(String created_at)EventEvent. setPayout(Payout payout)EventEvent. setPayoutChange(PayoutChange payout_change)EventEvent. setPayoutId(String payout_id)EventEvent. setSequenceId(int sequence_id)Methods in dev.vality.payout.manager with parameters of type Event Modifier and Type Method Description intEvent. compareTo(Event other)booleanEvent. equals(Event that)Constructors in dev.vality.payout.manager with parameters of type Event Constructor Description Event(Event other)Performs a deep copy on other.