Class NodeInfoSettingsHttp
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsHttp
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsHttp.Builder,NodeInfoSettingsHttp>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsHttp
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsHttp.Builder,NodeInfoSettingsHttp>
The HTTP server configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsHttp> Json deserializer forNodeInfoSettingsHttp -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeInfoSettingsHttp.Builderbuilder()final BooleanAPI name:compressionbooleaninthashCode()static NodeInfoSettingsHttpfinal Integerport()API name:portvoidserialize(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.final NodeInfoSettingsHttpTypetype()Required - API name:typefinal StringThe default HTTP server type.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 forNodeInfoSettingsHttp
-
-
Method Details
-
of
public static NodeInfoSettingsHttp of(Function<NodeInfoSettingsHttp.Builder, ObjectBuilder<NodeInfoSettingsHttp>> fn) -
compression
API name:compression -
port
API name:port -
type
Required - API name:type -
typeDefault
The default HTTP server type.API name:
type.default -
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<NodeInfoSettingsHttp.Builder,NodeInfoSettingsHttp> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsHttpDeserializer
protected static void setupNodeInfoSettingsHttpDeserializer(ObjectDeserializer<NodeInfoSettingsHttp.Builder> op) -
hashCode
public int hashCode() -
equals
-