public final class GoogleAppsCloudidentityDevicesV1ClientState
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 Cloud Identity 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 |
|---|
GoogleAppsCloudidentityDevicesV1ClientState() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCloudidentityDevicesV1ClientState |
clone() |
List<String> |
getAssetTags()
The caller can specify asset tags for this resource
|
String |
getComplianceState()
The compliance state of the resource as specified by the API client.
|
String |
getCreateTime()
Output only.
|
String |
getCustomId()
This field may be used to store a unique identifier for the API resource within which these
CustomAttributes are a field.
|
String |
getEtag()
The token that needs to be passed back for concurrency control in updates.
|
String |
getHealthScore()
The Health score of the resource.
|
Map<String,GoogleAppsCloudidentityDevicesV1CustomAttributeValue> |
getKeyValuePairs()
The map of key-value attributes stored by callers specific to a device.
|
String |
getLastUpdateTime()
Output only.
|
String |
getManaged()
The management state of the resource as specified by the API client.
|
String |
getName()
Output only.
|
String |
getOwnerType()
Output only.
|
String |
getScoreReason()
A descriptive cause of the health score.
|
GoogleAppsCloudidentityDevicesV1ClientState |
set(String fieldName,
Object value) |
GoogleAppsCloudidentityDevicesV1ClientState |
setAssetTags(List<String> assetTags)
The caller can specify asset tags for this resource
|
GoogleAppsCloudidentityDevicesV1ClientState |
setComplianceState(String complianceState)
The compliance state of the resource as specified by the API client.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setCreateTime(String createTime)
Output only.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setCustomId(String customId)
This field may be used to store a unique identifier for the API resource within which these
CustomAttributes are a field.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setEtag(String etag)
The token that needs to be passed back for concurrency control in updates.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setHealthScore(String healthScore)
The Health score of the resource.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setKeyValuePairs(Map<String,GoogleAppsCloudidentityDevicesV1CustomAttributeValue> keyValuePairs)
The map of key-value attributes stored by callers specific to a device.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setLastUpdateTime(String lastUpdateTime)
Output only.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setManaged(String managed)
The management state of the resource as specified by the API client.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setName(String name)
Output only.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setOwnerType(String ownerType)
Output only.
|
GoogleAppsCloudidentityDevicesV1ClientState |
setScoreReason(String scoreReason)
A descriptive cause of the health score.
|
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 GoogleAppsCloudidentityDevicesV1ClientState()
public List<String> getAssetTags()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setAssetTags(List<String> assetTags)
assetTags - assetTags or null for nonepublic String getComplianceState()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setComplianceState(String complianceState)
complianceState - complianceState or null for nonepublic String getCreateTime()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getCustomId()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setCustomId(String customId)
customId - customId or null for nonepublic String getEtag()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setEtag(String etag)
etag - etag or null for nonepublic String getHealthScore()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setHealthScore(String healthScore)
healthScore - healthScore or null for nonepublic Map<String,GoogleAppsCloudidentityDevicesV1CustomAttributeValue> getKeyValuePairs()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setKeyValuePairs(Map<String,GoogleAppsCloudidentityDevicesV1CustomAttributeValue> keyValuePairs)
keyValuePairs - keyValuePairs or null for nonepublic String getLastUpdateTime()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setLastUpdateTime(String lastUpdateTime)
lastUpdateTime - lastUpdateTime or null for nonepublic String getManaged()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setManaged(String managed)
managed - managed or null for nonepublic String getName()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setName(String name)
name - name or null for nonepublic String getOwnerType()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setOwnerType(String ownerType)
ownerType - ownerType or null for nonepublic String getScoreReason()
null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState setScoreReason(String scoreReason)
scoreReason - scoreReason or null for nonepublic GoogleAppsCloudidentityDevicesV1ClientState set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCloudidentityDevicesV1ClientState clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.