Uses of Class
dev.vality.damsel.fraudbusters_notificator.Channel
-
Uses of Channel in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator declared as Channel Modifier and Type Field Description ChannelChannelServiceSrv.create_args. channelChannelChannelServiceSrv.create_result. successChannelChannelServiceSrv.getById_result. successFields in dev.vality.damsel.fraudbusters_notificator with type parameters of type Channel Modifier and Type Field Description List<Channel>ChannelListResponse. channelsMethods in dev.vality.damsel.fraudbusters_notificator that return Channel Modifier and Type Method Description ChannelChannelServiceSrv.Client. create(Channel channel)ChannelChannelServiceSrv.Iface. create(Channel channel)ChannelChannel. deepCopy()ChannelChannelServiceSrv.Client. getById(String id)ChannelChannelServiceSrv.Iface. getById(String id)ChannelChannelServiceSrv.create_args. getChannel()ChannelChannelServiceSrv.AsyncClient.create_call. getResult()ChannelChannelServiceSrv.AsyncClient.getById_call. getResult()ChannelChannelServiceSrv.create_result. getSuccess()ChannelChannelServiceSrv.getById_result. getSuccess()ChannelChannelServiceSrv.Client. recvCreate()ChannelChannelServiceSrv.Client. recvGetById()ChannelChannel. setCreatedAt(String created_at)ChannelChannel. setDestination(String destination)ChannelChannel. setName(String name)ChannelChannel. setType(ChannelType type)Methods in dev.vality.damsel.fraudbusters_notificator that return types with arguments of type Channel Modifier and Type Method Description List<Channel>ChannelListResponse. getChannels()Iterator<Channel>ChannelListResponse. getChannelsIterator()org.apache.thrift.async.AsyncMethodCallback<Channel>ChannelServiceSrv.AsyncProcessor.create. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<Channel>ChannelServiceSrv.AsyncProcessor.getById. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type Channel Modifier and Type Method Description voidChannelListResponse. addToChannels(Channel elem)intChannel. compareTo(Channel other)voidChannelServiceSrv.AsyncClient. create(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)voidChannelServiceSrv.AsyncIface. create(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)ChannelChannelServiceSrv.Client. create(Channel channel)ChannelChannelServiceSrv.Iface. create(Channel channel)booleanChannel. equals(Channel that)voidChannelServiceSrv.Client. sendCreate(Channel channel)ChannelServiceSrv.create_argsChannelServiceSrv.create_args. setChannel(Channel channel)ChannelServiceSrv.create_resultChannelServiceSrv.create_result. setSuccess(Channel success)ChannelServiceSrv.getById_resultChannelServiceSrv.getById_result. setSuccess(Channel success)Method parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type Channel Modifier and Type Method Description voidChannelServiceSrv.AsyncClient. create(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)voidChannelServiceSrv.AsyncIface. create(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)voidChannelServiceSrv.AsyncClient. getById(String id, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)voidChannelServiceSrv.AsyncIface. getById(String id, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)ChannelListResponseChannelListResponse. setChannels(List<Channel> channels)voidChannelServiceSrv.AsyncProcessor.create. start(I iface, ChannelServiceSrv.create_args args, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)voidChannelServiceSrv.AsyncProcessor.getById. start(I iface, ChannelServiceSrv.getById_args args, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type Channel Constructor Description Channel(Channel other)Performs a deep copy on other.create_args(Channel channel)create_call(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)create_result(Channel success)getById_result(Channel success)Constructor parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type Channel Constructor Description ChannelListResponse(List<Channel> channels)create_call(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getById_call(String id, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)