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.Flags
Constructor and Description |
---|
ManagedConfigurationsSettings() |
Modifier and Type | Method and Description |
---|---|
ManagedConfigurationsSettings |
clone() |
java.lang.String |
getKind() |
java.lang.Long |
getLastUpdatedTimestampMillis()
The last updated time of the managed configuration settings in milliseconds since
1970-01-01T00:00:00Z.
|
java.lang.String |
getMcmId()
The ID of the managed configurations settings.
|
java.lang.String |
getName()
The name of the managed configurations settings.
|
ManagedConfigurationsSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
ManagedConfigurationsSettings |
setKind(java.lang.String kind) |
ManagedConfigurationsSettings |
setLastUpdatedTimestampMillis(java.lang.Long lastUpdatedTimestampMillis)
The last updated time of the managed configuration settings in milliseconds since
1970-01-01T00:00:00Z.
|
ManagedConfigurationsSettings |
setMcmId(java.lang.String mcmId)
The ID of the managed configurations settings.
|
ManagedConfigurationsSettings |
setName(java.lang.String name)
The name of the managed configurations settings.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKind()
null
for nonepublic ManagedConfigurationsSettings setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.Long getLastUpdatedTimestampMillis()
null
for nonepublic ManagedConfigurationsSettings setLastUpdatedTimestampMillis(java.lang.Long lastUpdatedTimestampMillis)
lastUpdatedTimestampMillis
- lastUpdatedTimestampMillis or null
for nonepublic java.lang.String getMcmId()
null
for nonepublic ManagedConfigurationsSettings setMcmId(java.lang.String mcmId)
mcmId
- mcmId or null
for nonepublic java.lang.String getName()
null
for nonepublic ManagedConfigurationsSettings setName(java.lang.String name)
name
- name or null
for nonepublic ManagedConfigurationsSettings set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ManagedConfigurationsSettings clone()
clone
in class com.google.api.client.json.GenericJson