com.foxinmy.weixin4j.mp.model
Class Following
java.lang.Object
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
Following
public Following()
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.