public static final class ChromeOsDevice.DiskVolumeReports.VolumeInfo extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public ChromeOsDevice.DiskVolumeReports.VolumeInfo clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.