Class InfoFeatureState
java.lang.Object
org.opensearch.client.opensearch.snapshot.InfoFeatureState
- All Implemented Interfaces:
ToJsonp
public final class InfoFeatureState extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInfoFeatureState.BuilderBuilder forInfoFeatureState. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<InfoFeatureState>DESERIALIZERJson deserializer for InfoFeatureState -
Constructor Summary
Constructors Modifier Constructor Description protectedInfoFeatureState(InfoFeatureState.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.StringfeatureName()API name:feature_namejava.util.List<java.lang.String>indices()API name:indicesprotected static voidsetupInfoFeatureStateDeserializer(DelegatingDeserializer<InfoFeatureState.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 InfoFeatureState
-
-
Constructor Details
-
Method Details
-
featureName
public java.lang.String featureName()API name:feature_name -
indices
public java.util.List<java.lang.String> indices()API name:indices -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupInfoFeatureStateDeserializer
protected static void setupInfoFeatureStateDeserializer(DelegatingDeserializer<InfoFeatureState.Builder> op)
-