Class IndexSettingBlocks
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexSettingBlocks
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndexSettingBlocks extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexSettingBlocks.BuilderBuilder forIndexSettingBlocks. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexSettingBlocks>_DESERIALIZERJson deserializer forIndexSettingBlocks -
Constructor Summary
Constructors Constructor Description IndexSettingBlocks(IndexSettingBlocks.Builder builder)IndexSettingBlocks(java.util.function.Function<IndexSettingBlocks.Builder,IndexSettingBlocks.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Booleanmetadata()API name:metadatajava.lang.Booleanread()API name:readjava.lang.BooleanreadOnly()API name:read_onlyjava.lang.BooleanreadOnlyAllowDelete()API name:read_only_allow_deletevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndexSettingBlocksDeserializer(DelegatingDeserializer<IndexSettingBlocks.Builder> op)java.lang.Booleanwrite()API name:writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexSettingBlocks
-
-
Constructor Details
-
IndexSettingBlocks
-
IndexSettingBlocks
public IndexSettingBlocks(java.util.function.Function<IndexSettingBlocks.Builder,IndexSettingBlocks.Builder> fn)
-
-
Method Details
-
readOnly
@Nullable public java.lang.Boolean readOnly()API name:read_only -
readOnlyAllowDelete
@Nullable public java.lang.Boolean readOnlyAllowDelete()API name:read_only_allow_delete -
read
@Nullable public java.lang.Boolean read()API name:read -
write
@Nullable public java.lang.Boolean write()API name:write -
metadata
@Nullable public java.lang.Boolean metadata()API name:metadata -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndexSettingBlocksDeserializer
protected static void setupIndexSettingBlocksDeserializer(DelegatingDeserializer<IndexSettingBlocks.Builder> op)
-