public final class ListSearchKeywordImpressionsMonthlyResponse
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 Business Profile Performance 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ListSearchKeywordImpressionsMonthlyResponse() |
Modifier and Type | Method and Description |
---|---|
ListSearchKeywordImpressionsMonthlyResponse |
clone() |
byte[] |
decodeNextPageToken()
A token indicating the last paginated result returned.
|
ListSearchKeywordImpressionsMonthlyResponse |
encodeNextPageToken(byte[] nextPageToken)
A token indicating the last paginated result returned.
|
String |
getNextPageToken()
A token indicating the last paginated result returned.
|
List<SearchKeywordCount> |
getSearchKeywordsCounts()
Search terms which have been used to find a business.
|
ListSearchKeywordImpressionsMonthlyResponse |
set(String fieldName,
Object value) |
ListSearchKeywordImpressionsMonthlyResponse |
setNextPageToken(String nextPageToken)
A token indicating the last paginated result returned.
|
ListSearchKeywordImpressionsMonthlyResponse |
setSearchKeywordsCounts(List<SearchKeywordCount> searchKeywordsCounts)
Search terms which have been used to find a business.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ListSearchKeywordImpressionsMonthlyResponse()
public String getNextPageToken()
null
for nonedecodeNextPageToken()
public byte[] decodeNextPageToken()
null
for nonegetNextPageToken()
public ListSearchKeywordImpressionsMonthlyResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for none#encodeNextPageToken()
public ListSearchKeywordImpressionsMonthlyResponse encodeNextPageToken(byte[] nextPageToken)
The value is encoded Base64 or {@code null} for none.
public List<SearchKeywordCount> getSearchKeywordsCounts()
null
for nonepublic ListSearchKeywordImpressionsMonthlyResponse setSearchKeywordsCounts(List<SearchKeywordCount> searchKeywordsCounts)
searchKeywordsCounts
- searchKeywordsCounts or null
for nonepublic ListSearchKeywordImpressionsMonthlyResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ListSearchKeywordImpressionsMonthlyResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.