首页>代码>Android客户端智能聊天图灵机器人demo>/TuLingDemo/src/com/stone/tulingdemo/ListData.java
package com.stone.tulingdemo;

/**
 * 
 * @author stone 封装数据
 */
public class ListData {
	public static final int SEND = 1;
	public static final int RECEIVE = 2;
	private int flag;
	private String content;// text
	private String time;
	private String url;// 链接类地址

	public String getUrl() {
		return url;
	}

	public void setUrl(String url) {
		this.url = url;
	}

	public String getTime() {
		return time;
	}

	public void setTime(String time) {
		this.time = time;
	}

	public int getFlag() {
		return flag;
	}

	public void setFlag(int flag) {
		this.flag = flag;
	}

	public String getContent() {
		return content;
	}

	public void setContent(String content) {
		this.content = content;
	}

	// 文字类
	public ListData(String contentt, int flag, String time) {
		super();
		setContent(contentt);
		setFlag(flag);
		setTime(time);
	}

	// 链接类
	public ListData(String contentt,String url, int flag, String time) {
		super();
		setContent(contentt);
		setFlag(flag);
		setTime(time);
		setUrl(url);
	}

}
最近下载更多
GZW012345  LV8 2022年3月27日
李秋天  LV6 2021年12月21日
3089559272  LV11 2021年12月21日
fflzbb  LV1 2021年11月17日
iRichard1314  LV6 2021年4月22日
fengxiao  LV8 2020年12月29日
a566566  LV9 2020年12月27日
aaa5849310  LV25 2020年12月19日
sfdasfda  LV1 2020年12月13日
natism  LV9 2020年12月3日
最近浏览更多
3334004690  LV3 3月20日
学习112  LV2 2023年12月21日
hhhhhz  LV7 2023年11月14日
微信网友_6627705560322048  LV1 2023年8月30日
万紫怡  LV4 2023年6月15日
200171  LV9 2023年6月1日
202105013142  LV1 2023年5月2日
ajdgqd  LV3 2023年3月10日
annazhang  LV29 2023年2月17日
machunming  LV1 2023年2月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友