Class HealthReportResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.HealthReportResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<HealthReportResponse>Json deserializer forHealthReportResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:cluster_namefinal IndicatorsRequired - API name:indicatorsstatic HealthReportResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal IndicatorHealthStatusstatus()API name:statustoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forHealthReportResponse
-
-
Method Details
-
of
public static HealthReportResponse of(Function<HealthReportResponse.Builder, ObjectBuilder<HealthReportResponse>> fn) -
clusterName
Required - API name:cluster_name -
indicators
Required - API name:indicators -
status
API name:status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHealthReportResponseDeserializer
protected static void setupHealthReportResponseDeserializer(ObjectDeserializer<HealthReportResponse.Builder> op)
-