首页>代码>android 微信客户端,其中服务器是模拟的>/MyAppWeixin/src/cn/buaa/myweixin/ChatMsgEntity.java
package cn.buaa.myweixin;

public class ChatMsgEntity {
    private static final String TAG = ChatMsgEntity.class.getSimpleName();

    private String name;

    private String date;

    private String text;

    private boolean isComMeg = true;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getDate() {
        return date;
    }

    public void setDate(String date) {
        this.date = date;
    }

    public String getText() {
        return text;
    }

    public void setText(String text) {
        this.text = text;
    }

    public boolean getMsgType() {
        return isComMeg;
    }

    public void setMsgType(boolean isComMsg) {
    	isComMeg = isComMsg;
    }

    public ChatMsgEntity() {
    }

    public ChatMsgEntity(String name, String date, String text, boolean isComMsg) {
        super();
        this.name = name;
        this.date = date;
        this.text = text;
        this.isComMeg = isComMsg;
    }

}
最近下载更多
AI31415926  LV1 2023年5月30日
8813579  LV1 2022年6月22日
cuberbread  LV6 2022年6月22日
2286417988  LV3 2022年5月24日
萌了个乖乖  LV12 2022年5月20日
刘锦峰  LV4 2022年1月2日
1632957243  LV1 2021年11月12日
球球  LV1 2021年8月28日
确实充分还oh v  LV1 2021年7月14日
lqf123  LV9 2021年6月14日
最近浏览更多
3334004690  LV3 3月7日
不止是六位数  LV7 2023年11月20日
陈小小222 2023年7月15日
暂无贡献等级
Yanguu 2023年7月11日
暂无贡献等级
sks666  LV5 2023年2月19日
ssdscd5115  LV1 2022年12月26日
gch666  LV6 2022年12月22日
nyfcalf  LV12 2022年11月5日
yuandian  LV1 2022年8月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友