Class DeleteCalendarJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.DeleteCalendarJobResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DeleteCalendarJobResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteCalendarJobResponse.BuilderBuilder forDeleteCalendarJobResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DeleteCalendarJobResponse>_DESERIALIZERJson deserializer forDeleteCalendarJobResponse -
Method Summary
Modifier and Type Method Description java.lang.StringcalendarId()Required - A string that uniquely identifies a calendar.java.lang.Stringdescription()A description of the calendar.java.util.List<java.lang.String>jobIds()Required - A list of anomaly detection job identifiers or group names.static DeleteCalendarJobResponseof(java.util.function.Function<DeleteCalendarJobResponse.Builder,ObjectBuilder<DeleteCalendarJobResponse>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDeleteCalendarJobResponseDeserializer(ObjectDeserializer<DeleteCalendarJobResponse.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDeleteCalendarJobResponse
-
-
Method Details
-
of
public static DeleteCalendarJobResponse of(java.util.function.Function<DeleteCalendarJobResponse.Builder,ObjectBuilder<DeleteCalendarJobResponse>> 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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupDeleteCalendarJobResponseDeserializer
protected static void setupDeleteCalendarJobResponseDeserializer(ObjectDeserializer<DeleteCalendarJobResponse.Builder> op)
-