Class NodeInfoHttp

java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoHttp
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

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

      public final java.util.List<java.lang.String> boundAddress()
      Required - API name: bound_address
    • maxContentLength

      @Nullable public final java.lang.String maxContentLength()
      API name: max_content_length
    • maxContentLengthInBytes

      public final long maxContentLengthInBytes()
      Required - API name: max_content_length_in_bytes
    • publishAddress

      public final java.lang.String publishAddress()
      Required - API name: publish_address
    • 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)
    • setupNodeInfoHttpDeserializer

      protected static void setupNodeInfoHttpDeserializer​(ObjectDeserializer<NodeInfoHttp.Builder> op)