Class Term
- java.lang.Object
-
- de.digitalcollections.iiif.model.search.Term
-
public class Term extends Object
A term in an autocomplete query response.See http://iiif.io/api/search/1.0/#response
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCount()PropertyValuegetLabel()StringgetLabelString()StringgetMatch()URIgetUrl()voidsetLabel(PropertyValue label)
-
-
-
Method Detail
-
getUrl
public URI getUrl()
-
getMatch
public String getMatch()
-
getCount
public Integer getCount()
-
getLabel
public PropertyValue getLabel()
-
setLabel
public void setLabel(PropertyValue label)
-
getLabelString
public String getLabelString()
-
-