Package 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
-
-
Constructor Summary
Constructors Constructor Description Following()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
Method Detail
-
getTotal
public int getTotal()
-
setTotal
public void setTotal(int total)
-
getCount
public int getCount()
-
setCount
public void setCount(int count)
-
getNextOpenId
public String getNextOpenId()
-
setNextOpenId
public void setNextOpenId(String nextOpenId)
-
hasContent
public boolean hasContent()
-
-