|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwitter4j.TwitterResponse
twitter4j.IDs
public class IDs
A data class representing array of numeric IDs.
Field Summary | |
---|---|
private int[] |
ids
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
IDs(Response res)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int[] |
getIDs()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class twitter4j.TwitterResponse |
---|
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int[] ids
private static final long serialVersionUID
Constructor Detail |
---|
IDs(Response res) throws TwitterException
TwitterException
Method Detail |
---|
public int[] getIDs()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |