Class StartJobResponse
java.lang.Object
co.elastic.clients.elasticsearch.rollup.StartJobResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class StartJobResponse extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStartJobResponse.BuilderBuilder forStartJobResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StartJobResponse>_DESERIALIZERJson deserializer forStartJobResponse -
Method Summary
Modifier and Type Method Description static StartJobResponseof(java.util.function.Function<StartJobResponse.Builder,ObjectBuilder<StartJobResponse>> 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 voidsetupStartJobResponseDeserializer(ObjectDeserializer<StartJobResponse.Builder> op)booleanstarted()Required - API name:startedjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStartJobResponse
-
-
Method Details
-
of
public static StartJobResponse of(java.util.function.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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupStartJobResponseDeserializer
protected static void setupStartJobResponseDeserializer(ObjectDeserializer<StartJobResponse.Builder> op)
-