Class Ilm
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Ilm
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Ilm extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIlm.BuilderBuilder forIlm. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Ilm>_DESERIALIZERJson deserializer forIlm -
Constructor Summary
Constructors Constructor Description Ilm(Ilm.Builder builder)Ilm(java.util.function.Function<Ilm.Builder,Ilm.Builder> fn) -
Method Summary
Modifier and Type Method Description intpolicyCount()Required - API name:policy_countjava.util.List<IlmPolicyStatistics>policyStats()Required - API name:policy_statsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIlmDeserializer(DelegatingDeserializer<Ilm.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIlm
-
-
Constructor Details
-
Ilm
-
Ilm
-
-
Method Details
-
policyCount
public int policyCount()Required - API name:policy_count -
policyStats
Required - API name:policy_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIlmDeserializer
-