com.github.sd4324530.fastweixin.api.response
类 PrivateTemplate
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.response.PrivateTemplate
- 所有已实现的接口:
- Model, Serializable
public class PrivateTemplate
- extends BaseModel
获取已添加至帐号下所有模板
- 作者:
- wuwentao
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateTemplate
public PrivateTemplate()
getTemplateId
public String getTemplateId()
setTemplateId
public void setTemplateId(String templateId)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getPrimaryIndustry
public String getPrimaryIndustry()
setPrimaryIndustry
public void setPrimaryIndustry(String primaryIndustry)
getDeputyIndustry
public String getDeputyIndustry()
setDeputyIndustry
public void setDeputyIndustry(String deputyIndustry)
getContent
public String getContent()
setContent
public void setContent(String content)
getExample
public String getExample()
setExample
public void setExample(String example)
getRemark
public String getRemark()
setRemark
public void setRemark(String remark)
Copyright © 2017. All rights reserved.