Class NodeInfoHttp

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

@JsonpDeserializable
public final class NodeInfoHttp
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • boundAddress

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

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

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

      public 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​(DelegatingDeserializer<NodeInfoHttp.Builder> op)