Class DefaultQueryParamsTableResults
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.DefaultQueryParamsTableResults
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DefaultQueryParamsTableResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Default project query settings for table results.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultQueryParamsTableResults.BuilderBuilder. -
Method Summary
Modifier and Type Method Description Longcount()Gets the count.Booleanenabled()Gets the enabled.DefaultQueryParamsTableResults.BuildernewBuilder()New builder.LongperDocument()Gets the perDocument.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DefaultQueryParamsTableResults builder
-
enabled
Gets the enabled.When `true`, a table results for the query are returned by default.
- Returns:
- the enabled
-
count
Gets the count.The number of table results to return by default.
- Returns:
- the count
-
perDocument
Gets the perDocument.The number of table results to include in each result document.
- Returns:
- the perDocument
-