Class NodeInfoNetworkInterface
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoNetworkInterface
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class NodeInfoNetworkInterface
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoNetworkInterface>Json deserializer forNodeInfoNetworkInterface -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaddress()Required - API name:addressfinal StringRequired - API name:mac_addressfinal Stringname()Required - API name:namestatic NodeInfoNetworkInterfacevoidserialize(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 forNodeInfoNetworkInterface
-
-
Method Details
-
of
public static NodeInfoNetworkInterface of(Function<NodeInfoNetworkInterface.Builder, ObjectBuilder<NodeInfoNetworkInterface>> fn) -
address
Required - API name:address -
macAddress
Required - API name:mac_address -
name
Required - API name:name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeInfoNetworkInterfaceDeserializer
protected static void setupNodeInfoNetworkInterfaceDeserializer(ObjectDeserializer<NodeInfoNetworkInterface.Builder> op)
-