public class UrlEntity
extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
displayUrl
Version of the URL to display to clients.
|
String |
expandedUrl
Expanded version of display_url
|
List<Integer> |
indices
An array of integers indicating the offsets.
|
String |
url
Wrapped URL, corresponding to the value embedded directly into the raw Tweet text, and the
values for the indices parameter.
|
| Constructor and Description |
|---|
UrlEntity(String url,
String expandedUrl,
String displayUrl,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |
public final String url
public final String expandedUrl
public final String displayUrl
public final List<Integer> indices