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