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