| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Webproperty |
Webproperty.clone() |
Webproperty |
Webproperty.set(String fieldName,
Object value) |
Webproperty |
Webproperty.setAccountId(String accountId)
Account ID to which this web property belongs.
|
Webproperty |
Webproperty.setChildLink(Webproperty.ChildLink childLink)
Child link for this web property.
|
Webproperty |
Webproperty.setCreated(DateTime created)
Time this web property was created.
|
Webproperty |
Webproperty.setId(String id)
Web property ID of the form UA-XXXXX-YY.
|
Webproperty |
Webproperty.setIndustryVertical(String industryVertical)
The industry vertical/category selected for this web property.
|
Webproperty |
Webproperty.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for this web property.
|
Webproperty |
Webproperty.setKind(String kind)
Resource type for Analytics WebProperty.
|
Webproperty |
Webproperty.setLevel(String level)
Level for this web property.
|
Webproperty |
Webproperty.setName(String name)
Name of this web property.
|
Webproperty |
Webproperty.setParentLink(Webproperty.ParentLink parentLink)
Parent link for this web property.
|
Webproperty |
Webproperty.setProfileCount(Integer profileCount)
View (Profile) count for this web property.
|
Webproperty |
Webproperty.setSelfLink(String selfLink)
Link for this web property.
|
Webproperty |
Webproperty.setUpdated(DateTime updated)
Time this web property was last modified.
|
Webproperty |
Webproperty.setWebsiteUrl(String websiteUrl)
Website url for this web property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Webproperty> |
Webproperties.getItems()
A list of web properties.
|
| Modifier and Type | Method and Description |
|---|---|
Webproperties |
Webproperties.setItems(List<Webproperty> items)
A list of web properties.
|