Class TimeOfMonth

java.lang.Object
co.elastic.clients.elasticsearch.watcher.TimeOfMonth
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class TimeOfMonth
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static TimeOfMonth of​(java.util.function.Function<TimeOfMonth.Builder,​ObjectBuilder<TimeOfMonth>> fn)
    • at

      public final java.util.List<java.lang.String> at()
      Required - API name: at
    • on

      public final java.util.List<java.lang.Integer> on()
      Required - API name: on
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupTimeOfMonthDeserializer

      protected static void setupTimeOfMonthDeserializer​(ObjectDeserializer<TimeOfMonth.Builder> op)