Uses of Class
dev.vality.damsel.webhooker.WebhookMessageServiceSrv.Send_args
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of WebhookMessageServiceSrv.Send_args in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return WebhookMessageServiceSrv.Send_args Modifier and Type Method Description WebhookMessageServiceSrv.Send_argsWebhookMessageServiceSrv.Send_args. deepCopy()WebhookMessageServiceSrv.Send_argsWebhookMessageServiceSrv.AsyncProcessor.Send. getEmptyArgsInstance()WebhookMessageServiceSrv.Send_argsWebhookMessageServiceSrv.Processor.Send. getEmptyArgsInstance()WebhookMessageServiceSrv.Send_argsWebhookMessageServiceSrv.Send_args. setHookId(long hook_id)WebhookMessageServiceSrv.Send_argsWebhookMessageServiceSrv.Send_args. setSourceId(String source_id)Methods in dev.vality.damsel.webhooker with parameters of type WebhookMessageServiceSrv.Send_args Modifier and Type Method Description intWebhookMessageServiceSrv.Send_args. compareTo(WebhookMessageServiceSrv.Send_args other)booleanWebhookMessageServiceSrv.Send_args. equals(WebhookMessageServiceSrv.Send_args that)WebhookMessageServiceSrv.Send_resultWebhookMessageServiceSrv.Processor.Send. getResult(I iface, WebhookMessageServiceSrv.Send_args args)voidWebhookMessageServiceSrv.AsyncProcessor.Send. start(I iface, WebhookMessageServiceSrv.Send_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in dev.vality.damsel.webhooker with parameters of type WebhookMessageServiceSrv.Send_args Constructor Description Send_args(WebhookMessageServiceSrv.Send_args other)Performs a deep copy on other.