Class Monitoring
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Monitoring
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Monitoring extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMonitoring.BuilderBuilder forMonitoring.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Monitoring>_DESERIALIZERJson deserializer forMonitoring -
Method Summary
Modifier and Type Method Description booleancollectionEnabled()Required - API name:collection_enabledjava.util.Map<java.lang.String,java.lang.Long>enabledExporters()Required - API name:enabled_exportersstatic Monitoringof(java.util.function.Function<Monitoring.Builder,ObjectBuilder<Monitoring>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMonitoringDeserializer(ObjectDeserializer<Monitoring.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forMonitoring
-
-
Method Details
-
of
public static Monitoring of(java.util.function.Function<Monitoring.Builder,ObjectBuilder<Monitoring>> fn) -
collectionEnabled
public final boolean collectionEnabled()Required - API name:collection_enabled -
enabledExporters
public final java.util.Map<java.lang.String,java.lang.Long> enabledExporters()Required - API name:enabled_exporters -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupMonitoringDeserializer
-