public final class EntityAdWordsLinks
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
EntityAdWordsLinks() |
| Modifier and Type | Method and Description |
|---|---|
EntityAdWordsLinks |
clone() |
java.util.List<EntityAdWordsLink> |
getItems()
A list of entity AdWords links.
|
java.lang.Integer |
getItemsPerPage()
The maximum number of entries the response can contain, regardless of the actual number of
entries returned.
|
java.lang.String |
getKind()
Collection type.
|
java.lang.String |
getNextLink()
Next link for this AdWords link collection.
|
java.lang.String |
getPreviousLink()
Previous link for this AdWords link collection.
|
java.lang.Integer |
getStartIndex()
The starting index of the entries, which is 1 by default or otherwise specified by the start-
index query parameter.
|
java.lang.Integer |
getTotalResults()
The total number of results for the query, regardless of the number of results in the response.
|
EntityAdWordsLinks |
set(java.lang.String fieldName,
java.lang.Object value) |
EntityAdWordsLinks |
setItems(java.util.List<EntityAdWordsLink> items)
A list of entity AdWords links.
|
EntityAdWordsLinks |
setItemsPerPage(java.lang.Integer itemsPerPage)
The maximum number of entries the response can contain, regardless of the actual number of
entries returned.
|
EntityAdWordsLinks |
setKind(java.lang.String kind)
Collection type.
|
EntityAdWordsLinks |
setNextLink(java.lang.String nextLink)
Next link for this AdWords link collection.
|
EntityAdWordsLinks |
setPreviousLink(java.lang.String previousLink)
Previous link for this AdWords link collection.
|
EntityAdWordsLinks |
setStartIndex(java.lang.Integer startIndex)
The starting index of the entries, which is 1 by default or otherwise specified by the start-
index query parameter.
|
EntityAdWordsLinks |
setTotalResults(java.lang.Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<EntityAdWordsLink> getItems()
null for nonepublic EntityAdWordsLinks setItems(java.util.List<EntityAdWordsLink> items)
items - items or null for nonepublic java.lang.Integer getItemsPerPage()
null for nonepublic EntityAdWordsLinks setItemsPerPage(java.lang.Integer itemsPerPage)
itemsPerPage - itemsPerPage or null for nonepublic java.lang.String getKind()
null for nonepublic EntityAdWordsLinks setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextLink()
null for nonepublic EntityAdWordsLinks setNextLink(java.lang.String nextLink)
nextLink - nextLink or null for nonepublic java.lang.String getPreviousLink()
null for nonepublic EntityAdWordsLinks setPreviousLink(java.lang.String previousLink)
previousLink - previousLink or null for nonepublic java.lang.Integer getStartIndex()
null for nonepublic EntityAdWordsLinks setStartIndex(java.lang.Integer startIndex)
startIndex - startIndex or null for nonepublic java.lang.Integer getTotalResults()
null for nonepublic EntityAdWordsLinks setTotalResults(java.lang.Integer totalResults)
totalResults - totalResults or null for nonepublic EntityAdWordsLinks set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EntityAdWordsLinks clone()
clone in class com.google.api.client.json.GenericJson