public final class RemarketingAudiences
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
RemarketingAudiences() |
| Modifier and Type | Method and Description |
|---|---|
RemarketingAudiences |
clone() |
java.util.List<RemarketingAudience> |
getItems()
A list of remarketing audiences.
|
java.lang.Integer |
getItemsPerPage()
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
java.lang.String |
getKind()
Collection type.
|
java.lang.String |
getNextLink()
Link to next page for this remarketing audience collection.
|
java.lang.String |
getPreviousLink()
Link to previous page for this view (profile) collection.
|
java.lang.Integer |
getStartIndex()
The starting index of the resources, 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.
|
java.lang.String |
getUsername()
Email ID of the authenticated user
|
RemarketingAudiences |
set(java.lang.String fieldName,
java.lang.Object value) |
RemarketingAudiences |
setItems(java.util.List<RemarketingAudience> items)
A list of remarketing audiences.
|
RemarketingAudiences |
setItemsPerPage(java.lang.Integer itemsPerPage)
The maximum number of resources the response can contain, regardless of the actual number of
resources returned.
|
RemarketingAudiences |
setKind(java.lang.String kind)
Collection type.
|
RemarketingAudiences |
setNextLink(java.lang.String nextLink)
Link to next page for this remarketing audience collection.
|
RemarketingAudiences |
setPreviousLink(java.lang.String previousLink)
Link to previous page for this view (profile) collection.
|
RemarketingAudiences |
setStartIndex(java.lang.Integer startIndex)
The starting index of the resources, which is 1 by default or otherwise specified by the start-
index query parameter.
|
RemarketingAudiences |
setTotalResults(java.lang.Integer totalResults)
The total number of results for the query, regardless of the number of results in the response.
|
RemarketingAudiences |
setUsername(java.lang.String username)
Email ID of the authenticated user
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<RemarketingAudience> getItems()
null for nonepublic RemarketingAudiences setItems(java.util.List<RemarketingAudience> items)
items - items or null for nonepublic java.lang.Integer getItemsPerPage()
null for nonepublic RemarketingAudiences setItemsPerPage(java.lang.Integer itemsPerPage)
itemsPerPage - itemsPerPage or null for nonepublic java.lang.String getKind()
null for nonepublic RemarketingAudiences setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextLink()
null for nonepublic RemarketingAudiences setNextLink(java.lang.String nextLink)
nextLink - nextLink or null for nonepublic java.lang.String getPreviousLink()
null for nonepublic RemarketingAudiences setPreviousLink(java.lang.String previousLink)
previousLink - previousLink or null for nonepublic java.lang.Integer getStartIndex()
null for nonepublic RemarketingAudiences setStartIndex(java.lang.Integer startIndex)
startIndex - startIndex or null for nonepublic java.lang.Integer getTotalResults()
null for nonepublic RemarketingAudiences setTotalResults(java.lang.Integer totalResults)
totalResults - totalResults or null for nonepublic java.lang.String getUsername()
null for nonepublic RemarketingAudiences setUsername(java.lang.String username)
username - username or null for nonepublic RemarketingAudiences set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RemarketingAudiences clone()
clone in class com.google.api.client.json.GenericJson