Class NodeInfoSettingsTransportFeatures
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoSettingsTransportFeatures
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NodeInfoSettingsTransportFeatures extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description static NodeInfoSettingsTransportFeaturesof(java.util.function.Function<NodeInfoSettingsTransportFeatures.Builder,ObjectBuilder<NodeInfoSettingsTransportFeatures>> fn)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(ObjectDeserializer<NodeInfoSettingsTransportFeatures.Builder> op)java.lang.StringtoString()java.lang.StringxPack()Required - API name:x-packMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSettingsTransportFeatures
-
-
Method Details
-
of
public static NodeInfoSettingsTransportFeatures of(java.util.function.Function<NodeInfoSettingsTransportFeatures.Builder,ObjectBuilder<NodeInfoSettingsTransportFeatures>> fn) -
xPack
public final java.lang.String xPack()Required - API name:x-pack -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupNodeInfoSettingsTransportFeaturesDeserializer
protected static void setupNodeInfoSettingsTransportFeaturesDeserializer(ObjectDeserializer<NodeInfoSettingsTransportFeatures.Builder> op)
-