GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ColumnHeaders() |
| 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.
|
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 String getColumnType()
null for nonepublic McfData.ColumnHeaders setColumnType(String columnType)
columnType - columnType or null for nonepublic String getDataType()
null for nonepublic McfData.ColumnHeaders setDataType(String dataType)
dataType - dataType or null for nonepublic String getName()
null for nonepublic McfData.ColumnHeaders setName(String name)
name - name or null for nonepublic McfData.ColumnHeaders set(String fieldName, Object value)
set in class GenericJsonpublic McfData.ColumnHeaders clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.