Class ClusterInfoResponse
java.lang.Object
co.elastic.clients.elasticsearch.cluster.ClusterInfoResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterInfoResponse>Json deserializer forClusterInfoResponse
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringRequired - API name:cluster_namefinal Httphttp()API name:httpfinal Ingestingest()API name:ingeststatic ClusterInfoResponsefinal Scriptingscript()API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Map<String,ThreadCount> API name:thread_pooltoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forClusterInfoResponse
 
- 
- 
Method Details- 
ofpublic static ClusterInfoResponse of(Function<ClusterInfoResponse.Builder, ObjectBuilder<ClusterInfoResponse>> fn) 
- 
clusterNameRequired - API name:cluster_name
- 
httpAPI name:http
- 
ingestAPI name:ingest
- 
threadPoolAPI name:thread_pool
- 
scriptAPI name:script
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupClusterInfoResponseDeserializerprotected static void setupClusterInfoResponseDeserializer(ObjectDeserializer<ClusterInfoResponse.Builder> op) 
 
-