public final class ProfileSummary extends 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 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProfileSummary() |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
clone() |
String |
getId()
View (profile) ID.
|
String |
getKind()
Resource type for Analytics ProfileSummary.
|
String |
getName()
View (profile) name.
|
Boolean |
getStarred()
Indicates whether this view (profile) is starred or not.
|
String |
getType()
View (Profile) type.
|
ProfileSummary |
set(String fieldName,
Object value) |
ProfileSummary |
setId(String id)
View (profile) ID.
|
ProfileSummary |
setKind(String kind)
Resource type for Analytics ProfileSummary.
|
ProfileSummary |
setName(String name)
View (profile) name.
|
ProfileSummary |
setStarred(Boolean starred)
Indicates whether this view (profile) is starred or not.
|
ProfileSummary |
setType(String type)
View (Profile) 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 String getId()
null for nonepublic ProfileSummary setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic ProfileSummary setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic ProfileSummary setName(String name)
name - name or null for nonepublic Boolean getStarred()
null for nonepublic ProfileSummary setStarred(Boolean starred)
starred - starred or null for nonepublic String getType()
null for nonepublic ProfileSummary setType(String type)
type - type or null for nonepublic ProfileSummary set(String fieldName, Object value)
set in class GenericJsonpublic ProfileSummary clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.