public class OutEquDataMsg extends OutMsg
<xml> <ToUserName><![CDATA[%s]]></ToUserName> <FromUserName><![CDATA[%s]]></FromUserName> <CreateTime>%u</CreateTime> <MsgType><![CDATA[%s]]></MsgType> <DeviceType><![CDATA[%s]]></DeviceType> <DeviceID><![CDATA[%s]]></DeviceID> <SessionID>%u</SessionID> <Content><![CDATA[%s]]></Content> </xml>
createTime, fromUserName, msgType, toUserName
构造器和说明 |
---|
OutEquDataMsg() |
OutEquDataMsg(InMsg inMsg) |
限定符和类型 | 方法和说明 |
---|---|
String |
getContent() |
String |
getDeviceID() |
String |
getDeviceType() |
String |
getSessionID() |
void |
setContent(String content) |
void |
setDeviceID(String deviceID) |
void |
setDeviceType(String deviceType) |
void |
setSessionID(String sessionID) |
protected void |
subXml(StringBuilder sb) |
getCreateTime, getFromUserName, getMsgType, getToUserName, now, nullToBlank, setCreateTime, setFromUserName, setMsgType, setToUserName, toXml
public OutEquDataMsg(InMsg inMsg)
public OutEquDataMsg()
protected void subXml(StringBuilder sb)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getDeviceID()
public void setDeviceID(String deviceID)
public String getContent()
public void setContent(String content)
public String getSessionID()
public void setSessionID(String sessionID)
Copyright © 2017. All rights reserved.