Class InfoResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.InfoResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<InfoResponse>Json deserializer forInfoResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - The responding cluster's name.final StringRequired - API name:cluster_uuidfinal Stringname()Required - The responding node's name.static InfoResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringtagline()Required - API name:taglinetoString()final ElasticsearchVersionInfoversion()Required - The running version of Elasticsearch.
-
Field Details
-
_DESERIALIZER
Json deserializer forInfoResponse
-
-
Method Details
-
of
-
clusterName
Required - The responding cluster's name.API name:
cluster_name -
clusterUuid
Required - API name:cluster_uuid -
name
Required - The responding node's name.API name:
name -
tagline
Required - API name:tagline -
version
Required - The running version of Elasticsearch.API name:
version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupInfoResponseDeserializer
-