public static final class ChromeOsDevice.DiskVolumeReports.VolumeInfo extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VolumeInfo() |
| Modifier and Type | Method and Description |
|---|---|
ChromeOsDevice.DiskVolumeReports.VolumeInfo |
clone() |
Long |
getStorageFree()
Free disk space [in bytes]
|
Long |
getStorageTotal()
Total disk space [in bytes]
|
String |
getVolumeId()
Volume id
|
ChromeOsDevice.DiskVolumeReports.VolumeInfo |
set(String fieldName,
Object value) |
ChromeOsDevice.DiskVolumeReports.VolumeInfo |
setStorageFree(Long storageFree)
Free disk space [in bytes]
|
ChromeOsDevice.DiskVolumeReports.VolumeInfo |
setStorageTotal(Long storageTotal)
Total disk space [in bytes]
|
ChromeOsDevice.DiskVolumeReports.VolumeInfo |
setVolumeId(String volumeId)
Volume id
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getStorageFree()
null for nonepublic ChromeOsDevice.DiskVolumeReports.VolumeInfo setStorageFree(Long storageFree)
storageFree - storageFree or null for nonepublic Long getStorageTotal()
null for nonepublic ChromeOsDevice.DiskVolumeReports.VolumeInfo setStorageTotal(Long storageTotal)
storageTotal - storageTotal or null for nonepublic String getVolumeId()
null for nonepublic ChromeOsDevice.DiskVolumeReports.VolumeInfo setVolumeId(String volumeId)
volumeId - volumeId or null for nonepublic ChromeOsDevice.DiskVolumeReports.VolumeInfo set(String fieldName, Object value)
set in class GenericJsonpublic ChromeOsDevice.DiskVolumeReports.VolumeInfo clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.