Class NodeInfoSettingsIndex
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsIndex
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsIndex.Builder,NodeInfoSettingsIndex>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsIndex
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsIndex.Builder,NodeInfoSettingsIndex>
The index-level settings configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsIndex> Json deserializer forNodeInfoSettingsIndex -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static NodeInfoSettingsIndexvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidstore()API name:storeCreate 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 forNodeInfoSettingsIndex
-
-
Method Details
-
of
public static NodeInfoSettingsIndex of(Function<NodeInfoSettingsIndex.Builder, ObjectBuilder<NodeInfoSettingsIndex>> fn) -
store
API name:store -
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<NodeInfoSettingsIndex.Builder,NodeInfoSettingsIndex> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsIndexDeserializer
protected static void setupNodeInfoSettingsIndexDeserializer(ObjectDeserializer<NodeInfoSettingsIndex.Builder> op) -
hashCode
public int hashCode() -
equals
-