public final class EntityAdWordsLinks 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 |
|---|
EntityAdWordsLinks() |
| Modifier and Type | Method and Description |
|---|---|
EntityAdWordsLinks |
clone() |
List<EntityAdWordsLink> |
getItems()
A list of entity Google Ads links.
|
Integer |
getItemsPerPage()
The maximum number of entries the response can contain, regardless of the actual number of
entries returned.
|
String |
getKind()
Collection type.
|
String |
getNextLink()
Next link for this Google Ads link collection.
|
String |
getPreviousLink()
Previous link for this Google Ads link collection.
|
Integer |
getStartIndex()
The starting index of the entries, 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.
|
EntityAdWordsLinks |
set(String fieldName,
Object value) |
EntityAdWordsLinks |
setItems(List<EntityAdWordsLink> items)
A list of entity Google Ads links.
|
EntityAdWordsLinks |
setItemsPerPage(Integer itemsPerPage)
The maximum number of entries the response can contain, regardless of the actual number of
entries returned.
|
EntityAdWordsLinks |
setKind(String kind)
Collection type.
|
EntityAdWordsLinks |
setNextLink(String nextLink)
Next link for this Google Ads link collection.
|
EntityAdWordsLinks |
setPreviousLink(String previousLink)
Previous link for this Google Ads link collection.
|
EntityAdWordsLinks |
setStartIndex(Integer startIndex)
The starting index of the entries, which is 1 by default or otherwise specified by the start-
index query parameter.
|
EntityAdWordsLinks |
setTotalResults(Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.
|
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<EntityAdWordsLink> getItems()
null for nonepublic EntityAdWordsLinks setItems(List<EntityAdWordsLink> items)
items - items or null for nonepublic Integer getItemsPerPage()
null for nonepublic EntityAdWordsLinks setItemsPerPage(Integer itemsPerPage)
itemsPerPage - itemsPerPage or null for nonepublic String getKind()
null for nonepublic EntityAdWordsLinks setKind(String kind)
kind - kind or null for nonepublic String getNextLink()
null for nonepublic EntityAdWordsLinks setNextLink(String nextLink)
nextLink - nextLink or null for nonepublic String getPreviousLink()
null for nonepublic EntityAdWordsLinks setPreviousLink(String previousLink)
previousLink - previousLink or null for nonepublic Integer getStartIndex()
null for nonepublic EntityAdWordsLinks setStartIndex(Integer startIndex)
startIndex - startIndex or null for nonepublic Integer getTotalResults()
null for nonepublic EntityAdWordsLinks setTotalResults(Integer totalResults)
totalResults - totalResults or null for nonepublic EntityAdWordsLinks set(String fieldName, Object value)
set in class GenericJsonpublic EntityAdWordsLinks clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.