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
另请参见:
序列化表格

构造方法摘要
PrivateTemplate()
           
 
方法摘要
 String getContent()
           
 String getDeputyIndustry()
           
 String getExample()
           
 String getPrimaryIndustry()
           
 String getRemark()
           
 String getTemplateId()
           
 String getTitle()
           
 void setContent(String content)
           
 void setDeputyIndustry(String deputyIndustry)
           
 void setExample(String example)
           
 void setPrimaryIndustry(String primaryIndustry)
           
 void setRemark(String remark)
           
 void setTemplateId(String templateId)
           
 void setTitle(String title)
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 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.