public static final class ChromeOsDevice.DeviceFiles extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DeviceFiles() |
| Modifier and Type | Method and Description |
|---|---|
ChromeOsDevice.DeviceFiles |
clone() |
DateTime |
getCreateTime()
Date and time the file was created
|
String |
getDownloadUrl()
File download URL
|
String |
getName()
File name
|
String |
getType()
File type
|
ChromeOsDevice.DeviceFiles |
set(String fieldName,
Object value) |
ChromeOsDevice.DeviceFiles |
setCreateTime(DateTime createTime)
Date and time the file was created
|
ChromeOsDevice.DeviceFiles |
setDownloadUrl(String downloadUrl)
File download URL
|
ChromeOsDevice.DeviceFiles |
setName(String name)
File name
|
ChromeOsDevice.DeviceFiles |
setType(String type)
File type
|
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 DateTime getCreateTime()
null for nonepublic ChromeOsDevice.DeviceFiles setCreateTime(DateTime createTime)
createTime - createTime or null for nonepublic String getDownloadUrl()
null for nonepublic ChromeOsDevice.DeviceFiles setDownloadUrl(String downloadUrl)
downloadUrl - downloadUrl or null for nonepublic String getName()
null for nonepublic ChromeOsDevice.DeviceFiles setName(String name)
name - name or null for nonepublic String getType()
null for nonepublic ChromeOsDevice.DeviceFiles setType(String type)
type - type or null for nonepublic ChromeOsDevice.DeviceFiles set(String fieldName, Object value)
set in class GenericJsonpublic ChromeOsDevice.DeviceFiles clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.