public class DataQuestion extends DataClass
factoryCreated, factoryProperties| Constructor and Description |
|---|
DataQuestion() |
DataQuestion(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
An arbitrary non-empty string that uniquely identifies the data question.
|
static DataQuestion |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
DataQuestionResult |
getResult()
The result of the operation.
|
DataQuestionSettings |
getSettings()
The settings for the data question.
|
UserAIRequest |
getUserAIRequest()
The end-user's AI request.
|
DataQuestion |
setID(java.lang.String ID)
An arbitrary non-empty string that uniquely identifies the data question.
|
DataQuestion |
setResult(DataQuestionResult result)
The result of the operation.
|
DataQuestion |
setSettings(DataQuestionSettings settings)
The settings for the data question.
|
DataQuestion |
setUserAIRequest(UserAIRequest userAIRequest)
The end-user's AI request.
|
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic DataQuestion()
public DataQuestion(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DataQuestion getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public DataQuestion setID(java.lang.String ID)
ID - New ID value. Default value is nullDataQuestion instance, for chaining setter callspublic java.lang.String getID()
public DataQuestion setResult(DataQuestionResult result)
result - New result value. Default value is nullDataQuestion instance, for chaining setter callspublic DataQuestionResult getResult()
public DataQuestion setSettings(DataQuestionSettings settings)
settings - New settings value. Default value is nullDataQuestion instance, for chaining setter callspublic DataQuestionSettings getSettings()
public DataQuestion setUserAIRequest(UserAIRequest userAIRequest)
userAIRequest - New userAIRequest value. Default value is nullDataQuestion instance, for chaining setter callspublic UserAIRequest getUserAIRequest()