com.github.sd4324530.fastweixin.api.entity
类 TemplateMsg
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.TemplateMsg
- 所有已实现的接口:
- Model, Serializable
public class TemplateMsg
- extends BaseModel
模版消息
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateMsg
public TemplateMsg()
getTouser
public String getTouser()
setTouser
public void setTouser(String touser)
getTemplateId
public String getTemplateId()
setTemplateId
public void setTemplateId(String templateId)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getTopcolor
@Deprecated
public String getTopcolor()
- 已过时。
setTopcolor
@Deprecated
public void setTopcolor(String topcolor)
- 已过时。
getData
public Map<String,TemplateParam> getData()
setData
public void setData(Map<String,TemplateParam> data)
Copyright © 2017. All rights reserved.