public class Mention
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Mention.Type |
Constructor and Description |
---|
Mention(int startIndex,
int endIndex,
java.lang.String userId,
Mention.Type type) |
Modifier and Type | Method and Description |
---|---|
int |
getEndIndex() |
int |
getStartIndex() |
Mention.Type |
getType() |
java.lang.String |
getUserId() |
public Mention(int startIndex, int endIndex, java.lang.String userId, Mention.Type type)
public int getStartIndex()
public int getEndIndex()
public Mention.Type getType()
public java.lang.String getUserId()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.