twitter4j
Interface HashtagEntity

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HashtagEntityJSONImpl

public interface HashtagEntity
extends java.io.Serializable

A data interface representing one single Hashtag entity.

Since:
Twitter4J 2.1.9
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 int getEnd()
          Returns the index of the end character of the hashtag.
 int getStart()
          Returns the index of the start character of the hashtag.
 java.lang.String getText()
          Returns the text of the hashtag without #.
 

Method Detail

getText

java.lang.String getText()
Returns the text of the hashtag without #.

Returns:
the text of the hashtag

getStart

int getStart()
Returns the index of the start character of the hashtag.

Returns:
the index of the start character of the hashtag

getEnd

int getEnd()
Returns the index of the end character of the hashtag.

Returns:
the index of the end character of the hashtag