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

Method Summary
 boolean equals(java.lang.Object o)
           
 int[] getIDs()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class twitter4j.TwitterResponse
encodeDate, ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getString, isRootNodeNilClasses
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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


Copyright © 2009. All Rights Reserved.