com.foxinmy.weixin4j.model
Class WeixinAccount

java.lang.Object
  extended by com.foxinmy.weixin4j.model.WeixinAccount
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WeixinPayAccount

public class WeixinAccount
extends Object
implements Serializable

微信账号信息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
WeixinAccount(String id, String secret)
           
 
Method Summary
 String getId()
           
 String getSecret()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeixinAccount

public WeixinAccount(String id,
                     String secret)
Method Detail

getId

public String getId()

getSecret

public String getSecret()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.