public static class SpellCheckResponse.Suggestion extends Object
Constructor and Description |
---|
Suggestion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getAlternatives() |
int |
getNumFound() |
int |
hashCode() |
void |
setAlternatives(List<String> alternatives)
Sets the alternatives for a token.
|
void |
setNumFound(int numFound)
Sets the number of documents found for this suggestion.
|
String |
toString() |
public Suggestion()
public int getNumFound()
public void setNumFound(int numFound)
public List<String> getAlternatives()
public void setAlternatives(List<String> alternatives)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.