public static final class ChromeOsDevice.DiskVolumeReports
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
ChromeOsDevice.DiskVolumeReports.VolumeInfo
Model definition for ChromeOsDeviceDiskVolumeReportsVolumeInfo.
|
com.google.api.client.util.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 com.google.api.client.json.GenericJson
public ChromeOsDevice.DiskVolumeReports clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.