Class Trigger
java.lang.Object
co.elastic.clients.elasticsearch.watcher.Trigger
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<Trigger.Kind,java.lang.Object>
@JsonpDeserializable public class Trigger extends java.lang.Object implements TaggedUnion<Trigger.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrigger.Builderstatic classTrigger.KindTriggervariant kinds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Trigger>_DESERIALIZER -
Constructor Summary
Constructors Constructor Description Trigger(TriggerVariant value) -
Method Summary
Modifier and Type Method Description java.lang.Object_get()Trigger.Kind_kind()Get the of the kind of variant held by this object.booleanisSchedule()Is this variant instance of kindschedule?static Triggerof(java.util.function.Function<Trigger.Builder,ObjectBuilder<Trigger>> fn)Scheduleschedule()Get theschedulevariant value.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTriggerDeserializer(ObjectDeserializer<Trigger.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
-
Trigger
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<Trigger.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<Trigger.Kind,java.lang.Object>
-
of
-
isSchedule
public boolean isSchedule()Is this variant instance of kindschedule? -
schedule
Get theschedulevariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of theschedulekind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTriggerDeserializer
-