java.lang.Object
com.gdxsoft.easyweb.script.messageQueue.MsgBody

public class MsgBody extends Object
  • 构造器详细资料

    • MsgBody

      public MsgBody()
  • 方法详细资料

    • toJson

      public String toJson()
    • getTime

      public Long getTime()
    • getId

      public String getId()
      返回:
      the _Id
    • setId

      public void setId(String id)
      参数:
      id - the _Id to set
    • getMsgType

      public String getMsgType()
      返回:
      the _MsgType
    • setMsgType

      public void setMsgType(String msgType)
      参数:
      msgType - the _MsgType to set
    • getQueryJson

      public String getQueryJson()
      返回:
      the _QueryJson
    • setQueryJson

      public void setQueryJson(String queryJson)
      参数:
      queryJson - the _QueryJson to set