mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 06:27:50 +08:00
添加RedisRpcResponse的toString
This commit is contained in:
parent
6025eb29fd
commit
2a765a93eb
@ -84,4 +84,16 @@ public class RedisRpcResponse {
|
|||||||
public void setBody(Object body) {
|
public void setBody(Object body) {
|
||||||
this.body = body;
|
this.body = body;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "RedisRpcResponse{" +
|
||||||
|
"fromId='" + fromId + '\'' +
|
||||||
|
", toId='" + toId + '\'' +
|
||||||
|
", sn=" + sn +
|
||||||
|
", statusCode=" + statusCode +
|
||||||
|
", uri='" + uri + '\'' +
|
||||||
|
", body=" + body +
|
||||||
|
'}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user