public final class Column 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
Column |
clone() |
Map<String,String> |
getAttributes()
Map of attribute name and value for this column.
|
String |
getId()
Column id.
|
String |
getKind()
Resource type for Analytics column.
|
Column |
set(String fieldName,
Object value) |
Column |
setAttributes(Map<String,String> attributes)
Map of attribute name and value for this column.
|
Column |
setId(String id)
Column id.
|
Column |
setKind(String kind)
Resource type for Analytics column.
|
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 Map<String,String> getAttributes()
null for nonepublic Column setAttributes(Map<String,String> attributes)
attributes - attributes or null for nonepublic String getId()
null for nonepublic String getKind()
null for nonepublic Column setKind(String kind)
kind - kind or null for nonepublic Column set(String fieldName, Object value)
set in class GenericJsonpublic Column clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.