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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeInfoHttp.BuilderBuilder forNodeInfoHttp. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NodeInfoHttp>_DESERIALIZERJson deserializer forNodeInfoHttp -
Constructor Summary
Constructors Constructor Description NodeInfoHttp(NodeInfoHttp.Builder builder)NodeInfoHttp(java.util.function.Function<NodeInfoHttp.Builder,NodeInfoHttp.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>boundAddress()Required - API name:bound_addressjava.lang.StringmaxContentLength()API name:max_content_lengthlongmaxContentLengthInBytes()Required - API name:max_content_length_in_bytesjava.lang.StringpublishAddress()Required - API name:publish_addressvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNodeInfoHttpDeserializer(DelegatingDeserializer<NodeInfoHttp.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoHttp
-
-
Constructor Details
-
NodeInfoHttp
-
NodeInfoHttp
-
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupNodeInfoHttpDeserializer
protected static void setupNodeInfoHttpDeserializer(DelegatingDeserializer<NodeInfoHttp.Builder> op)
-