Class TimeOfMonth
java.lang.Object
co.elastic.clients.elasticsearch.watcher.TimeOfMonth
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class TimeOfMonth extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeOfMonth.BuilderBuilder forTimeOfMonth. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TimeOfMonth>_DESERIALIZERJson deserializer forTimeOfMonth -
Constructor Summary
Constructors Constructor Description TimeOfMonth(TimeOfMonth.Builder builder)TimeOfMonth(java.util.function.Function<TimeOfMonth.Builder,TimeOfMonth.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>at()Required - API name:atjava.util.List<java.lang.Integer>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 voidsetupTimeOfMonthDeserializer(DelegatingDeserializer<TimeOfMonth.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 forTimeOfMonth
-
-
Constructor Details
-
TimeOfMonth
-
TimeOfMonth
-
-
Method Details
-
at
public java.util.List<java.lang.String> at()Required - API name:at -
on
public java.util.List<java.lang.Integer> on()Required - API name:on -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTimeOfMonthDeserializer
-