Class Action
java.lang.Object
co.elastic.clients.elasticsearch.indices.modify_data_stream.Action
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<Action.Kind,java.lang.Object>
@JsonpDeserializable public class Action extends java.lang.Object implements TaggedUnion<Action.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAction.Builderstatic classAction.KindActionvariant kinds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Action>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description Action(ActionVariant value) -
Method Summary
Modifier and Type Method Description java.lang.Object_get()Action.Kind_kind()Get the of the kind of variant held by this object.IndexAndDataStreamActionaddBackingIndex()Get theadd_backing_indexvariant value.booleanisAddBackingIndex()Is this variant instance of kindadd_backing_index?booleanisRemoveBackingIndex()Is this variant instance of kindremove_backing_index?static Actionof(java.util.function.Function<Action.Builder,ObjectBuilder<Action>> fn)IndexAndDataStreamActionremoveBackingIndex()Get theremove_backing_indexvariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupActionDeserializer(ObjectDeserializer<Action.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Constructor Details
-
Action
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<Action.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<Action.Kind,java.lang.Object>
-
of
-
isAddBackingIndex
public boolean isAddBackingIndex()Is this variant instance of kindadd_backing_index? -
addBackingIndex
Get theadd_backing_indexvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theadd_backing_indexkind.
-
isRemoveBackingIndex
public boolean isRemoveBackingIndex()Is this variant instance of kindremove_backing_index? -
removeBackingIndex
Get theremove_backing_indexvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theremove_backing_indexkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupActionDeserializer
-