public static final class GaData.DataTable
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
GaData.DataTable.Cols
Model definition for GaDataDataTableCols.
|
static class |
GaData.DataTable.Rows
Model definition for GaDataDataTableRows.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GaData.DataTable() |
| Modifier and Type | Method and Description |
|---|---|
GaData.DataTable |
clone() |
java.util.List<GaData.DataTable.Cols> |
getCols() |
java.util.List<GaData.DataTable.Rows> |
getRows() |
GaData.DataTable |
set(java.lang.String fieldName,
java.lang.Object value) |
GaData.DataTable |
setCols(java.util.List<GaData.DataTable.Cols> cols) |
GaData.DataTable |
setRows(java.util.List<GaData.DataTable.Rows> rows) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<GaData.DataTable.Cols> getCols()
null for nonepublic GaData.DataTable setCols(java.util.List<GaData.DataTable.Cols> cols)
cols - cols or null for nonepublic java.util.List<GaData.DataTable.Rows> getRows()
null for nonepublic GaData.DataTable setRows(java.util.List<GaData.DataTable.Rows> rows)
rows - rows or null for nonepublic GaData.DataTable set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GaData.DataTable clone()
clone in class com.google.api.client.json.GenericJson