public final class Table extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
Table |
clone() |
List<Double> |
getBbox()
A rectangular bounding box which contains all of the data in this table.
|
DateTime |
getCreationTime()
The creation time of this table.
|
String |
getCreatorEmail()
The email address of the creator of this table.
|
String |
getDescription()
The description of this table, supplied by the author.
|
String |
getDraftAccessList()
Deprecated: The name of an access list of the Map Editor type.
|
String |
getEtag()
The ETag, used to refer to the current version of the asset.
|
List<File> |
getFiles()
The files associated with this table.
|
String |
getId()
A globally unique ID, used to refer to this table.
|
DateTime |
getLastModifiedTime()
The last modified time of this table.
|
String |
getLastModifierEmail()
The email address of the last modifier of this table.
|
String |
getName()
The name of this table, supplied by the author.
|
String |
getProcessingStatus()
The processing status of this table.
|
String |
getProjectId()
The ID of the project to which the table belongs.
|
String |
getPublishedAccessList()
Deprecated: The access list to whom view permissions are granted.
|
Schema |
getSchema()
The schema for this table.
|
String |
getSourceEncoding()
Encoding of the uploaded files.
|
List<String> |
getTags()
An array of text strings, with each string representing a tag.
|
Boolean |
getWritersCanEditPermissions()
If true, WRITERs of the asset are able to edit the asset permissions.
|
Table |
set(String fieldName,
Object value) |
Table |
setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this table.
|
Table |
setCreationTime(DateTime creationTime)
The creation time of this table.
|
Table |
setCreatorEmail(String creatorEmail)
The email address of the creator of this table.
|
Table |
setDescription(String description)
The description of this table, supplied by the author.
|
Table |
setDraftAccessList(String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Table |
setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
Table |
setFiles(List<File> files)
The files associated with this table.
|
Table |
setId(String id)
A globally unique ID, used to refer to this table.
|
Table |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this table.
|
Table |
setLastModifierEmail(String lastModifierEmail)
The email address of the last modifier of this table.
|
Table |
setName(String name)
The name of this table, supplied by the author.
|
Table |
setProcessingStatus(String processingStatus)
The processing status of this table.
|
Table |
setProjectId(String projectId)
The ID of the project to which the table belongs.
|
Table |
setPublishedAccessList(String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Table |
setSchema(Schema schema)
The schema for this table.
|
Table |
setSourceEncoding(String sourceEncoding)
Encoding of the uploaded files.
|
Table |
setTags(List<String> tags)
An array of text strings, with each string representing a tag.
|
Table |
setWritersCanEditPermissions(Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<Double> getBbox()
null for nonepublic Table setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic Table setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getCreatorEmail()
null for nonepublic Table setCreatorEmail(String creatorEmail)
creatorEmail - creatorEmail or null for nonepublic String getDescription()
null for nonepublic Table setDescription(String description)
description - description or null for nonepublic String getDraftAccessList()
null for nonepublic Table setDraftAccessList(String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic String getEtag()
null for nonepublic Table setEtag(String etag)
etag - etag or null for nonepublic List<File> getFiles()
null for nonepublic Table setFiles(List<File> files)
files - files or null for nonepublic String getId()
null for nonepublic Table setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic Table setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic String getLastModifierEmail()
null for nonepublic Table setLastModifierEmail(String lastModifierEmail)
lastModifierEmail - lastModifierEmail or null for nonepublic String getName()
null for nonepublic Table setName(String name)
name - name or null for nonepublic String getProcessingStatus()
null for nonepublic Table setProcessingStatus(String processingStatus)
processingStatus - processingStatus or null for nonepublic String getProjectId()
null for nonepublic Table setProjectId(String projectId)
projectId - projectId or null for nonepublic String getPublishedAccessList()
null for nonepublic Table setPublishedAccessList(String publishedAccessList)
publishedAccessList - publishedAccessList or null for nonepublic Schema getSchema()
null for nonepublic Table setSchema(Schema schema)
schema - schema or null for nonepublic String getSourceEncoding()
null for nonepublic Table setSourceEncoding(String sourceEncoding)
sourceEncoding - sourceEncoding or null for nonepublic List<String> getTags()
null for nonepublic Table setTags(List<String> tags)
tags - tags or null for nonepublic Boolean getWritersCanEditPermissions()
null for nonepublic Table setWritersCanEditPermissions(Boolean writersCanEditPermissions)
writersCanEditPermissions - writersCanEditPermissions or null for nonepublic Table set(String fieldName, Object value)
set in class GenericJsonpublic Table clone()
clone in class GenericJson