Class NodeInfoHttp
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoHttp
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoHttp.Builder,NodeInfoHttp>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoHttp
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoHttp.Builder,NodeInfoHttp>
Provides HTTP connection information for the node.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoHttp> Json deserializer forNodeInfoHttp -
Method Summary
Modifier and TypeMethodDescriptionRequired - The addresses the node is bound to for HTTP traffic.static NodeInfoHttp.Builderbuilder()booleaninthashCode()final StringAPI name:max_content_lengthfinal longRequired - API name:max_content_length_in_bytesstatic NodeInfoHttpfinal StringRequired - The HTTP address published to other nodes.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoHttp
-
-
Method Details
-
of
-
boundAddress
Required - The addresses the node is bound to for HTTP traffic.API name:
bound_address -
maxContentLength
API name:max_content_length -
maxContentLengthInBytes
public final long maxContentLengthInBytes()Required - API name:max_content_length_in_bytes -
publishAddress
Required - The HTTP address published to other nodes.API name:
publish_address -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInfoHttp.Builder,NodeInfoHttp> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoHttpDeserializer
-
hashCode
public int hashCode() -
equals
-