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