Class PutCalendarJobResponse

java.lang.Object
co.elastic.clients.elasticsearch.ml.PutCalendarJobResponse
All Implemented Interfaces:
JsonpSerializable

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

  • Method Details

    • of

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

      public final java.lang.String calendarId()
      Required - A string that uniquely identifies a calendar.

      API name: calendar_id

    • description

      @Nullable public final java.lang.String description()
      A description of the calendar.

      API name: description

    • jobIds

      public final java.util.List<java.lang.String> jobIds()
      Required - A list of anomaly detection job identifiers or group names.

      API name: job_ids

    • 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
    • setupPutCalendarJobResponseDeserializer

      protected static void setupPutCalendarJobResponseDeserializer​(ObjectDeserializer<PutCalendarJobResponse.Builder> op)