Class NodeInfoSettingsTransport
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsTransport
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsTransport.Builder,NodeInfoSettingsTransport>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsTransport
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsTransport.Builder,NodeInfoSettingsTransport>
The transport layer configuration settings.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsTransport> Json deserializer forNodeInfoSettingsTransport -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static NodeInfoSettingsTransportvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupNodeInfoSettingsTransportDeserializer(ObjectDeserializer<NodeInfoSettingsTransport.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.type()Required - API name:typefinal StringThe default transport 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 forNodeInfoSettingsTransport
-
-
Method Details
-
of
public static NodeInfoSettingsTransport of(Function<NodeInfoSettingsTransport.Builder, ObjectBuilder<NodeInfoSettingsTransport>> fn) -
type
Required - API name:type -
typeDefault
The default transport 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<NodeInfoSettingsTransport.Builder,NodeInfoSettingsTransport> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsTransportDeserializer
protected static void setupNodeInfoSettingsTransportDeserializer(ObjectDeserializer<NodeInfoSettingsTransport.Builder> op) -
hashCode
public int hashCode() -
equals
-