public final class Project
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Project |
clone() |
java.lang.String |
getId()
An ID used to refer to this project.
|
java.lang.String |
getName()
A user provided name for this project.
|
Project |
set(java.lang.String fieldName,
java.lang.Object value) |
Project |
setId(java.lang.String id)
An ID used to refer to this project.
|
Project |
setName(java.lang.String name)
A user provided name for this project.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic Project setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getName()
null for nonepublic Project setName(java.lang.String name)
name - name or null for nonepublic Project set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Project clone()
clone in class com.google.api.client.json.GenericJson