public class SendMsg extends Object
| 构造器和说明 |
|---|
SendMsg() |
| 限定符和类型 | 方法和说明 |
|---|---|
CountDownLatch |
getCountDownLatch() |
String |
getErrorText() |
long |
getId() |
String |
getMethod() |
boolean |
getNeedRemove() |
Map<String,Object> |
getParams() |
com.fasterxml.jackson.databind.JsonNode |
getResult() |
String |
getSessionId() |
void |
setCountDownLatch(CountDownLatch countDownLatch) |
void |
setErrorText(String errorText) |
void |
setId(long id) |
void |
setMethod(String method) |
void |
setNeedRemove(boolean needRemove) |
void |
setParams(Map<String,Object> params) |
void |
setResult(com.fasterxml.jackson.databind.JsonNode result) |
void |
setSessionId(String sessionId) |
String |
toString() |
boolean |
waitForResult(long timeout,
TimeUnit timeUnit) |
public long getId()
public void setId(long id)
public String getMethod()
public void setMethod(String method)
public CountDownLatch getCountDownLatch()
public void setCountDownLatch(CountDownLatch countDownLatch)
public com.fasterxml.jackson.databind.JsonNode getResult()
public void setResult(com.fasterxml.jackson.databind.JsonNode result)
public String getSessionId()
public void setSessionId(String sessionId)
public boolean waitForResult(long timeout,
TimeUnit timeUnit)
throws InterruptedException
public String getErrorText()
public void setErrorText(String errorText)
public boolean getNeedRemove()
public void setNeedRemove(boolean needRemove)
Copyright © 2020. All rights reserved.