Uses of Class
dev.vality.damsel.walker.Comment
Packages that use Comment
-
Uses of Comment in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker with type parameters of type CommentMethods in dev.vality.damsel.walker that return CommentModifier and TypeMethodDescriptionComment.deepCopy()Comment.setCreatedAt(String created_at) Comment.setUser(UserInformation user) Methods in dev.vality.damsel.walker that return types with arguments of type CommentModifier and TypeMethodDescriptionWalkerSrv.Client.getComments(String party_id, long claim_id) WalkerSrv.Iface.getComments(String party_id, long claim_id) Получить список комментариев к заявкеWalkerSrv.AsyncClient.GetComments_call.getResult()WalkerSrv.AsyncProcessor.GetComments.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) WalkerSrv.GetComments_result.getSuccess()WalkerSrv.GetComments_result.getSuccessIterator()WalkerSrv.Client.recvGetComments()Methods in dev.vality.damsel.walker with parameters of type CommentModifier and TypeMethodDescriptionvoidWalkerSrv.GetComments_result.addToSuccess(Comment elem) intbooleanMethod parameters in dev.vality.damsel.walker with type arguments of type CommentModifier and TypeMethodDescriptionvoidWalkerSrv.AsyncClient.getComments(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Comment>> resultHandler) voidWalkerSrv.AsyncIface.getComments(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Comment>> resultHandler) WalkerSrv.GetComments_result.setSuccess(List<Comment> success) voidWalkerSrv.AsyncProcessor.GetComments.start(I iface, WalkerSrv.GetComments_args args, org.apache.thrift.async.AsyncMethodCallback<List<Comment>> resultHandler) Constructors in dev.vality.damsel.walker with parameters of type CommentConstructor parameters in dev.vality.damsel.walker with type arguments of type CommentModifierConstructorDescriptionGetComments_call(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Comment>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetComments_result(List<Comment> success)