GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ColumnHeaders() |
Modifier and Type | Method and Description |
---|---|
GaData.ColumnHeaders |
clone() |
String |
getColumnType()
Column Type.
|
String |
getDataType()
Data type.
|
String |
getName()
Column name.
|
GaData.ColumnHeaders |
set(String fieldName,
Object value) |
GaData.ColumnHeaders |
setColumnType(String columnType)
Column Type.
|
GaData.ColumnHeaders |
setDataType(String dataType)
Data type.
|
GaData.ColumnHeaders |
setName(String name)
Column name.
|
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 String getColumnType()
null
for nonepublic GaData.ColumnHeaders setColumnType(String columnType)
columnType
- columnType or null
for nonepublic String getDataType()
null
for nonepublic GaData.ColumnHeaders setDataType(String dataType)
dataType
- dataType or null
for nonepublic String getName()
null
for nonepublic GaData.ColumnHeaders setName(String name)
name
- name or null
for nonepublic GaData.ColumnHeaders set(String fieldName, Object value)
set
in class GenericJson
public GaData.ColumnHeaders clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.