public final class GoogleCloudApigeeV1AnalyticsConfig
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 Apigee 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 |
|---|
GoogleCloudApigeeV1AnalyticsConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1AnalyticsConfig |
clone() |
Boolean |
getEnabled()
Whether the Analytics add-on is enabled.
|
Long |
getExpireTimeMillis()
Output only.
|
String |
getState()
Output only.
|
String |
getUpdateTime()
Output only.
|
GoogleCloudApigeeV1AnalyticsConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1AnalyticsConfig |
setEnabled(Boolean enabled)
Whether the Analytics add-on is enabled.
|
GoogleCloudApigeeV1AnalyticsConfig |
setExpireTimeMillis(Long expireTimeMillis)
Output only.
|
GoogleCloudApigeeV1AnalyticsConfig |
setState(String state)
Output only.
|
GoogleCloudApigeeV1AnalyticsConfig |
setUpdateTime(String updateTime)
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 Boolean getEnabled()
null for nonepublic GoogleCloudApigeeV1AnalyticsConfig setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic Long getExpireTimeMillis()
null for nonepublic GoogleCloudApigeeV1AnalyticsConfig setExpireTimeMillis(Long expireTimeMillis)
expireTimeMillis - expireTimeMillis or null for nonepublic String getState()
null for nonepublic GoogleCloudApigeeV1AnalyticsConfig setState(String state)
state - state or null for nonepublic String getUpdateTime()
null for nonepublic GoogleCloudApigeeV1AnalyticsConfig setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic GoogleCloudApigeeV1AnalyticsConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1AnalyticsConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.