public class MsgModel extends Object
| 构造器和说明 |
|---|
MsgModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
String |
getContent() |
Integer |
getCreateTime() |
String |
getEvent() |
String |
getFromUserName() |
String |
getMediaId() |
Long |
getMsgId() |
String |
getMsgType() |
String |
getPagePath() |
String |
getPicUrl() |
String |
getSessionFrom() |
String |
getThumbMediaId() |
String |
getThumbUrl() |
String |
getTitle() |
String |
getToUserName() |
void |
setAppId(String appId) |
void |
setContent(String content) |
void |
setCreateTime(Integer createTime) |
void |
setEvent(String event) |
void |
setFromUserName(String fromUserName) |
void |
setMediaId(String mediaId) |
void |
setMsgId(Long msgId) |
void |
setMsgType(String msgType) |
void |
setPagePath(String pagePath) |
void |
setPicUrl(String picUrl) |
void |
setSessionFrom(String sessionFrom) |
void |
setThumbMediaId(String thumbMediaId) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
void |
setToUserName(String toUserName) |
String |
toString() |
public String getToUserName()
public void setToUserName(String toUserName)
public String getFromUserName()
public void setFromUserName(String fromUserName)
public Integer getCreateTime()
public void setCreateTime(Integer createTime)
public String getMsgType()
public void setMsgType(String msgType)
public String getContent()
public void setContent(String content)
public Long getMsgId()
public void setMsgId(Long msgId)
public String getPicUrl()
public void setPicUrl(String picUrl)
public String getMediaId()
public void setMediaId(String mediaId)
public String getEvent()
public void setEvent(String event)
public String getSessionFrom()
public void setSessionFrom(String sessionFrom)
public String getTitle()
public void setTitle(String title)
public String getAppId()
public void setAppId(String appId)
public String getPagePath()
public void setPagePath(String pagePath)
public String getThumbUrl()
public void setThumbUrl(String thumbUrl)
public String getThumbMediaId()
public void setThumbMediaId(String thumbMediaId)
Copyright © 2021. All rights reserved.