Class TableValues
java.lang.Object
co.elastic.clients.elasticsearch.esql.TableValues
- All Implemented Interfaces:
- JsonpSerializable,- TaggedUnion<TableValues.Kind,- Object> 
@JsonpDeserializable
public class TableValues
extends Object
implements TaggedUnion<TableValues.Kind,Object>, JsonpSerializable 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal Object_get()final TableValues.Kind_kind()Get the of the kind of variant held by this object.double_()Get thedoublevariant value.integer()Get theintegervariant value.booleanisDouble()Is this variant instance of kinddouble?booleanIs this variant instance of kindinteger?booleanIs this variant instance of kindkeyword?booleanisLong()Is this variant instance of kindlong?keyword()Get thekeywordvariant value.long_()Get thelongvariant value.static TableValuesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZER
 
- 
- 
Constructor Details- 
TableValues
 
- 
- 
Method Details- 
_kindDescription copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
- _kindin interface- TaggedUnion<TableValues.Kind,- Object> 
- Returns:
- the variant kind
 
- 
_get- Specified by:
- _getin interface- TaggedUnion<TableValues.Kind,- Object> 
 
- 
of
- 
isIntegerpublic boolean isInteger()Is this variant instance of kindinteger?
- 
integerGet theintegervariant value.- Throws:
- IllegalStateException- if the current variant is not of the- integerkind.
 
- 
isKeywordpublic boolean isKeyword()Is this variant instance of kindkeyword?
- 
keywordGet thekeywordvariant value.- Throws:
- IllegalStateException- if the current variant is not of the- keywordkind.
 
- 
isLongpublic boolean isLong()Is this variant instance of kindlong?
- 
long_Get thelongvariant value.- Throws:
- IllegalStateException- if the current variant is not of the- longkind.
 
- 
isDoublepublic boolean isDouble()Is this variant instance of kinddouble?
- 
double_Get thedoublevariant value.- Throws:
- IllegalStateException- if the current variant is not of the- doublekind.
 
- 
serialize- Specified by:
- serializein interface- JsonpSerializable
 
- 
toString
- 
setupTableValuesDeserializer
 
-