Class FileSystemTotal.Builder
java.lang.Object
co.elastic.clients.elasticsearch.nodes.FileSystemTotal.Builder
- All Implemented Interfaces:
ObjectBuilder<FileSystemTotal>
- Enclosing class:
- FileSystemTotal
public static class FileSystemTotal.Builder extends java.lang.Object implements ObjectBuilder<FileSystemTotal>
Builder for
FileSystemTotal.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FileSystemTotal.Builderavailable(java.lang.String value)API name:availableFileSystemTotal.BuilderavailableInBytes(long value)API name:available_in_bytesFileSystemTotalbuild()Builds aFileSystemTotal.FileSystemTotal.Builderfree(java.lang.String value)API name:freeFileSystemTotal.BuilderfreeInBytes(long value)API name:free_in_bytesFileSystemTotal.Buildertotal(java.lang.String value)API name:totalFileSystemTotal.BuildertotalInBytes(long value)API name:total_in_bytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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 -
build
Builds aFileSystemTotal.- Specified by:
buildin interfaceObjectBuilder<FileSystemTotal>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-