twitter4j
Class StreamController.User

java.lang.Object
  extended by twitter4j.StreamController.User
All Implemented Interfaces:
Serializable
Enclosing class:
StreamController

public final class StreamController.User
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
 long getId()
           
 String getName()
           
 int hashCode()
           
 boolean isDMAccessible()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public long getId()

getName

public String getName()

isDMAccessible

public boolean isDMAccessible()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.