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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.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, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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 GenericJsonpublic Columns clone()
clone in class GenericJson