类 MsgBody
java.lang.Object
com.gdxsoft.easyweb.script.messageQueue.MsgBody
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getId()getTime()voidvoidsetMsgType(String msgType) voidsetQueryJson(String queryJson) toJson()
-
构造器详细资料
-
MsgBody
public MsgBody()
-
-
方法详细资料
-
toJson
-
getTime
-
getId
- 返回:
- the _Id
-
setId
- 参数:
id- the _Id to set
-
getMsgType
- 返回:
- the _MsgType
-
setMsgType
- 参数:
msgType- the _MsgType to set
-
getQueryJson
- 返回:
- the _QueryJson
-
setQueryJson
- 参数:
queryJson- the _QueryJson to set
-