twitter4j
Class Device

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

public final class Device
extends java.lang.Object
implements java.io.Serializable

Author:
Joern Huxhorn - jhuxhorn at googlemail.com
See Also:
Serialized Form

Field Summary
static Device NONE
           
static Device SMS
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SMS

public static final Device SMS

NONE

public static final Device NONE
Method Detail

getName

public java.lang.String getName()

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 © 2010. All Rights Reserved.