public final class Webproperty 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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders() is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
| Modifier and Type | Class and Description |
|---|---|
static class |
Webproperty.ChildLink
Child link for this web property.
|
static class |
Webproperty.ParentLink
Parent link for this web property.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Webproperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Account ID to which this web property belongs.
|
Webproperty.ChildLink |
getChildLink()
Child link for this web property.
|
DateTime |
getCreated()
Time this web property was created.
|
String |
getId()
Web property ID of the form UA-XXXXX-YY.
|
String |
getIndustryVertical()
The industry vertical/category selected for this web property.
|
String |
getInternalWebPropertyId()
Internal ID for this web property.
|
String |
getKind()
Resource type for Analytics WebProperty.
|
String |
getLevel()
Level for this web property.
|
String |
getName()
Name of this web property.
|
Webproperty.ParentLink |
getParentLink()
Parent link for this web property.
|
Integer |
getProfileCount()
Profile count for this web property.
|
String |
getSelfLink()
Link for this web property.
|
DateTime |
getUpdated()
Time this web property was last modified.
|
String |
getWebsiteUrl()
Website url for this web property.
|
Webproperty |
setAccountId(String accountId)
Account ID to which this web property belongs.
|
Webproperty |
setChildLink(Webproperty.ChildLink childLink)
Child link for this web property.
|
Webproperty |
setCreated(DateTime created)
Time this web property was created.
|
Webproperty |
setId(String id)
Web property ID of the form UA-XXXXX-YY.
|
Webproperty |
setIndustryVertical(String industryVertical)
The industry vertical/category selected for this web property.
|
Webproperty |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for this web property.
|
Webproperty |
setKind(String kind)
Resource type for Analytics WebProperty.
|
Webproperty |
setLevel(String level)
Level for this web property.
|
Webproperty |
setName(String name)
Name of this web property.
|
Webproperty |
setParentLink(Webproperty.ParentLink parentLink)
Parent link for this web property.
|
Webproperty |
setProfileCount(Integer profileCount)
Profile count for this web property.
|
Webproperty |
setSelfLink(String selfLink)
Link for this web property.
|
Webproperty |
setUpdated(DateTime updated)
Time this web property was last modified.
|
Webproperty |
setWebsiteUrl(String websiteUrl)
Website url for this web property.
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAccountId()
null.public Webproperty setAccountId(String accountId)
null.public Webproperty.ChildLink getChildLink()
null.public Webproperty setChildLink(Webproperty.ChildLink childLink)
null.public DateTime getCreated()
null.public Webproperty setCreated(DateTime created)
null.public String getId()
null.public Webproperty setId(String id)
null.public String getIndustryVertical()
null.public Webproperty setIndustryVertical(String industryVertical)
null.public String getInternalWebPropertyId()
null.public Webproperty setInternalWebPropertyId(String internalWebPropertyId)
null.public String getKind()
null.public Webproperty setKind(String kind)
null.public String getLevel()
null.public Webproperty setLevel(String level)
null.public String getName()
null.public Webproperty setName(String name)
null.public Webproperty.ParentLink getParentLink()
null.public Webproperty setParentLink(Webproperty.ParentLink parentLink)
null.public Integer getProfileCount()
null.public Webproperty setProfileCount(Integer profileCount)
null.public String getSelfLink()
null.public Webproperty setSelfLink(String selfLink)
null.public DateTime getUpdated()
null.public Webproperty setUpdated(DateTime updated)
null.public String getWebsiteUrl()
null.public Webproperty setWebsiteUrl(String websiteUrl)
null.