public class RespBody extends Object
Constructor and Description |
---|
RespBody() |
RespBody(Command command) |
RespBody(Command command,
ImStatus status) |
RespBody(Command command,
Object data) |
RespBody(ImStatus status) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCode() |
Command |
getCommand() |
Object |
getData() |
String |
getMsg() |
RespBody |
setCode(Integer code) |
RespBody |
setCommand(Command command) |
RespBody |
setData(Object data) |
RespBody |
setMsg(String msg) |
byte[] |
toByte() |
String |
toString() |
public RespBody()
public RespBody(Command command)
public RespBody(ImStatus status)
Copyright © 2018. All rights reserved.