public static final class ChromeOsDevice.RecentUsers extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RecentUsers() |
Modifier and Type | Method and Description |
---|---|
ChromeOsDevice.RecentUsers |
clone() |
String |
getEmail()
The user's email address.
|
String |
getType()
The type of the user.
|
ChromeOsDevice.RecentUsers |
set(String fieldName,
Object value) |
ChromeOsDevice.RecentUsers |
setEmail(String email)
The user's email address.
|
ChromeOsDevice.RecentUsers |
setType(String type)
The type of the user.
|
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 String getEmail()
null
for nonepublic ChromeOsDevice.RecentUsers setEmail(String email)
email
- email or null
for nonepublic String getType()
null
for nonepublic ChromeOsDevice.RecentUsers setType(String type)
type
- type or null
for nonepublic ChromeOsDevice.RecentUsers set(String fieldName, Object value)
set
in class GenericJson
public ChromeOsDevice.RecentUsers clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.