Class DailySchedule
java.lang.Object
co.elastic.clients.elasticsearch.watcher.DailySchedule
- All Implemented Interfaces:
ScheduleVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class DailySchedule extends java.lang.Object implements ScheduleVariant, JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDailySchedule.BuilderBuilder forDailySchedule. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DailySchedule>_DESERIALIZERJson deserializer forDailySchedule -
Constructor Summary
Constructors Constructor Description DailySchedule(DailySchedule.Builder builder)DailySchedule(java.util.function.Function<DailySchedule.Builder,DailySchedule.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Schedulevariant typejakarta.json.JsonValueat()Required - API name:atvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDailyScheduleDeserializer(DelegatingDeserializer<DailySchedule.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.watcher.ScheduleVariant
_toSchedule
-
Field Details
-
_DESERIALIZER
Json deserializer forDailySchedule
-
-
Constructor Details
-
DailySchedule
-
DailySchedule
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Schedulevariant type- Specified by:
_variantTypein interfaceUnionVariant
-
at
public jakarta.json.JsonValue at()Required - API name:at -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDailyScheduleDeserializer
protected static void setupDailyScheduleDeserializer(DelegatingDeserializer<DailySchedule.Builder> op)
-