com.foxinmy.weixin4j.mp.model
Class WeixinMpAccount

java.lang.Object
  extended by com.foxinmy.weixin4j.model.WeixinAccount
      extended by com.foxinmy.weixin4j.mp.model.WeixinMpAccount
All Implemented Interfaces:
Serializable

public class WeixinMpAccount
extends WeixinAccount

微信公众号信息

Since:
JDK 1.6
Author:
jinyu
See Also:
Serialized Form

Constructor Summary
WeixinMpAccount(String appId, String appSecret, List<WeixinAccount> components)
           
 
Method Summary
 List<WeixinAccount> getComponents()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.model.WeixinAccount
getId, getSecret
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeixinMpAccount

public WeixinMpAccount(String appId,
                       String appSecret,
                       List<WeixinAccount> components)
Parameters:
appId - 应用ID 使用普通接口(WeixinProxy对象)必须填写
appSecret - 应用密钥 使用普通接口(WeixinProxy对象)必须填写
components - 应用组件集合 使用套件接口(WeixinComponentProxy#ComponentApi)必须填写
Method Detail

getComponents

public List<WeixinAccount> getComponents()

toString

public String toString()
Overrides:
toString in class WeixinAccount


Copyright © 2014–2017. All rights reserved.