Class NodeAttributesRecord

java.lang.Object
co.elastic.clients.elasticsearch.cat.nodeattrs.NodeAttributesRecord
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class NodeAttributesRecord
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static NodeAttributesRecord of​(java.util.function.Function<NodeAttributesRecord.Builder,​ObjectBuilder<NodeAttributesRecord>> fn)
    • node

      @Nullable public final java.lang.String node()
      node name

      API name: node

    • id

      @Nullable public final java.lang.String id()
      unique node id

      API name: id

    • pid

      @Nullable public final java.lang.String pid()
      process id

      API name: pid

    • host

      @Nullable public final java.lang.String host()
      host name

      API name: host

    • ip

      @Nullable public final java.lang.String ip()
      ip address

      API name: ip

    • port

      @Nullable public final java.lang.String port()
      bound transport port

      API name: port

    • attr

      @Nullable public final java.lang.String attr()
      attribute description

      API name: attr

    • value

      @Nullable public final java.lang.String value()
      attribute value

      API name: value

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupNodeAttributesRecordDeserializer

      protected static void setupNodeAttributesRecordDeserializer​(ObjectDeserializer<NodeAttributesRecord.Builder> op)