public final class GoogleHomeEnterpriseSdmV1Device
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Smart Device Management API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleHomeEnterpriseSdmV1Device() |
| Modifier and Type | Method and Description |
|---|---|
GoogleHomeEnterpriseSdmV1Device |
clone() |
String |
getName()
Required.
|
List<GoogleHomeEnterpriseSdmV1ParentRelation> |
getParentRelations()
Assignee details of the device.
|
Map<String,Object> |
getTraits()
Output only.
|
String |
getType()
Output only.
|
GoogleHomeEnterpriseSdmV1Device |
set(String fieldName,
Object value) |
GoogleHomeEnterpriseSdmV1Device |
setName(String name)
Required.
|
GoogleHomeEnterpriseSdmV1Device |
setParentRelations(List<GoogleHomeEnterpriseSdmV1ParentRelation> parentRelations)
Assignee details of the device.
|
GoogleHomeEnterpriseSdmV1Device |
setTraits(Map<String,Object> traits)
Output only.
|
GoogleHomeEnterpriseSdmV1Device |
setType(String type)
Output only.
|
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 String getName()
null for nonepublic GoogleHomeEnterpriseSdmV1Device setName(String name)
name - name or null for nonepublic List<GoogleHomeEnterpriseSdmV1ParentRelation> getParentRelations()
null for nonepublic GoogleHomeEnterpriseSdmV1Device setParentRelations(List<GoogleHomeEnterpriseSdmV1ParentRelation> parentRelations)
parentRelations - parentRelations or null for nonepublic Map<String,Object> getTraits()
null for nonepublic GoogleHomeEnterpriseSdmV1Device setTraits(Map<String,Object> traits)
traits - traits or null for nonepublic String getType()
null for nonepublic GoogleHomeEnterpriseSdmV1Device setType(String type)
type - type or null for nonepublic GoogleHomeEnterpriseSdmV1Device set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleHomeEnterpriseSdmV1Device clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.