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 class
PutCalendarJobResponse.Builder
Builder forPutCalendarJobResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PutCalendarJobResponse>
_DESERIALIZER
Json 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.String
calendarId()
Required - API name:calendar_id
java.lang.String
description()
API name:description
java.util.List<java.lang.String>
jobIds()
Required - API name:job_ids
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupPutCalendarJobResponseDeserializer(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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupPutCalendarJobResponseDeserializer
protected static void setupPutCalendarJobResponseDeserializer(DelegatingDeserializer<PutCalendarJobResponse.Builder> op)
-