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