Class MlJobForecasts
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.MlJobForecasts
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MlJobForecasts>Json deserializer forMlJobForecasts -
Method Summary
Modifier and TypeMethodDescriptionfinal longRequired - API name:forecasted_jobsstatic MlJobForecastsvoidserialize(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 longtotal()Required - API name:total
-
Field Details
-
_DESERIALIZER
Json deserializer forMlJobForecasts
-
-
Method Details
-
of
-
total
public final long total()Required - API name:total -
forecastedJobs
public final long forecastedJobs()Required - API name:forecasted_jobs -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMlJobForecastsDeserializer
protected static void setupMlJobForecastsDeserializer(ObjectDeserializer<MlJobForecasts.Builder> op)
-