public class Emotion extends WeiboResponse
| Constructor and Description |
|---|
Emotion() |
Emotion(org.json.JSONObject json) |
Emotion(Response res) |
| Modifier and Type | Method and Description |
|---|---|
static List<Emotion> |
constructEmotions(Response res) |
String |
getCategory() |
String |
getIcon() |
String |
getPhrase() |
String |
getPicid() |
String |
getType() |
String |
getUrl() |
String |
getValue() |
boolean |
isCommon() |
boolean |
isHot() |
void |
setCategory(String category) |
void |
setCommon(boolean common) |
void |
setHot(boolean hot) |
void |
setIcon(String icon) |
void |
setPhrase(String phrase) |
void |
setPicid(String picid) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setValue(String value) |
String |
toString() |
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getBoolean, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getInt, getLong, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDatepublic Emotion(Response res) throws WeiboException
WeiboExceptionpublic Emotion(org.json.JSONObject json)
throws WeiboException
WeiboExceptionpublic Emotion()
public static List<Emotion> constructEmotions(Response res) throws WeiboException
WeiboExceptionpublic String getPhrase()
public void setPhrase(String phrase)
public String getType()
public void setType(String type)
public String getUrl()
public void setUrl(String url)
public String getCategory()
public void setCategory(String category)
public boolean isHot()
public void setHot(boolean hot)
public boolean isCommon()
public void setCommon(boolean common)
public String getValue()
public void setValue(String value)
public String getPicid()
public void setPicid(String picid)
public String getIcon()
public void setIcon(String icon)
Copyright © 2013. All Rights Reserved.