GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TableList.Tables() |
Modifier and Type | Method and Description |
---|---|
TableList.Tables |
clone() |
String |
getFriendlyName()
The user-friendly name for this table.
|
String |
getId()
An opaque ID of the table
|
String |
getKind()
The resource type.
|
TableReference |
getTableReference()
A reference uniquely identifying the table.
|
String |
getType()
The type of table.
|
TableList.Tables |
set(String fieldName,
Object value) |
TableList.Tables |
setFriendlyName(String friendlyName)
The user-friendly name for this table.
|
TableList.Tables |
setId(String id)
An opaque ID of the table
|
TableList.Tables |
setKind(String kind)
The resource type.
|
TableList.Tables |
setTableReference(TableReference tableReference)
A reference uniquely identifying the table.
|
TableList.Tables |
setType(String type)
The type of table.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getFriendlyName()
null
for nonepublic TableList.Tables setFriendlyName(String friendlyName)
friendlyName
- friendlyName or null
for nonepublic String getId()
null
for nonepublic TableList.Tables setId(String id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic TableList.Tables setKind(String kind)
kind
- kind or null
for nonepublic TableReference getTableReference()
null
for nonepublic TableList.Tables setTableReference(TableReference tableReference)
tableReference
- tableReference or null
for nonepublic String getType()
null
for nonepublic TableList.Tables setType(String type)
type
- type or null
for nonepublic TableList.Tables set(String fieldName, Object value)
set
in class GenericJson
public TableList.Tables clone()
clone
in class GenericJson