Package com.foxinmy.weixin4j.qy.model
Class AgentOverview
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.AgentOverview
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OUserInfo.AgentItem
public class AgentOverview extends Object implements Serializable
企业号应用的概况信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentOverview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAgentId()
String
getName()
String
getSquareLogoUrl()
void
setAgentId(int agentId)
void
setName(String name)
void
setSquareLogoUrl(String squareLogoUrl)
String
toString()
-