Class GetNodeResponse
java.lang.Object
co.elastic.clients.elasticsearch.shutdown.GetNodeResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetNodeResponse>Json deserializer forGetNodeResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal List<NodeShutdownStatus>nodes()Required - API name:nodesstatic GetNodeResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetNodeResponse
-
-
Method Details
-
of
public static GetNodeResponse of(Function<GetNodeResponse.Builder, ObjectBuilder<GetNodeResponse>> fn) -
nodes
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetNodeResponseDeserializer
protected static void setupGetNodeResponseDeserializer(ObjectDeserializer<GetNodeResponse.Builder> op)
-