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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.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.
|
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 |
setType(String type)
View (Profile) type.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 String getType()
null
for nonepublic ProfileSummary setType(String type)
type
- type or null
for nonepublic ProfileSummary set(String fieldName, Object value)
set
in class GenericJson
public ProfileSummary clone()
clone
in class GenericJson