public interface URLEntity extends TweetEntity, java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDisplayURL()
Returns the display URL if mentioned URL is shorten. 
 | 
int | 
getEnd()
Returns the index of the end character of the URL mentioned in the tweet. 
 | 
java.lang.String | 
getExpandedURL()
Returns the expanded URL if mentioned URL is shorten. 
 | 
int | 
getStart()
Returns the index of the start character of the URL mentioned in the tweet. 
 | 
java.lang.String | 
getText()
Returns the URL mentioned in the tweet. 
This method implementation is to meet TweetEntity interface and the behavior is equivalent to getURL() | 
java.lang.String | 
getURL()
Returns the URL mentioned in the tweet. 
 | 
java.lang.String getText()
getURL()getText in interface TweetEntityjava.lang.String getURL()
java.lang.String getExpandedURL()
java.lang.String getDisplayURL()
int getStart()
getStart in interface TweetEntityint getEnd()
getEnd in interface TweetEntity