Uses of Class
dev.vality.damsel.accounter.AccountPrototype
Packages that use AccountPrototype
-
Uses of AccountPrototype in dev.vality.damsel.accounter
Fields in dev.vality.damsel.accounter declared as AccountPrototypeMethods in dev.vality.damsel.accounter that return AccountPrototypeModifier and TypeMethodDescriptionAccountPrototype.deepCopy()AccounterSrv.CreateAccount_args.getPrototype()AccountPrototype.setCreationTime(String creation_time) AccountPrototype.setCurrencySymCode(String currency_sym_code) AccountPrototype.setDescription(String description) Methods in dev.vality.damsel.accounter with parameters of type AccountPrototypeModifier and TypeMethodDescriptionintAccountPrototype.compareTo(AccountPrototype other) voidAccounterSrv.AsyncClient.createAccount(AccountPrototype prototype, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler) voidAccounterSrv.AsyncIface.createAccount(AccountPrototype prototype, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler) longAccounterSrv.Client.createAccount(AccountPrototype prototype) longAccounterSrv.Iface.createAccount(AccountPrototype prototype) booleanAccountPrototype.equals(AccountPrototype that) voidAccounterSrv.Client.sendCreateAccount(AccountPrototype prototype) AccounterSrv.CreateAccount_args.setPrototype(AccountPrototype prototype) Constructors in dev.vality.damsel.accounter with parameters of type AccountPrototypeModifierConstructorDescriptionAccountPrototype(AccountPrototype other) Performs a deep copy on other.CreateAccount_args(AccountPrototype prototype) CreateAccount_call(AccountPrototype prototype, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)