Class FieldTypes
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.FieldTypes
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FieldTypes extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldTypes.BuilderBuilder forFieldTypes. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FieldTypes>_DESERIALIZERJson deserializer forFieldTypes -
Constructor Summary
Constructors Constructor Description FieldTypes(FieldTypes.Builder builder)FieldTypes(java.util.function.Function<FieldTypes.Builder,FieldTypes.Builder> fn) -
Method Summary
Modifier and Type Method Description intcount()Required - API name:countintindexCount()Required - API name:index_countjava.lang.Stringname()Required - API name:namejava.lang.IntegerscriptCount()API name:script_countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFieldTypesDeserializer(DelegatingDeserializer<FieldTypes.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 forFieldTypes
-
-
Constructor Details
-
FieldTypes
-
FieldTypes
-
-
Method Details
-
name
public java.lang.String name()Required - API name:name -
count
public int count()Required - API name:count -
indexCount
public int indexCount()Required - API name:index_count -
scriptCount
@Nullable public java.lang.Integer scriptCount()API name:script_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFieldTypesDeserializer
-