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(twitter4j.internal.org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
(package private) static ResponseList<Category> |
createCategoriesList(twitter4j.internal.http.HttpResponse res,
Configuration conf) |
(package private) static ResponseList<Category> |
createCategoriesList(twitter4j.internal.org.json.JSONArray array,
twitter4j.internal.http.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(twitter4j.internal.org.json.JSONObject json) |
java.lang.String |
toString() |
private java.lang.String name
private java.lang.String slug
private int size
private static final long serialVersionUID
CategoryJSONImpl(twitter4j.internal.org.json.JSONObject json) throws twitter4j.internal.org.json.JSONException
twitter4j.internal.org.json.JSONException
void init(twitter4j.internal.org.json.JSONObject json) throws twitter4j.internal.org.json.JSONException
twitter4j.internal.org.json.JSONException
static ResponseList<Category> createCategoriesList(twitter4j.internal.http.HttpResponse res, Configuration conf) throws TwitterException
TwitterException
static ResponseList<Category> createCategoriesList(twitter4j.internal.org.json.JSONArray array, twitter4j.internal.http.HttpResponse res, Configuration conf) throws TwitterException
TwitterException
public int getSize()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object