Package com.foxinmy.weixin4j.qy.model
Class OUserInfo.AuthInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.OUserInfo.AuthInfo
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OUserInfo
public static class OUserInfo.AuthInfo extends Object implements Serializable
授权信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OUserInfo.AgentItem>
getAgentItems()
List<OUserInfo.DepartItem>
getDepartItems()
boolean
isNewAuth()
void
setAgentItems(List<OUserInfo.AgentItem> agentItems)
void
setDepartItems(List<OUserInfo.DepartItem> departItems)
void
setNewAuth(boolean isNewAuth)
String
toString()
-
-
-
Method Detail
-
getAgentItems
public List<OUserInfo.AgentItem> getAgentItems()
-
getDepartItems
public List<OUserInfo.DepartItem> getDepartItems()
-
isNewAuth
public boolean isNewAuth()
-
setNewAuth
public void setNewAuth(boolean isNewAuth)
-
setAgentItems
public void setAgentItems(List<OUserInfo.AgentItem> agentItems)
-
setDepartItems
public void setDepartItems(List<OUserInfo.DepartItem> departItems)
-
-