public static final class Page.Blog
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Blog() |
| Modifier and Type | Method and Description |
|---|---|
Page.Blog |
clone() |
java.lang.String |
getId()
The identifier of the blog containing this page.
|
Page.Blog |
set(java.lang.String fieldName,
java.lang.Object value) |
Page.Blog |
setId(java.lang.String id)
The identifier of the blog containing this page.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getId()
null for nonepublic Page.Blog setId(java.lang.String id)
id - id or null for nonepublic Page.Blog set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Page.Blog clone()
clone in class com.google.api.client.json.GenericJson