public class FavoritesTag extends WeiboResponse implements Serializable
| Constructor and Description |
|---|
FavoritesTag(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
static List<FavoritesTag> |
constructTag(Response res) |
static List<FavoritesTag> |
constructTags(Response res) |
boolean |
equals(Object obj) |
int |
getCount() |
String |
getId() |
String |
getTag() |
int |
hashCode() |
void |
setCount(int count) |
void |
setId(String id) |
void |
setTag(String tag) |
String |
toString() |
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getBoolean, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getInt, getLong, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDatepublic FavoritesTag(org.json.JSONObject json)
throws WeiboException,
org.json.JSONException
WeiboExceptionorg.json.JSONExceptionpublic static List<FavoritesTag> constructTags(Response res) throws WeiboException
WeiboExceptionpublic static List<FavoritesTag> constructTag(Response res) throws WeiboException
WeiboExceptionpublic String getId()
public void setId(String id)
public String getTag()
public void setTag(String tag)
public int getCount()
public void setCount(int count)
Copyright © 2013. All Rights Reserved.