@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class SuggestOutput extends Object
Typeahead results
SuggestOutput.Builder. This model distinguishes fields
that are null because they are unset from fields that are explicitly set to null. This is done in
the setter methods of the SuggestOutput.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).| Modifier and Type | Class and Description |
|---|---|
static class |
SuggestOutput.Builder |
| Constructor and Description |
|---|
SuggestOutput(Integer position,
List<String> commands,
List<String> fields,
List<String> fieldValues,
List<String> terms,
List<String> options,
List<String> examples)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SuggestOutput.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<String> |
getCommands()
Context specific list of querylanguage commands if input is seeking command suggestions.
|
List<String> |
getExamples()
Context specific list of querylanguage querystring examples if input is seeking queryString example suggestions.
|
List<String> |
getFields()
Context specific list of querylanguage fields / columns if input is seeking field / column suggestions.
|
List<String> |
getFieldValues()
Context specific list of field values if input is seeking field value suggestions.
|
List<String> |
getOptions()
Context specific list of querylanguage command options if input is seeking command option suggestions.
|
Integer |
getPosition()
Character position suggestion should be placed in queryString provided as input.
|
List<String> |
getTerms()
Context specific list of terms / phrases if input is seeking terms / phrase suggestions.
|
int |
hashCode() |
SuggestOutput.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"position","commands","fields","fieldValues","terms","options","examples"}) @Deprecated public SuggestOutput(Integer position, List<String> commands, List<String> fields, List<String> fieldValues, List<String> terms, List<String> options, List<String> examples)
public static SuggestOutput.Builder builder()
Create a new builder.
public SuggestOutput.Builder toBuilder()
public Integer getPosition()
Character position suggestion should be placed in queryString provided as input.
public List<String> getCommands()
Context specific list of querylanguage commands if input is seeking command suggestions.
public List<String> getFields()
Context specific list of querylanguage fields / columns if input is seeking field / column suggestions.
public List<String> getFieldValues()
Context specific list of field values if input is seeking field value suggestions.
public List<String> getTerms()
Context specific list of terms / phrases if input is seeking terms / phrase suggestions.
public List<String> getOptions()
Context specific list of querylanguage command options if input is seeking command option suggestions.
public List<String> getExamples()
Context specific list of querylanguage querystring examples if input is seeking queryString example suggestions.
Copyright © 2016–2021. All rights reserved.