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 - Version information for the Elasticsearch cluster.
-
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 - Version information for the Elasticsearch cluster. In Serverless,version.numberalways reports the next target Elasticsearch release version at the time of the request, not an actual deployed version. The version number is provided to maintain client compatibility but is not meaningful for assessing feature availability. Usebuild_flavor: serverlessto detect a Serverless environment.API name:
version -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupInfoResponseDeserializer
-