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