public static class SpellcheckQueryResult.Alternative extends Object
| Constructor and Description |
|---|
Alternative(String term,
int termFrequency,
String suggestion,
int suggestionFrequency) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getSuggestion() |
int |
getSuggestionFrequency() |
String |
getTerm() |
int |
getTermFrequency() |
int |
hashCode() |
String |
toString() |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.