| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
WebPropertySummary |
WebPropertySummary.clone() |
WebPropertySummary |
WebPropertySummary.set(String fieldName,
Object value) |
WebPropertySummary |
WebPropertySummary.setId(String id)
Web property ID of the form UA-XXXXX-YY.
|
WebPropertySummary |
WebPropertySummary.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for this web property.
|
WebPropertySummary |
WebPropertySummary.setKind(String kind)
Resource type for Analytics WebPropertySummary.
|
WebPropertySummary |
WebPropertySummary.setLevel(String level)
Level for this web property.
|
WebPropertySummary |
WebPropertySummary.setName(String name)
Web property name.
|
WebPropertySummary |
WebPropertySummary.setProfiles(List<ProfileSummary> profiles)
List of profiles under this web property.
|
WebPropertySummary |
WebPropertySummary.setStarred(Boolean starred)
Indicates whether this web property is starred or not.
|
WebPropertySummary |
WebPropertySummary.setWebsiteUrl(String websiteUrl)
Website url for this web property.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebPropertySummary> |
AccountSummary.getWebProperties()
List of web properties under this account.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
AccountSummary.setWebProperties(List<WebPropertySummary> webProperties)
List of web properties under this account.
|
Copyright © 2011–2022 Google. All rights reserved.