Package com.foxinmy.weixin4j.mp.model
Class WeixinMpAccount
- java.lang.Object
-
- com.foxinmy.weixin4j.model.WeixinAccount
-
- com.foxinmy.weixin4j.mp.model.WeixinMpAccount
-
- All Implemented Interfaces:
Serializable
public class WeixinMpAccount extends com.foxinmy.weixin4j.model.WeixinAccount
微信公众号信息- Since:
- JDK 1.6
- Author:
- jinyu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WeixinMpAccount(String appId, String appSecret, List<com.foxinmy.weixin4j.model.WeixinAccount> components)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.foxinmy.weixin4j.model.WeixinAccount>
getComponents()
String
toString()
-