| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private static long |
serialVersionUID |
private int |
size |
private java.lang.String |
slug |
| Constructor and Description |
|---|
CategoryJSONImpl(JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ResponseList<Category> |
createCategoriesList(HttpResponse res,
Configuration conf) |
(package private) static ResponseList<Category> |
createCategoriesList(JSONArray array,
HttpResponse res,
Configuration conf) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
int |
getSize() |
java.lang.String |
getSlug() |
int |
hashCode() |
(package private) void |
init(JSONObject json) |
java.lang.String |
toString() |
private static final long serialVersionUID
private java.lang.String name
private java.lang.String slug
private int size
CategoryJSONImpl(JSONObject json) throws JSONException
JSONExceptionvoid init(JSONObject json) throws JSONException
JSONExceptionstatic ResponseList<Category> createCategoriesList(HttpResponse res, Configuration conf) throws TwitterException
TwitterExceptionstatic ResponseList<Category> createCategoriesList(JSONArray array, HttpResponse res, Configuration conf) throws TwitterException
TwitterExceptionpublic int getSize()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object