Uses of Class
dev.vality.damsel.payout_processing.GeneratePayoutParams
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of GeneratePayoutParams in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as GeneratePayoutParams Modifier and Type Field Description GeneratePayoutParamsPayoutManagementSrv.GeneratePayouts_args. paramsMethods in dev.vality.damsel.payout_processing that return GeneratePayoutParams Modifier and Type Method Description GeneratePayoutParamsGeneratePayoutParams. deepCopy()GeneratePayoutParamsPayoutManagementSrv.GeneratePayouts_args. getParams()GeneratePayoutParamsGeneratePayoutParams. setShopParams(ShopParams shop_params)GeneratePayoutParamsGeneratePayoutParams. setTimeRange(TimeRange time_range)Methods in dev.vality.damsel.payout_processing with parameters of type GeneratePayoutParams Modifier and Type Method Description intGeneratePayoutParams. compareTo(GeneratePayoutParams other)booleanGeneratePayoutParams. equals(GeneratePayoutParams that)voidPayoutManagementSrv.AsyncClient. generatePayouts(GeneratePayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler)voidPayoutManagementSrv.AsyncIface. generatePayouts(GeneratePayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler)List<String>PayoutManagementSrv.Client. generatePayouts(GeneratePayoutParams params)List<String>PayoutManagementSrv.Iface. generatePayouts(GeneratePayoutParams params)Сгенерировать выводы за указанный промежуток времениvoidPayoutManagementSrv.Client. sendGeneratePayouts(GeneratePayoutParams params)PayoutManagementSrv.GeneratePayouts_argsPayoutManagementSrv.GeneratePayouts_args. setParams(GeneratePayoutParams params)Constructors in dev.vality.damsel.payout_processing with parameters of type GeneratePayoutParams Constructor Description GeneratePayoutParams(GeneratePayoutParams other)Performs a deep copy on other.GeneratePayouts_args(GeneratePayoutParams params)GeneratePayouts_call(GeneratePayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<String>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)