com.foxinmy.weixin4j.mp.model
Class Following

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

public class Following
extends Object
implements Serializable

关注信息

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

Constructor Summary
Following()
           
 
Method Summary
 int getCount()
           
 String getNextOpenId()
           
 List<String> getOpenIds()
           
 int getTotal()
           
 List<User> getUserList()
           
 boolean hasContent()
           
 void setCount(int count)
           
 void setNextOpenId(String nextOpenId)
           
 void setOpenIds(List<String> openIds)
           
 void setTotal(int total)
           
 void setUserList(List<User> userList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Following

public Following()
Method Detail

getTotal

public int getTotal()

setTotal

public void setTotal(int total)

getCount

public int getCount()

setCount

public void setCount(int count)

getUserList

public List<User> getUserList()

setUserList

public void setUserList(List<User> userList)

getOpenIds

public List<String> getOpenIds()

setOpenIds

public void setOpenIds(List<String> openIds)

getNextOpenId

public String getNextOpenId()

setNextOpenId

public void setNextOpenId(String nextOpenId)

hasContent

public boolean hasContent()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.