Class RollupJobStatus
java.lang.Object
co.elastic.clients.elasticsearch.rollup.get_jobs.RollupJobStatus
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RollupJobStatus>Json deserializer forRollupJobStatus -
Method Summary
Modifier and TypeMethodDescriptionAPI name:current_positionfinal IndexingJobStatejobState()Required - API name:job_statestatic RollupJobStatusvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final BooleanAPI name:upgraded_doc_id
-
Field Details
-
_DESERIALIZER
Json deserializer forRollupJobStatus
-
-
Method Details
-
of
public static RollupJobStatus of(Function<RollupJobStatus.Builder, ObjectBuilder<RollupJobStatus>> fn) -
currentPosition
API name:current_position -
jobState
Required - API name:job_state -
upgradedDocId
API name:upgraded_doc_id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRollupJobStatusDeserializer
protected static void setupRollupJobStatusDeserializer(ObjectDeserializer<RollupJobStatus.Builder> op)
-