public class QueryExplanation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryExplanation.Builder |
Modifier and Type | Method and Description |
---|---|
static QueryExplanation.Builder |
create() |
String |
getDescription() |
ArrayList<QueryExplanation> |
getDetails() |
float |
getValue() |
public float getValue()
public String getDescription()
public ArrayList<QueryExplanation> getDetails()
public static QueryExplanation.Builder create()