twitter4j
Class IDs

java.lang.Object
  extended by twitter4j.TwitterResponse
      extended by twitter4j.IDs
All Implemented Interfaces:
java.io.Serializable

public class IDs
extends TwitterResponse

A data class representing array of numeric IDs.

Author:
Yusuke Yamamoto - yusuke at mac.com
See Also:
Serialized Form

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

ids

private int[] ids

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IDs

IDs(Response res)
throws TwitterException
Throws:
TwitterException
Method Detail

getIDs

public int[] getIDs()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object