Spring Social Twitter

org.springframework.social.twitter.api
Class HashTagEntity

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

public class HashTagEntity
extends java.lang.Object
implements java.io.Serializable

A representation of tweet hashtags.

User: bowen Date: 12/26/11

See Also:
Serialized Form

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

Constructor Detail

HashTagEntity

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

getText

public java.lang.String getText()

getIndices

public int[] getIndices()

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

Spring Social Twitter