Class IndexRoutingAllocationInitialRecovery
java.lang.Object
org.opensearch.client.opensearch.indices.IndexRoutingAllocationInitialRecovery
- All Implemented Interfaces:
ToJsonp
public final class IndexRoutingAllocationInitialRecovery extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexRoutingAllocationInitialRecovery.BuilderBuilder forIndexRoutingAllocationInitialRecovery. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndexRoutingAllocationInitialRecovery>DESERIALIZERJson deserializer for IndexRoutingAllocationInitialRecovery -
Constructor Summary
Constructors Modifier Constructor Description protectedIndexRoutingAllocationInitialRecovery(IndexRoutingAllocationInitialRecovery.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringid()API name:_idprotected static voidsetupIndexRoutingAllocationInitialRecoveryDeserializer(DelegatingDeserializer<IndexRoutingAllocationInitialRecovery.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 IndexRoutingAllocationInitialRecovery
-
-
Constructor Details
-
IndexRoutingAllocationInitialRecovery
protected IndexRoutingAllocationInitialRecovery(IndexRoutingAllocationInitialRecovery.Builder builder)
-
-
Method Details
-
id
@Nullable public java.lang.String id()API name:_id -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndexRoutingAllocationInitialRecoveryDeserializer
protected static void setupIndexRoutingAllocationInitialRecoveryDeserializer(DelegatingDeserializer<IndexRoutingAllocationInitialRecovery.Builder> op)
-