Modifier and Type | Class and Description |
---|---|
static class |
GaData.DataTable.Cols
Model definition for GaDataDataTableCols.
|
static class |
GaData.DataTable.Rows
Model definition for GaDataDataTableRows.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GaData.DataTable() |
Modifier and Type | Method and Description |
---|---|
GaData.DataTable |
clone() |
List<GaData.DataTable.Cols> |
getCols() |
List<GaData.DataTable.Rows> |
getRows() |
GaData.DataTable |
set(String fieldName,
Object value) |
GaData.DataTable |
setCols(List<GaData.DataTable.Cols> cols) |
GaData.DataTable |
setRows(List<GaData.DataTable.Rows> rows) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<GaData.DataTable.Cols> getCols()
null
for nonepublic GaData.DataTable setCols(List<GaData.DataTable.Cols> cols)
cols
- cols or null
for nonepublic List<GaData.DataTable.Rows> getRows()
null
for nonepublic GaData.DataTable setRows(List<GaData.DataTable.Rows> rows)
rows
- rows or null
for nonepublic GaData.DataTable set(String fieldName, Object value)
set
in class GenericJson
public GaData.DataTable clone()
clone
in class GenericJson