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