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 Summary
Constructors Constructor Description AgentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getAllowPartys()
List<Integer>
getAllowTags()
List<User>
getAllowUsers()
boolean
isClose()
void
setAllowPartys(List<Integer> allowPartys)
void
setAllowTags(List<Integer> allowTags)
void
setAllowUsers(List<User> allowUsers)
void
setClose(boolean close)
void
setSquareLogoUrl(String squareLogoUrl)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.qy.model.AgentSetter
getAgentId, getDescription, getHomeUrl, getLogoMediaId, getName, getRedirectDomain, getReportLocationType, isReportEnter, setAgentId, setDescription, setHomeUrl, setLogoMediaid, setLogoMediaId, setName, setRedirectDomain, setReportEnter, setReportLocationType
-
-
-
-
Method Detail
-
isClose
public boolean isClose()
-
setSquareLogoUrl
public void setSquareLogoUrl(String squareLogoUrl)
-
setClose
public void setClose(boolean close)
-
toString
public String toString()
- Overrides:
toString
in classAgentSetter
-
-