org.springframework.social.twitter.api
Class HashTagEntity

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.HashTagEntity
All Implemented Interfaces:
Serializable

public class HashTagEntity
extends TwitterObject
implements Serializable

A representation of tweet hashtags.

User: bowen Date: 12/26/11

See Also:
Serialized Form

Constructor Summary
HashTagEntity(String text, int[] indices)
           
 
Method Summary
 boolean equals(Object o)
           
 int[] getIndices()
           
 String getText()
           
 int hashCode()
           
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashTagEntity

public HashTagEntity(String text,
                     int[] indices)
Method Detail

getText

public String getText()

getIndices

public int[] getIndices()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object