Class InfoFeatureState
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.InfoFeatureState
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class InfoFeatureState extends java.lang.Object implements JsonpSerializable
-
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 forInfoFeatureState -
Constructor Summary
Constructors Constructor Description InfoFeatureState(InfoFeatureState.Builder builder)InfoFeatureState(java.util.function.Function<InfoFeatureState.Builder,InfoFeatureState.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringfeatureName()Required - API name:feature_namejava.util.List<java.lang.String>indices()Required - API name:indicesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupInfoFeatureStateDeserializer(DelegatingDeserializer<InfoFeatureState.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 forInfoFeatureState
-
-
Constructor Details
-
InfoFeatureState
-
InfoFeatureState
public InfoFeatureState(java.util.function.Function<InfoFeatureState.Builder,InfoFeatureState.Builder> fn)
-
-
Method Details
-
featureName
public java.lang.String featureName()Required - API name:feature_name -
indices
public java.util.List<java.lang.String> indices()Required - API name:indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupInfoFeatureStateDeserializer
protected static void setupInfoFeatureStateDeserializer(DelegatingDeserializer<InfoFeatureState.Builder> op)
-