public abstract class AbstractEntityDTO extends Object implements Entity
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEntityDTO(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex()
Returns the index of the first character after the entities text.
|
int[] |
getIndices() |
int |
getStartIndex()
Returns the index of the first character of the entities text.
|
String |
getText()
The entities text representation that is embedded into the Tweet.
|
protected AbstractEntityDTO(Entity entity)
public int[] getIndices()
public int getStartIndex()
EntitygetStartIndex in interface Entitypublic int getEndIndex()
EntitygetEndIndex in interface Entitypublic String getText()
EntityCopyright © 2019 FJOBI Labs Softwareentwicklung - Felix Jordan. All rights reserved.