public static final class ChromeOsDevice.DeviceFiles extends GenericJson
GenericData.Flags
AbstractMap.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, 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 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 GenericJson
public ChromeOsDevice.DeviceFiles clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.