Class IndicesBlockStatus
java.lang.Object
co.elastic.clients.elasticsearch.indices.add_block.IndicesBlockStatus
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndicesBlockStatus extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndicesBlockStatus.BuilderBuilder forIndicesBlockStatus. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndicesBlockStatus>_DESERIALIZERJson deserializer forIndicesBlockStatus -
Constructor Summary
Constructors Constructor Description IndicesBlockStatus(IndicesBlockStatus.Builder builder)IndicesBlockStatus(java.util.function.Function<IndicesBlockStatus.Builder,IndicesBlockStatus.Builder> fn) -
Method Summary
Modifier and Type Method Description booleanblocked()Required - API name:blockedjava.lang.Stringname()Required - API name:namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndicesBlockStatusDeserializer(DelegatingDeserializer<IndicesBlockStatus.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndicesBlockStatus
-
-
Constructor Details
-
IndicesBlockStatus
-
IndicesBlockStatus
public IndicesBlockStatus(java.util.function.Function<IndicesBlockStatus.Builder,IndicesBlockStatus.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()Required - API name:name -
blocked
public boolean blocked()Required - API name:blocked -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndicesBlockStatusDeserializer
protected static void setupIndicesBlockStatusDeserializer(DelegatingDeserializer<IndicesBlockStatus.Builder> op)
-