首页>代码>java基于微信公众号接口开发的入门Demo实例>/WechatDemo/WechatDemo/src/com/eastnet/wechat/message/req/LinkMessage.java
package com.eastnet.wechat.message.req;
/**
* 链接消息
* @author pengsong
* @date 2016.01.19
*/
public class LinkMessage extends BaseMessage{
//消息标题
private String Title;
//消息描述
private String Description;
//消息链接
private String Url;
public String getTitle() {
return Title;
}
public void setTitle(String title) {
Title = title;
}
public String getDescription() {
return Description;
}
public void setDescription(String description) {
Description = description;
}
public String getUrl() {
return Url;
}
public void setUrl(String url) {
Url = url;
}
}
最近下载更多
最近浏览更多
新哥新奇士橙 LV5
1月26日
汤汤汤要学编程 LV11
2024年8月12日
leiyuexiang
2024年7月12日
暂无贡献等级
156260641401 LV1
2024年4月9日
zhujunnan LV12
2024年3月8日
miaoshi LV16
2023年9月5日
zhos0212 LV19
2023年7月27日
wuying8208 LV15
2023年7月27日
微信网友_6561552570798080 LV1
2023年7月14日
lyt888
2023年7月6日
暂无贡献等级

