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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Webproperties() |
| Modifier and Type | Method and Description |
|---|---|
Webproperties |
clone() |
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
|
Webproperties |
set(String fieldName,
Object value) |
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
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Webproperty> getItems()
null for nonepublic Webproperties setItems(List<Webproperty> items)
items - items or null for nonepublic Integer getItemsPerPage()
null for nonepublic Webproperties setItemsPerPage(Integer itemsPerPage)
itemsPerPage - itemsPerPage or null for nonepublic String getKind()
null for nonepublic Webproperties setKind(String kind)
kind - kind or null for nonepublic String getNextLink()
null for nonepublic Webproperties setNextLink(String nextLink)
nextLink - nextLink or null for nonepublic String getPreviousLink()
null for nonepublic Webproperties setPreviousLink(String previousLink)
previousLink - previousLink or null for nonepublic Integer getStartIndex()
null for nonepublic Webproperties setStartIndex(Integer startIndex)
startIndex - startIndex or null for nonepublic Integer getTotalResults()
null for nonepublic Webproperties setTotalResults(Integer totalResults)
totalResults - totalResults or null for nonepublic String getUsername()
null for nonepublic Webproperties setUsername(String username)
username - username or null for nonepublic Webproperties set(String fieldName, Object value)
set in class GenericJsonpublic Webproperties clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.