Class NodeInfoIngestDownloader
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoIngestDownloader
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class NodeInfoIngestDownloader extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoIngestDownloader.BuilderBuilder forNodeInfoIngestDownloader. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoIngestDownloader>_DESERIALIZERJson deserializer forNodeInfoIngestDownloader -
Constructor Summary
Constructors Constructor Description NodeInfoIngestDownloader(NodeInfoIngestDownloader.Builder builder)NodeInfoIngestDownloader(java.util.function.Function<NodeInfoIngestDownloader.Builder,NodeInfoIngestDownloader.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringenabled()API name:enabledvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoIngestDownloaderDeserializer(DelegatingDeserializer<NodeInfoIngestDownloader.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoIngestDownloader
-
-
Constructor Details
-
NodeInfoIngestDownloader
-
NodeInfoIngestDownloader
public NodeInfoIngestDownloader(java.util.function.Function<NodeInfoIngestDownloader.Builder,NodeInfoIngestDownloader.Builder> fn)
-
-
Method Details
-
enabled
public java.lang.String enabled()API name:enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupNodeInfoIngestDownloaderDeserializer
protected static void setupNodeInfoIngestDownloaderDeserializer(DelegatingDeserializer<NodeInfoIngestDownloader.Builder> op)
-