public static final class TableDataInsertAllRequest.Rows extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TableDataInsertAllRequest.Rows() |
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest.Rows |
clone() |
String |
getInsertId()
[Optional] A unique ID for each row.
|
Map<String,Object> |
getJson()
[Required] A JSON object that contains a row of data.
|
TableDataInsertAllRequest.Rows |
set(String fieldName,
Object value) |
TableDataInsertAllRequest.Rows |
setInsertId(String insertId)
[Optional] A unique ID for each row.
|
TableDataInsertAllRequest.Rows |
setJson(Map<String,Object> json)
[Required] A JSON object that contains a row of data.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getInsertId()
null
for nonepublic TableDataInsertAllRequest.Rows setInsertId(String insertId)
insertId
- insertId or null
for nonepublic Map<String,Object> getJson()
null
for nonepublic TableDataInsertAllRequest.Rows setJson(Map<String,Object> json)
json
- json or null
for nonepublic TableDataInsertAllRequest.Rows set(String fieldName, Object value)
set
in class GenericJson
public TableDataInsertAllRequest.Rows clone()
clone
in class GenericJson