public final class Column
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 Analytics 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.Flags| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
Column |
clone() |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Map of attribute name and value for this column.
|
java.lang.String |
getId()
Column id.
|
java.lang.String |
getKind()
Resource type for Analytics column.
|
Column |
set(java.lang.String fieldName,
java.lang.Object value) |
Column |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Map of attribute name and value for this column.
|
Column |
setId(java.lang.String id)
Column id.
|
Column |
setKind(java.lang.String kind)
Resource type for Analytics column.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.Map<java.lang.String,java.lang.String> getAttributes()
null for nonepublic Column setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes - attributes or null for nonepublic java.lang.String getId()
null for nonepublic Column setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic Column setKind(java.lang.String kind)
kind - kind or null for nonepublic Column set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Column clone()
clone in class com.google.api.client.json.GenericJson