Class NodeInfoIngestDownloader
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoIngestDownloader
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class NodeInfoIngestDownloader
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoIngestDownloader>Json deserializer forNodeInfoIngestDownloader -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringenabled()Required - API name:enabledstatic NodeInfoIngestDownloadervoidserialize(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 forNodeInfoIngestDownloader
-
-
Method Details
-
of
public static NodeInfoIngestDownloader of(Function<NodeInfoIngestDownloader.Builder, ObjectBuilder<NodeInfoIngestDownloader>> fn) -
enabled
Required - API name:enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeInfoIngestDownloaderDeserializer
protected static void setupNodeInfoIngestDownloaderDeserializer(ObjectDeserializer<NodeInfoIngestDownloader.Builder> op)
-