Package com.foxinmy.weixin4j.qy.model
Class AgentInfo
- java.lang.Object
- 
- com.foxinmy.weixin4j.qy.model.AgentSetter
- 
- com.foxinmy.weixin4j.qy.model.AgentInfo
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AgentInfo extends AgentSetter 企业号应用的设置信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AgentInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>getAllowPartys()List<Integer>getAllowTags()List<User>getAllowUsers()booleanisClose()voidsetAllowPartys(List<Integer> allowPartys)voidsetAllowTags(List<Integer> allowTags)voidsetAllowUsers(List<User> allowUsers)voidsetClose(boolean close)voidsetSquareLogoUrl(String squareLogoUrl)StringtoString()- 
Methods inherited from class com.foxinmy.weixin4j.qy.model.AgentSettergetAgentId, getDescription, getHomeUrl, getLogoMediaId, getName, getRedirectDomain, getReportLocationType, isReportEnter, setAgentId, setDescription, setHomeUrl, setLogoMediaid, setLogoMediaId, setName, setRedirectDomain, setReportEnter, setReportLocationType
 
- 
 
- 
- 
- 
Method Detail- 
isClosepublic boolean isClose() 
 - 
setSquareLogoUrlpublic void setSquareLogoUrl(String squareLogoUrl) 
 - 
setClosepublic void setClose(boolean close) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AgentSetter
 
 
- 
 
-