public final class ProfileSummary
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 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 |
|---|
ProfileSummary() |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
clone() |
java.lang.String |
getId()
View (profile) ID.
|
java.lang.String |
getKind()
Resource type for Analytics ProfileSummary.
|
java.lang.String |
getName()
View (profile) name.
|
java.lang.Boolean |
getStarred()
Indicates whether this view (profile) is starred or not.
|
java.lang.String |
getType()
View (Profile) type.
|
ProfileSummary |
set(java.lang.String fieldName,
java.lang.Object value) |
ProfileSummary |
setId(java.lang.String id)
View (profile) ID.
|
ProfileSummary |
setKind(java.lang.String kind)
Resource type for Analytics ProfileSummary.
|
ProfileSummary |
setName(java.lang.String name)
View (profile) name.
|
ProfileSummary |
setStarred(java.lang.Boolean starred)
Indicates whether this view (profile) is starred or not.
|
ProfileSummary |
setType(java.lang.String type)
View (Profile) type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic ProfileSummary setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic ProfileSummary setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic ProfileSummary setName(java.lang.String name)
name - name or null for nonepublic java.lang.Boolean getStarred()
null for nonepublic ProfileSummary setStarred(java.lang.Boolean starred)
starred - starred or null for nonepublic java.lang.String getType()
null for nonepublic ProfileSummary setType(java.lang.String type)
type - type or null for nonepublic ProfileSummary set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProfileSummary clone()
clone in class com.google.api.client.json.GenericJson