GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Schema.Columns() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Columns |
clone() |
String |
getName()
The column name.
|
String |
getType()
The type of data stored in this column.
|
Schema.Columns |
set(String fieldName,
Object value) |
Schema.Columns |
setName(String name)
The column name.
|
Schema.Columns |
setType(String type)
The type of data stored in this column.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getName()
null for nonepublic Schema.Columns setName(String name)
name - name or null for nonepublic String getType()
null for nonepublic Schema.Columns setType(String type)
type - type or null for nonepublic Schema.Columns set(String fieldName, Object value)
set in class GenericJsonpublic Schema.Columns clone()
clone in class GenericJson