public static final class ChromeOsDevice.DiskVolumeReports extends GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
ChromeOsDevice.DiskVolumeReports.VolumeInfo
Model definition for ChromeOsDeviceDiskVolumeReportsVolumeInfo.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DiskVolumeReports() |
Modifier and Type | Method and Description |
---|---|
ChromeOsDevice.DiskVolumeReports |
clone() |
List<ChromeOsDevice.DiskVolumeReports.VolumeInfo> |
getVolumeInfo()
Disk volumes
|
ChromeOsDevice.DiskVolumeReports |
set(String fieldName,
Object value) |
ChromeOsDevice.DiskVolumeReports |
setVolumeInfo(List<ChromeOsDevice.DiskVolumeReports.VolumeInfo> volumeInfo)
Disk volumes
|
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 List<ChromeOsDevice.DiskVolumeReports.VolumeInfo> getVolumeInfo()
null
for nonepublic ChromeOsDevice.DiskVolumeReports setVolumeInfo(List<ChromeOsDevice.DiskVolumeReports.VolumeInfo> volumeInfo)
volumeInfo
- volumeInfo or null
for nonepublic ChromeOsDevice.DiskVolumeReports set(String fieldName, Object value)
set
in class GenericJson
public ChromeOsDevice.DiskVolumeReports clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.