| Modifier and Type | Class and Description |
|---|---|
static class |
Extractor.Entity.Type |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayURL |
protected int |
end |
protected String |
expandedURL |
protected String |
listSlug |
protected int |
start |
protected Extractor.Entity.Type |
type |
protected String |
value |
| Constructor and Description |
|---|
Extractor.Entity(int start,
int end,
String value,
Extractor.Entity.Type type) |
Extractor.Entity(int start,
int end,
String value,
String listSlug,
Extractor.Entity.Type type) |
Extractor.Entity(Matcher matcher,
Extractor.Entity.Type type,
int groupNumber) |
Extractor.Entity(Matcher matcher,
Extractor.Entity.Type type,
int groupNumber,
int startOffset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayURL() |
Integer |
getEnd() |
String |
getExpandedURL() |
String |
getListSlug() |
Integer |
getStart() |
Extractor.Entity.Type |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setDisplayURL(String displayURL) |
void |
setExpandedURL(String expandedURL) |
String |
toString() |
protected int start
protected int end
protected final String value
protected final String listSlug
protected final Extractor.Entity.Type type
protected String displayURL
protected String expandedURL
public Extractor.Entity(int start,
int end,
String value,
String listSlug,
Extractor.Entity.Type type)
public Extractor.Entity(int start,
int end,
String value,
Extractor.Entity.Type type)
public Extractor.Entity(Matcher matcher, Extractor.Entity.Type type, int groupNumber)
public Extractor.Entity(Matcher matcher, Extractor.Entity.Type type, int groupNumber, int startOffset)
public Integer getStart()
public Integer getEnd()
public String getValue()
public String getListSlug()
public Extractor.Entity.Type getType()
public String getDisplayURL()
public void setDisplayURL(String displayURL)
public String getExpandedURL()
public void setExpandedURL(String expandedURL)
Copyright © 2015. All rights reserved.