Class StartJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.rollup.StartJobResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StartJobResponse>Json deserializer forStartJobResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic StartJobResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal booleanstarted()Required - API name:startedtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forStartJobResponse
-
-
Method Details
-
of
public static StartJobResponse of(Function<StartJobResponse.Builder, ObjectBuilder<StartJobResponse>> fn) -
started
public final boolean started()Required - API name:started -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStartJobResponseDeserializer
protected static void setupStartJobResponseDeserializer(ObjectDeserializer<StartJobResponse.Builder> op)
-