Class UsageStatsIndex
java.lang.Object
co.elastic.clients.elasticsearch.indices.field_usage_stats.UsageStatsIndex
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UsageStatsIndex>Json deserializer forUsageStatsIndex -
Method Summary
Modifier and TypeMethodDescriptionstatic UsageStatsIndexvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal List<UsageStatsShards>shards()Required - API name:shardstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forUsageStatsIndex
-
-
Method Details
-
of
public static UsageStatsIndex of(Function<UsageStatsIndex.Builder, ObjectBuilder<UsageStatsIndex>> fn) -
shards
Required - API name:shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupUsageStatsIndexDeserializer
protected static void setupUsageStatsIndexDeserializer(ObjectDeserializer<UsageStatsIndex.Builder> op)
-