public class TrainingQuery extends GenericModel
Constructor and Description |
---|
TrainingQuery() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TrainingExample> |
getExamples()
Gets the examples.
|
java.lang.String |
getFilter()
Gets the filter.
|
java.lang.String |
getNaturalLanguageQuery()
Gets the naturalLanguageQuery.
|
java.lang.String |
getQueryId()
Gets the queryId.
|
void |
setExamples(java.util.List<TrainingExample> examples)
Sets the examples.
|
void |
setFilter(java.lang.String filter)
Sets the filter.
|
void |
setNaturalLanguageQuery(java.lang.String naturalLanguageQuery)
Sets the naturalLanguageQuery.
|
void |
setQueryId(java.lang.String queryId)
Sets the queryId.
|
equals, hashCode, toString
public java.lang.String getQueryId()
public java.lang.String getNaturalLanguageQuery()
public java.lang.String getFilter()
public java.util.List<TrainingExample> getExamples()
public void setQueryId(java.lang.String queryId)
queryId
- the new queryIdpublic void setNaturalLanguageQuery(java.lang.String naturalLanguageQuery)
naturalLanguageQuery
- the new naturalLanguageQuerypublic void setFilter(java.lang.String filter)
filter
- the new filterpublic void setExamples(java.util.List<TrainingExample> examples)
examples
- the new examples