target.apidocs.com.google.api.services.webmasters.model.ApiDataRow.html Maven / Gradle / Ivy
ApiDataRow (Search Console API v3-rev20190428-1.30.1)
com.google.api.services.webmasters.model
Class ApiDataRow
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.webmasters.model.ApiDataRow
-
public final class ApiDataRow
extends GenericJson
Model definition for ApiDataRow.
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 Search Console API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
ApiDataRow()
-
Method Summary
All Methods Instance Methods Concrete Methods
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)
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getClicks
public Double getClicks()
- Returns:
- value or
null
for none
-
setClicks
public ApiDataRow setClicks(Double clicks)
- Parameters:
clicks
- clicks or null
for none
-
getCtr
public Double getCtr()
- Returns:
- value or
null
for none
-
setCtr
public ApiDataRow setCtr(Double ctr)
- Parameters:
ctr
- ctr or null
for none
-
getImpressions
public Double getImpressions()
- Returns:
- value or
null
for none
-
setImpressions
public ApiDataRow setImpressions(Double impressions)
- Parameters:
impressions
- impressions or null
for none
-
setKeys
public ApiDataRow setKeys(List<String> keys)
- Parameters:
keys
- keys or null
for none
-
getPosition
public Double getPosition()
- Returns:
- value or
null
for none
-
setPosition
public ApiDataRow setPosition(Double position)
- Parameters:
position
- position or null
for none
-
set
public ApiDataRow set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public ApiDataRow clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.