com.foxinmy.weixin4j.mp.model
Class TemplateMessageInfo

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.model.TemplateMessageInfo
All Implemented Interfaces:
Serializable

public class TemplateMessageInfo
extends Object
implements Serializable

模板消息的内容

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
TemplateMessageInfo()
           
 
Method Summary
 String getContent()
           
 String getExample()
           
 IndustryType getIndustryType()
           
 String getPrimaryIndustry()
           
 String getSecondaryIndustry()
           
 String getTemplateId()
           
 String getTitle()
           
 void setContent(String content)
           
 void setExample(String example)
           
 void setPrimaryIndustry(String primaryIndustry)
           
 void setSecondaryIndustry(String secondaryIndustry)
           
 void setTemplateId(String templateId)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateMessageInfo

public TemplateMessageInfo()
Method Detail

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)

getSecondaryIndustry

public String getSecondaryIndustry()

setSecondaryIndustry

public void setSecondaryIndustry(String secondaryIndustry)

getContent

public String getContent()

setContent

public void setContent(String content)

getExample

public String getExample()

setExample

public void setExample(String example)

getIndustryType

public IndustryType getIndustryType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.