Package com.foxinmy.weixin4j.qy.model
Class OUserInfo.AgentItem
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.AgentOverview
-
- com.foxinmy.weixin4j.qy.model.OUserInfo.AgentItem
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OUserInfo
public static class OUserInfo.AgentItem extends AgentOverview
授权的应用信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getApiGroup()
int
getAppId()
int
getAuthType()
AgentAuthType
getFormatAuthType()
PrivilegeInfo
getPrivilege()
void
setApiGroup(List<String> apiGroup)
void
setAppId(int appId)
void
setAuthType(int authType)
void
setPrivilege(PrivilegeInfo privilege)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.qy.model.AgentOverview
getAgentId, getName, getSquareLogoUrl, setAgentId, setName, setSquareLogoUrl
-
-
-
-
Method Detail
-
getAuthType
public int getAuthType()
-
getFormatAuthType
public AgentAuthType getFormatAuthType()
-
getAppId
public int getAppId()
-
getPrivilege
public PrivilegeInfo getPrivilege()
-
setPrivilege
public void setPrivilege(PrivilegeInfo privilege)
-
setAuthType
public void setAuthType(int authType)
-
setAppId
public void setAppId(int appId)
-
toString
public String toString()
- Overrides:
toString
in classAgentOverview
-
-