public final class GoogleAppsCloudidentityDevicesV1DeviceUser
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 |
|---|
GoogleAppsCloudidentityDevicesV1DeviceUser() |
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 GoogleAppsCloudidentityDevicesV1DeviceUser()
public String getCompromisedState()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setCompromisedState(String compromisedState)
compromisedState - compromisedState or null for nonepublic String getCreateTime()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getFirstSyncTime()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setFirstSyncTime(String firstSyncTime)
firstSyncTime - firstSyncTime or null for nonepublic String getLanguageCode()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setLanguageCode(String languageCode)
languageCode - languageCode or null for nonepublic String getLastSyncTime()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setLastSyncTime(String lastSyncTime)
lastSyncTime - lastSyncTime or null for nonepublic String getManagementState()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setManagementState(String managementState)
managementState - managementState or null for nonepublic String getName()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setName(String name)
name - name or null for nonepublic String getPasswordState()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setPasswordState(String passwordState)
passwordState - passwordState or null for nonepublic String getUserAgent()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setUserAgent(String userAgent)
userAgent - userAgent or null for nonepublic String getUserEmail()
null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser setUserEmail(String userEmail)
userEmail - userEmail or null for nonepublic GoogleAppsCloudidentityDevicesV1DeviceUser set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCloudidentityDevicesV1DeviceUser clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.