首页>代码>ssm(spring mvc+mybatis)+netty4开发qiqiim即时聊天实例>/qiqiim-server/src/main/java/com/qiqiim/rebot/model/RobotMessage.java
/** *************************************************************************************** * @Author 1044053532@qq.com * @License http://www.apache.org/licenses/LICENSE-2.0 *************************************************************************************** */ package com.qiqiim.rebot.model; import org.apache.commons.lang.builder.ReflectionToStringBuilder; public class RobotMessage { private Integer code; //100000 文本 200000 链接 302000 新闻 308000 菜谱 private String text; private String url; private String list; private RobotMessageArticle subList; public RobotMessageArticle getSubList() { return subList; } public void setSubList(RobotMessageArticle subList) { this.subList = subList; } public String getList() { return list; } public void setList(String list) { this.list = list; } public Integer getCode() { return code; } public void setCode(Integer code) { this.code = code; } public String getText() { return text; } public void setText(String text) { this.text = text; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } public String toString() { return ReflectionToStringBuilder.toString(this); } }
最近下载更多
阿凡达 LV9
4月18日
ewan007 LV30
2023年4月21日
wujiahua LV3
2022年12月8日
zz1230012300 LV11
2022年8月23日
落后就要挨打 LV26
2022年7月27日
xuweisong2010 LV28
2022年5月18日
最代码安逸 LV15
2022年5月15日
FreddieLee LV3
2022年4月1日
wanglinddad LV55
2021年10月22日
无名氏111 LV33
2021年9月10日
最近浏览更多
阿凡达 LV9
4月18日
3334004690 LV10
3月20日
yhwyhw1 LV2
2023年12月21日
shuangfu LV25
2023年12月2日
wanfeng_233 LV4
2023年8月29日
uni-code_0123 LV1
2023年8月1日
yangbulx LV3
2023年5月25日
173745830 LV11
2023年5月8日
微信网友_6444139264921600 LV6
2023年4月30日
ewan007 LV30
2023年4月21日