Class PutCalendarJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.PutCalendarJobResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PutCalendarJobResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutCalendarJobResponse>Json deserializer forPutCalendarJobResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - A string that uniquely identifies a calendar.final StringA description of the calendar.jobIds()Required - A list of anomaly detection job identifiers or group names.static PutCalendarJobResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPutCalendarJobResponse
-
-
Method Details
-
of
public static PutCalendarJobResponse of(Function<PutCalendarJobResponse.Builder, ObjectBuilder<PutCalendarJobResponse>> fn) -
calendarId
Required - A string that uniquely identifies a calendar.API name:
calendar_id -
description
A description of the calendar.API name:
description -
jobIds
Required - A list of anomaly detection job identifiers or group names.API name:
job_ids -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutCalendarJobResponseDeserializer
protected static void setupPutCalendarJobResponseDeserializer(ObjectDeserializer<PutCalendarJobResponse.Builder> op)
-