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

      @Nullable public final java.lang.String available()
      API name: available
    • availableInBytes

      @Nullable public final java.lang.Long availableInBytes()
      API name: available_in_bytes
    • free

      @Nullable public final java.lang.String free()
      API name: free
    • freeInBytes

      @Nullable public final java.lang.Long freeInBytes()
      API name: free_in_bytes
    • total

      @Nullable public final java.lang.String total()
      API name: total
    • totalInBytes

      @Nullable public final java.lang.Long totalInBytes()
      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)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • setupFileSystemTotalDeserializer

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