Class IndicesBlockStatus
java.lang.Object
org.opensearch.client.opensearch.indices.add_block.IndicesBlockStatus
- All Implemented Interfaces:
ToJsonp
public final class IndicesBlockStatus extends java.lang.Object implements ToJsonp
-
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 for IndicesBlockStatus -
Constructor Summary
Constructors Modifier Constructor Description protectedIndicesBlockStatus(IndicesBlockStatus.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Booleanblocked()API name:blockedjava.lang.Stringname()API name:nameprotected static voidsetupIndicesBlockStatusDeserializer(DelegatingDeserializer<IndicesBlockStatus.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IndicesBlockStatus
-
-
Constructor Details
-
Method Details
-
name
public java.lang.String name()API name:name -
blocked
public java.lang.Boolean blocked()API name:blocked -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndicesBlockStatusDeserializer
protected static void setupIndicesBlockStatusDeserializer(DelegatingDeserializer<IndicesBlockStatus.Builder> op)
-