Class FileSystemTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystemTotal
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FileSystemTotal extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileSystemTotal.BuilderBuilder forFileSystemTotal. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FileSystemTotal>_DESERIALIZERJson deserializer forFileSystemTotal -
Method Summary
Modifier and Type Method Description java.lang.Stringavailable()Required - API name:availablelongavailableInBytes()Required - API name:available_in_bytesjava.lang.Stringfree()Required - API name:freelongfreeInBytes()Required - API name:free_in_bytesstatic FileSystemTotalof(java.util.function.Function<FileSystemTotal.Builder,ObjectBuilder<FileSystemTotal>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFileSystemTotalDeserializer(ObjectDeserializer<FileSystemTotal.Builder> op)java.lang.Stringtotal()Required - API name:totallongtotalInBytes()Required - API name:total_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFileSystemTotal
-
-
Method Details
-
of
public static FileSystemTotal of(java.util.function.Function<FileSystemTotal.Builder,ObjectBuilder<FileSystemTotal>> fn) -
available
public final java.lang.String available()Required - API name:available -
availableInBytes
public final long availableInBytes()Required - API name:available_in_bytes -
free
public final java.lang.String free()Required - API name:free -
freeInBytes
public final long freeInBytes()Required - API name:free_in_bytes -
total
public final java.lang.String total()Required - API name:total -
totalInBytes
public final long totalInBytes()Required - API name:total_in_bytes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFileSystemTotalDeserializer
protected static void setupFileSystemTotalDeserializer(ObjectDeserializer<FileSystemTotal.Builder> op)
-