public final class GoogleAnalyticsAdminV1betaPropertySummary
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 Analytics Admin 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 |
|---|
GoogleAnalyticsAdminV1betaPropertySummary() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdminV1betaPropertySummary |
clone() |
String |
getDisplayName()
Display name for the property referred to in this property summary.
|
String |
getParent()
Resource name of this property's logical parent.
|
String |
getProperty()
Resource name of property referred to by this property summary Format: properties/{property_id}
Example: "properties/1000"
|
String |
getPropertyType()
The property's property type.
|
GoogleAnalyticsAdminV1betaPropertySummary |
set(String fieldName,
Object value) |
GoogleAnalyticsAdminV1betaPropertySummary |
setDisplayName(String displayName)
Display name for the property referred to in this property summary.
|
GoogleAnalyticsAdminV1betaPropertySummary |
setParent(String parent)
Resource name of this property's logical parent.
|
GoogleAnalyticsAdminV1betaPropertySummary |
setProperty(String property)
Resource name of property referred to by this property summary Format: properties/{property_id}
Example: "properties/1000"
|
GoogleAnalyticsAdminV1betaPropertySummary |
setPropertyType(String propertyType)
The property's property type.
|
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 GoogleAnalyticsAdminV1betaPropertySummary()
public String getDisplayName()
null for nonepublic GoogleAnalyticsAdminV1betaPropertySummary setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getParent()
null for nonepublic GoogleAnalyticsAdminV1betaPropertySummary setParent(String parent)
parent - parent or null for nonepublic String getProperty()
null for nonepublic GoogleAnalyticsAdminV1betaPropertySummary setProperty(String property)
property - property or null for nonepublic String getPropertyType()
null for nonepublic GoogleAnalyticsAdminV1betaPropertySummary setPropertyType(String propertyType)
propertyType - propertyType or null for nonepublic GoogleAnalyticsAdminV1betaPropertySummary set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAnalyticsAdminV1betaPropertySummary clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.