Package com.foxinmy.weixin4j.qy.model
Class AgentSetter
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.AgentSetter
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AgentInfo
public class AgentSetter extends Object implements Serializable
设置企业号应用- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentSetter(int agentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAgentId()
String
getDescription()
String
getHomeUrl()
String
getLogoMediaId()
String
getName()
String
getRedirectDomain()
ReportLocationType
getReportLocationType()
boolean
isReportEnter()
void
setAgentId(int agentId)
void
setDescription(String description)
void
setHomeUrl(String homeUrl)
void
setLogoMediaid(String logoMediaId)
void
setLogoMediaId(String logoMediaId)
void
setName(String name)
void
setRedirectDomain(String redirectDomain)
void
setReportEnter(boolean isReportEnter)
void
setReportLocationType(ReportLocationType reportLocationType)
String
toString()
-
-
-
Method Detail
-
getAgentId
public int getAgentId()
-
getReportLocationType
public ReportLocationType getReportLocationType()
-
getLogoMediaId
public String getLogoMediaId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getRedirectDomain
public String getRedirectDomain()
-
isReportEnter
public boolean isReportEnter()
-
getHomeUrl
public String getHomeUrl()
-
setReportLocationType
public void setReportLocationType(ReportLocationType reportLocationType)
-
setLogoMediaid
public void setLogoMediaid(String logoMediaId)
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
setRedirectDomain
public void setRedirectDomain(String redirectDomain)
-
setAgentId
public void setAgentId(int agentId)
-
setLogoMediaId
public void setLogoMediaId(String logoMediaId)
-
setReportEnter
public void setReportEnter(boolean isReportEnter)
-
setHomeUrl
public void setHomeUrl(String homeUrl)
-
-