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 final class Slm extends Base
-
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 -
Constructor Summary
Constructors Constructor Description Slm(Slm.Builder builder)Slm(java.util.function.Function<Slm.Builder,Slm.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.IntegerpolicyCount()API name:policy_countStatisticspolicyStats()API name:policy_statsprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSlmDeserializer(DelegatingDeserializer<Slm.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, 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
-
-
Constructor Details
-
Slm
-
Slm
-
-
Method Details
-
policyCount
@Nullable public java.lang.Integer policyCount()API name:policy_count -
policyStats
API name:policy_stats -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupSlmDeserializer
-