public class EJAnswers extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
confidence
Do not set this attribute for a QALD-like json.
|
private EJHead |
head |
private Boolean |
isTrue |
private EJResults |
results |
| Constructor and Description |
|---|
EJAnswers() |
| Modifier and Type | Method and Description |
|---|---|
static EJAnswers |
factory(String json) |
Boolean |
getBoolean() |
String |
getConfidence() |
EJHead |
getHead() |
EJResults |
getResults() |
EJAnswers |
setBoolean(Boolean isTrue) |
EJAnswers |
setConfidence(String confidence)
Do not set this attribute for a QALD-like json.
|
EJAnswers |
setHead(EJHead head) |
EJAnswers |
setResults(EJResults results) |
String |
toString() |
private EJHead head
private EJResults results
private String confidence
private Boolean isTrue
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.