Uses of Class
dev.vality.fistful.destination.DestinationState
| Package | Description |
|---|---|
| dev.vality.fistful.destination |
-
Uses of DestinationState in dev.vality.fistful.destination
Fields in dev.vality.fistful.destination declared as DestinationState Modifier and Type Field Description DestinationStateManagementSrv.Create_result. successDestinationStateManagementSrv.Get_result. successMethods in dev.vality.fistful.destination that return DestinationState Modifier and Type Method Description DestinationStateManagementSrv.Client. create(DestinationParams params, Map<String,Value> context)DestinationStateManagementSrv.Iface. create(DestinationParams params, Map<String,Value> context)DestinationStateDestinationState. deepCopy()DestinationStateManagementSrv.Client. get(String id, EventRange range)DestinationStateManagementSrv.Iface. get(String id, EventRange range)DestinationStateManagementSrv.AsyncClient.Create_call. getResult()DestinationStateManagementSrv.AsyncClient.Get_call. getResult()DestinationStateManagementSrv.Create_result. getSuccess()DestinationStateManagementSrv.Get_result. getSuccess()DestinationStateManagementSrv.Client. recvCreate()DestinationStateManagementSrv.Client. recvGet()DestinationStateDestinationState. setAccount(Account account)DestinationStateDestinationState. setBlocking(Blocking blocking)DestinationStateDestinationState. setContext(Map<String,Value> context)Контекст сущности заданный при её стартеDestinationStateDestinationState. setCreatedAt(String created_at)DestinationStateDestinationState. setExternalId(String external_id)DestinationStateDestinationState. setId(String id)DestinationStateDestinationState. setMetadata(Map<String,Value> metadata)DestinationStateDestinationState. setName(String name)DestinationStateDestinationState. setResource(Resource resource)DestinationStateDestinationState. setStatus(Status status)Methods in dev.vality.fistful.destination that return types with arguments of type DestinationState Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<DestinationState>ManagementSrv.AsyncProcessor.Create. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<DestinationState>ManagementSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.destination with parameters of type DestinationState Modifier and Type Method Description intDestinationState. compareTo(DestinationState other)booleanDestinationState. equals(DestinationState that)ManagementSrv.Create_resultManagementSrv.Create_result. setSuccess(DestinationState success)ManagementSrv.Get_resultManagementSrv.Get_result. setSuccess(DestinationState success)Method parameters in dev.vality.fistful.destination with type arguments of type DestinationState Modifier and Type Method Description voidManagementSrv.AsyncClient. create(DestinationParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler)voidManagementSrv.AsyncIface. create(DestinationParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler)voidManagementSrv.AsyncClient. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler)voidManagementSrv.AsyncIface. get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler)voidManagementSrv.AsyncProcessor.Create. start(I iface, ManagementSrv.Create_args args, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler)voidManagementSrv.AsyncProcessor.Get. start(I iface, ManagementSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler)Constructors in dev.vality.fistful.destination with parameters of type DestinationState Constructor Description Create_result(DestinationState success, IdentityNotFound ex2, CurrencyNotFound ex3, PartyInaccessible ex4, ForbiddenWithdrawalMethod ex5)DestinationState(DestinationState other)Performs a deep copy on other.Get_result(DestinationState success, DestinationNotFound ex1)Constructor parameters in dev.vality.fistful.destination with type arguments of type DestinationState Constructor Description Create_call(DestinationParams params, Map<String,Value> context, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Get_call(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<DestinationState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)