Class FieldSizeUsage
java.lang.Object
co.elastic.clients.elasticsearch._types.FieldSizeUsage
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldSizeUsage>Json deserializer forFieldSizeUsage -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldSizeUsagevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringsize()API name:sizefinal longRequired - API name:size_in_bytestoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldSizeUsage
-
-
Method Details
-
of
-
size
API name:size -
sizeInBytes
public final long sizeInBytes()Required - API name:size_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldSizeUsageDeserializer
protected static void setupFieldSizeUsageDeserializer(ObjectDeserializer<FieldSizeUsage.Builder> op)
-