public final class ApiDataRow
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 Search Console 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ApiDataRow() |
| Modifier and Type | Method and Description |
|---|---|
ApiDataRow |
clone() |
Double |
getClicks() |
Double |
getCtr() |
Double |
getImpressions() |
List<String> |
getKeys() |
Double |
getPosition() |
ApiDataRow |
set(String fieldName,
Object value) |
ApiDataRow |
setClicks(Double clicks) |
ApiDataRow |
setCtr(Double ctr) |
ApiDataRow |
setImpressions(Double impressions) |
ApiDataRow |
setKeys(List<String> keys) |
ApiDataRow |
setPosition(Double position) |
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 Double getClicks()
null for nonepublic ApiDataRow setClicks(Double clicks)
clicks - clicks or null for nonepublic Double getCtr()
null for nonepublic ApiDataRow setCtr(Double ctr)
ctr - ctr or null for nonepublic Double getImpressions()
null for nonepublic ApiDataRow setImpressions(Double impressions)
impressions - impressions or null for nonepublic ApiDataRow setKeys(List<String> keys)
keys - keys or null for nonepublic Double getPosition()
null for nonepublic ApiDataRow setPosition(Double position)
position - position or null for nonepublic ApiDataRow set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ApiDataRow clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.