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