public class Term extends Object
A term in an autocomplete query response.
| Constructor and Description |
|---|
Term(String url,
String match,
Integer count) |
Term(String url,
String match,
Integer count,
String label) |
Term(URI url,
String match) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
PropertyValue |
getLabel() |
String |
getLabelString() |
String |
getMatch() |
URI |
getUrl() |
void |
setLabel(PropertyValue label) |
public URI getUrl()
public String getMatch()
public Integer getCount()
public PropertyValue getLabel()
public void setLabel(PropertyValue label)
public String getLabelString()
Copyright © 2018. All rights reserved.