Class HealthReportResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.HealthReportResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<HealthReportResponse>
Json deserializer forHealthReportResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Required - API name:cluster_name
final Indicators
Required - API name:indicators
static HealthReportResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final IndicatorHealthStatus
status()
API name:status
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHealthReportResponseDeserializer
protected static void setupHealthReportResponseDeserializer(ObjectDeserializer<HealthReportResponse.Builder> op)
-