public final class Columns 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Columns() |
Modifier and Type | Method and Description |
---|---|
Columns |
clone() |
List<String> |
getAttributeNames()
List of attributes names returned by columns.
|
String |
getEtag()
Etag of collection.
|
List<Column> |
getItems()
List of columns for a report type.
|
String |
getKind()
Collection type.
|
Integer |
getTotalResults()
Total number of columns returned in the response.
|
Columns |
set(String fieldName,
Object value) |
Columns |
setAttributeNames(List<String> attributeNames)
List of attributes names returned by columns.
|
Columns |
setEtag(String etag)
Etag of collection.
|
Columns |
setItems(List<Column> items)
List of columns for a report type.
|
Columns |
setKind(String kind)
Collection type.
|
Columns |
setTotalResults(Integer totalResults)
Total number of columns returned in the response.
|
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 List<String> getAttributeNames()
null
for nonepublic Columns setAttributeNames(List<String> attributeNames)
attributeNames
- attributeNames or null
for nonepublic String getEtag()
null
for nonepublic Columns setEtag(String etag)
etag
- etag or null
for nonepublic List<Column> getItems()
null
for nonepublic Columns setItems(List<Column> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic Columns setKind(String kind)
kind
- kind or null
for nonepublic Integer getTotalResults()
null
for nonepublic Columns setTotalResults(Integer totalResults)
totalResults
- totalResults or null
for nonepublic Columns set(String fieldName, Object value)
set
in class GenericJson
public Columns clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.