Class PutCalendarResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.PutCalendarResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class PutCalendarResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutCalendarResponse.BuilderBuilder forPutCalendarResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutCalendarResponse>_DESERIALIZERJson deserializer forPutCalendarResponse -
Constructor Summary
Constructors Constructor Description PutCalendarResponse(PutCalendarResponse.Builder builder)PutCalendarResponse(java.util.function.Function<PutCalendarResponse.Builder,PutCalendarResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringcalendarId()API name:calendar_idjava.lang.Stringdescription()API name:descriptionjava.util.List<java.lang.String>jobIds()API name:job_idsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPutCalendarResponseDeserializer(DelegatingDeserializer<PutCalendarResponse.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 forPutCalendarResponse
-
-
Constructor Details
-
PutCalendarResponse
-
PutCalendarResponse
public PutCalendarResponse(java.util.function.Function<PutCalendarResponse.Builder,PutCalendarResponse.Builder> fn)
-
-
Method Details
-
calendarId
public java.lang.String calendarId()API name:calendar_id -
description
public java.lang.String description()API name:description -
jobIds
public java.util.List<java.lang.String> jobIds()API name:job_ids -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPutCalendarResponseDeserializer
protected static void setupPutCalendarResponseDeserializer(DelegatingDeserializer<PutCalendarResponse.Builder> op)
-