Class FileSystemTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystemTotal
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FileSystemTotal>Json deserializer forFileSystemTotal -
Method Summary
Modifier and TypeMethodDescriptionfinal StringAPI name:availablefinal LongAPI name:available_in_bytesfinal Stringfree()API name:freefinal LongAPI name:free_in_bytesstatic FileSystemTotalvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtotal()API name:totalfinal LongAPI name:total_in_bytes
-
Field Details
-
_DESERIALIZER
Json deserializer forFileSystemTotal
-
-
Method Details
-
of
public static FileSystemTotal of(Function<FileSystemTotal.Builder, ObjectBuilder<FileSystemTotal>> fn) -
available
API name:available -
availableInBytes
API name:available_in_bytes -
free
API name:free -
freeInBytes
API name:free_in_bytes -
total
API name:total -
totalInBytes
API name:total_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFileSystemTotalDeserializer
protected static void setupFileSystemTotalDeserializer(ObjectDeserializer<FileSystemTotal.Builder> op)
-