public class Suggestion extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Suggestion.Builder |
Modifier and Type | Method and Description |
---|---|
static Suggestion.Builder |
builder() |
boolean |
equals(Object o) |
String |
getPayload() |
double |
getScore() |
String |
getString() |
int |
hashCode() |
Suggestion.Builder |
toBuilder() |
String |
toString() |
public static Suggestion.Builder builder()
public String getString()
public double getScore()
public String getPayload()
public Suggestion.Builder toBuilder()
Copyright © 2018. All rights reserved.