Uses of Class
dev.vality.damsel.accounter.AccounterSrv.GetAccountByID_args
| Package | Description |
|---|---|
| dev.vality.damsel.accounter |
-
Uses of AccounterSrv.GetAccountByID_args in dev.vality.damsel.accounter
Methods in dev.vality.damsel.accounter that return AccounterSrv.GetAccountByID_args Modifier and Type Method Description AccounterSrv.GetAccountByID_argsAccounterSrv.GetAccountByID_args. deepCopy()AccounterSrv.GetAccountByID_argsAccounterSrv.AsyncProcessor.GetAccountByID. getEmptyArgsInstance()AccounterSrv.GetAccountByID_argsAccounterSrv.Processor.GetAccountByID. getEmptyArgsInstance()AccounterSrv.GetAccountByID_argsAccounterSrv.GetAccountByID_args. setId(long id)Methods in dev.vality.damsel.accounter with parameters of type AccounterSrv.GetAccountByID_args Modifier and Type Method Description intAccounterSrv.GetAccountByID_args. compareTo(AccounterSrv.GetAccountByID_args other)booleanAccounterSrv.GetAccountByID_args. equals(AccounterSrv.GetAccountByID_args that)AccounterSrv.GetAccountByID_resultAccounterSrv.Processor.GetAccountByID. getResult(I iface, AccounterSrv.GetAccountByID_args args)voidAccounterSrv.AsyncProcessor.GetAccountByID. start(I iface, AccounterSrv.GetAccountByID_args args, org.apache.thrift.async.AsyncMethodCallback<Account> resultHandler)Constructors in dev.vality.damsel.accounter with parameters of type AccounterSrv.GetAccountByID_args Constructor Description GetAccountByID_args(AccounterSrv.GetAccountByID_args other)Performs a deep copy on other.