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 SummaryConstructors Constructor Description AgentOverview()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAgentId()StringgetName()StringgetSquareLogoUrl()voidsetAgentId(int agentId)voidsetName(String name)voidsetSquareLogoUrl(String squareLogoUrl)StringtoString()
 
-