Class NodeReloadError
java.lang.Object
co.elastic.clients.elasticsearch.nodes.NodeReloadError
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeReloadError>Json deserializer forNodeReloadError -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic NodeReloadErrorfinal ErrorCauseAPI name:reload_exceptionvoidserialize(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 forNodeReloadError
-
-
Method Details
-
of
public static NodeReloadError of(Function<NodeReloadError.Builder, ObjectBuilder<NodeReloadError>> fn) -
name
Required - API name:name -
reloadException
API name:reload_exception -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeReloadErrorDeserializer
protected static void setupNodeReloadErrorDeserializer(ObjectDeserializer<NodeReloadError.Builder> op)
-