public static final class GaData.DataTable.Cols extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GaData.DataTable.Cols() |
Modifier and Type | Method and Description |
---|---|
GaData.DataTable.Cols |
clone() |
String |
getId() |
String |
getLabel() |
String |
getType() |
GaData.DataTable.Cols |
set(String fieldName,
Object value) |
GaData.DataTable.Cols |
setId(String id) |
GaData.DataTable.Cols |
setLabel(String label) |
GaData.DataTable.Cols |
setType(String type) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getId()
null
for nonepublic GaData.DataTable.Cols setId(String id)
id
- id or null
for nonepublic String getLabel()
null
for nonepublic GaData.DataTable.Cols setLabel(String label)
label
- label or null
for nonepublic String getType()
null
for nonepublic GaData.DataTable.Cols setType(String type)
type
- type or null
for nonepublic GaData.DataTable.Cols set(String fieldName, Object value)
set
in class GenericJson
public GaData.DataTable.Cols clone()
clone
in class GenericJson