Class QueryResponse
java.lang.Object
co.elastic.clients.elasticsearch.sql.QueryResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<QueryResponse>Json deserializer forQueryResponse -
Method Summary
Modifier and TypeMethodDescriptioncolumns()API name:columnsfinal Stringcursor()API name:cursorstatic QueryResponserows()Required - API name:rowsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forQueryResponse
-
-
Method Details
-
of
-
columns
API name:columns -
cursor
API name:cursor -
rows
Required - API name:rows -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupQueryResponseDeserializer
-