Uses of Class
dev.vality.bouncer.context.v1.Payout
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of Payout in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as Payout Modifier and Type Field Description PayoutContextPayouts. payoutMethods in dev.vality.bouncer.context.v1 that return Payout Modifier and Type Method Description PayoutPayout. deepCopy()PayoutContextPayouts. getPayout()PayoutPayout. setContract(Entity contract)PayoutPayout. setId(String id)PayoutPayout. setParty(Entity party)PayoutPayout. setShop(Entity shop)Methods in dev.vality.bouncer.context.v1 with parameters of type Payout Modifier and Type Method Description intPayout. compareTo(Payout other)booleanPayout. equals(Payout that)ContextPayoutsContextPayouts. setPayout(Payout payout)Constructors in dev.vality.bouncer.context.v1 with parameters of type Payout Constructor Description Payout(Payout other)Performs a deep copy on other.