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
  • Field Details

  • 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

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupFileSystemTotalDeserializer

      protected static void setupFileSystemTotalDeserializer​(ObjectDeserializer<FileSystemTotal.Builder> op)