public final class Webproperties 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()
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Webproperties() |
| Modifier and Type | Method and Description |
|---|---|
List<Webproperty> |
getItems()
A list of web properties.
|
Integer |
getItemsPerPage()
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
String |
getKind()
Collection type.
|
String |
getNextLink()
Link to next page for this web property collection.
|
String |
getPreviousLink()
Link to previous page for this web property collection.
|
Integer |
getStartIndex()
The starting index of the resources, which is 1 by default or otherwise specified by the start-
index query parameter.
|
Integer |
getTotalResults()
The total number of results for the query, regardless of the number of results in the response.
|
String |
getUsername()
Email ID of the authenticated user
The value returned may be
null. |
Webproperties |
setItems(List<Webproperty> items)
A list of web properties.
|
Webproperties |
setItemsPerPage(Integer itemsPerPage)
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
Webproperties |
setKind(String kind)
Collection type.
|
Webproperties |
setNextLink(String nextLink)
Link to next page for this web property collection.
|
Webproperties |
setPreviousLink(String previousLink)
Link to previous page for this web property collection.
|
Webproperties |
setStartIndex(Integer startIndex)
The starting index of the resources, which is 1 by default or otherwise specified by the start-
index query parameter.
|
Webproperties |
setTotalResults(Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.
|
Webproperties |
setUsername(String username)
Email ID of the authenticated user
The value set may be
null. |
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<Webproperty> getItems()
null.public Webproperties setItems(List<Webproperty> items)
null.public Integer getItemsPerPage()
null.public Webproperties setItemsPerPage(Integer itemsPerPage)
null.public String getKind()
null.public Webproperties setKind(String kind)
null.public String getNextLink()
null.public Webproperties setNextLink(String nextLink)
null.public String getPreviousLink()
null.public Webproperties setPreviousLink(String previousLink)
null.public Integer getStartIndex()
null.public Webproperties setStartIndex(Integer startIndex)
null.public Integer getTotalResults()
null.public Webproperties setTotalResults(Integer totalResults)
null.public String getUsername()
null.public Webproperties setUsername(String username)
null.