public final class ManagedConfigurationsSettings
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 Google Play EMM 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 |
|---|
ManagedConfigurationsSettings() |
| Modifier and Type | Method and Description |
|---|---|
ManagedConfigurationsSettings |
clone() |
String |
getKind()
Identifies what kind of resource this is.
|
Long |
getLastUpdatedTimestampMillis()
The last updated time of the managed configuration settings in milliseconds since
1970-01-01T00:00:00Z.
|
List<ManagedProperty> |
getManagedProperty()
The set of managed properties for this configuration.
|
String |
getMcmId()
The ID of the managed configurations settings.
|
String |
getName()
The name of the managed configurations settings.
|
ManagedConfigurationsSettings |
set(String fieldName,
Object value) |
ManagedConfigurationsSettings |
setKind(String kind)
Identifies what kind of resource this is.
|
ManagedConfigurationsSettings |
setLastUpdatedTimestampMillis(Long lastUpdatedTimestampMillis)
The last updated time of the managed configuration settings in milliseconds since
1970-01-01T00:00:00Z.
|
ManagedConfigurationsSettings |
setManagedProperty(List<ManagedProperty> managedProperty)
The set of managed properties for this configuration.
|
ManagedConfigurationsSettings |
setMcmId(String mcmId)
The ID of the managed configurations settings.
|
ManagedConfigurationsSettings |
setName(String name)
The name of the managed configurations settings.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getKind()
null for nonepublic ManagedConfigurationsSettings setKind(String kind)
kind - kind or null for nonepublic Long getLastUpdatedTimestampMillis()
null for nonepublic ManagedConfigurationsSettings setLastUpdatedTimestampMillis(Long lastUpdatedTimestampMillis)
lastUpdatedTimestampMillis - lastUpdatedTimestampMillis or null for nonepublic List<ManagedProperty> getManagedProperty()
null for nonepublic ManagedConfigurationsSettings setManagedProperty(List<ManagedProperty> managedProperty)
managedProperty - managedProperty or null for nonepublic String getMcmId()
null for nonepublic ManagedConfigurationsSettings setMcmId(String mcmId)
mcmId - mcmId or null for nonepublic String getName()
null for nonepublic ManagedConfigurationsSettings setName(String name)
name - name or null for nonepublic ManagedConfigurationsSettings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ManagedConfigurationsSettings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.