Class TimeOfWeek
java.lang.Object
co.elastic.clients.elasticsearch.watcher.TimeOfWeek
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class TimeOfWeek extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOfWeek.BuilderBuilder forTimeOfWeek. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TimeOfWeek>_DESERIALIZERJson deserializer forTimeOfWeek -
Constructor Summary
Constructors Constructor Description TimeOfWeek(TimeOfWeek.Builder builder)TimeOfWeek(java.util.function.Function<TimeOfWeek.Builder,TimeOfWeek.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>at()Required - API name:atjava.util.List<Day>on()Required - API name:onvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTimeOfWeekDeserializer(DelegatingDeserializer<TimeOfWeek.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 forTimeOfWeek
-
-
Constructor Details
-
TimeOfWeek
-
TimeOfWeek
-
-
Method Details
-
at
public java.util.List<java.lang.String> at()Required - API name:at -
on
Required - API name:on -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTimeOfWeekDeserializer
-