target.apidocs.com.google.api.services.analytics.model.McfData.ColumnHeaders.html Maven / Gradle / Ivy
McfData.ColumnHeaders (Google Analytics API v3-rev20190604-1.30.1)
com.google.api.services.analytics.model
Class McfData.ColumnHeaders
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.McfData.ColumnHeaders
-
-
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
ColumnHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
McfData.ColumnHeaders
clone()
String
getColumnType()
Column Type.
String
getDataType()
Data type.
String
getName()
Column name.
McfData.ColumnHeaders
set(String fieldName,
Object value)
McfData.ColumnHeaders
setColumnType(String columnType)
Column Type.
McfData.ColumnHeaders
setDataType(String dataType)
Data type.
McfData.ColumnHeaders
setName(String name)
Column name.
-
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
-
getColumnType
public String getColumnType()
Column Type. Either DIMENSION or METRIC.
- Returns:
- value or
null
for none
-
setColumnType
public McfData.ColumnHeaders setColumnType(String columnType)
Column Type. Either DIMENSION or METRIC.
- Parameters:
columnType
- columnType or null
for none
-
getDataType
public String getDataType()
Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY,
MCF_SEQUENCE etc.
- Returns:
- value or
null
for none
-
setDataType
public McfData.ColumnHeaders setDataType(String dataType)
Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY,
MCF_SEQUENCE etc.
- Parameters:
dataType
- dataType or null
for none
-
getName
public String getName()
Column name.
- Returns:
- value or
null
for none
-
setName
public McfData.ColumnHeaders setName(String name)
Column name.
- Parameters:
name
- name or null
for none
-
set
public McfData.ColumnHeaders set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public McfData.ColumnHeaders clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.