Uses of Class
dev.vality.damsel.walker.Comment
| Package | Description |
|---|---|
| dev.vality.damsel.walker |
-
Uses of Comment in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker with type parameters of type Comment Modifier and Type Field Description List<Comment>WalkerSrv.GetComments_result. successMethods in dev.vality.damsel.walker that return Comment Modifier and Type Method Description CommentComment. deepCopy()CommentComment. setCreatedAt(String created_at)CommentComment. setText(String text)CommentComment. setUser(UserInformation user)Methods in dev.vality.damsel.walker that return types with arguments of type Comment Modifier and Type Method Description List<Comment>WalkerSrv.Client. getComments(String party_id, long claim_id)List<Comment>WalkerSrv.Iface. getComments(String party_id, long claim_id)Получить список комментариев к заявкеList<Comment>WalkerSrv.AsyncClient.GetComments_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<Comment>>WalkerSrv.AsyncProcessor.GetComments. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<Comment>WalkerSrv.GetComments_result. getSuccess()Iterator<Comment>WalkerSrv.GetComments_result. getSuccessIterator()List<Comment>WalkerSrv.Client. recvGetComments()Methods in dev.vality.damsel.walker with parameters of type Comment Modifier and Type Method Description voidWalkerSrv.GetComments_result. addToSuccess(Comment elem)intComment. compareTo(Comment other)booleanComment. equals(Comment that)Method parameters in dev.vality.damsel.walker with type arguments of type Comment Modifier and Type Method Description voidWalkerSrv.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_resultWalkerSrv.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 Comment Constructor Description Comment(Comment other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.walker with type arguments of type Comment Constructor Description GetComments_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)