Class Slm
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Slm
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Slm extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSlm.BuilderBuilder forSlm.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<Slm>_DESERIALIZERJson deserializer forSlm -
Method Summary
Modifier and Type Method Description static Slmof(java.util.function.Function<Slm.Builder,ObjectBuilder<Slm>> fn)java.lang.IntegerpolicyCount()API name:policy_countStatisticspolicyStats()API name:policy_statsprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSlmDeserializer(ObjectDeserializer<Slm.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSlm
-
-
Method Details
-
of
-
policyCount
@Nullable public final java.lang.Integer policyCount()API name:policy_count -
policyStats
API name:policy_stats -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupSlmDeserializer
-