Class InfoFeatureState
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.InfoFeatureState
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<InfoFeatureState>Json deserializer forInfoFeatureState -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:feature_nameindices()Required - API name:indicesstatic InfoFeatureStatevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forInfoFeatureState
-
-
Method Details
-
of
public static InfoFeatureState of(Function<InfoFeatureState.Builder, ObjectBuilder<InfoFeatureState>> fn) -
featureName
Required - API name:feature_name -
indices
Required - API name:indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupInfoFeatureStateDeserializer
protected static void setupInfoFeatureStateDeserializer(ObjectDeserializer<InfoFeatureState.Builder> op)
-