Class RollupJobSummaryField
java.lang.Object
co.elastic.clients.elasticsearch.rollup.get_rollup_index_caps.RollupJobSummaryField
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RollupJobSummaryField>Json deserializer forRollupJobSummaryField -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringagg()Required - API name:aggfinal TimeAPI name:calendar_intervalstatic RollupJobSummaryFieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringtimeZone()API name:time_zonetoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRollupJobSummaryField
-
-
Method Details
-
of
public static RollupJobSummaryField of(Function<RollupJobSummaryField.Builder, ObjectBuilder<RollupJobSummaryField>> fn) -
agg
Required - API name:agg -
timeZone
API name:time_zone -
calendarInterval
API name:calendar_interval -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRollupJobSummaryFieldDeserializer
protected static void setupRollupJobSummaryFieldDeserializer(ObjectDeserializer<RollupJobSummaryField.Builder> op)
-