public static final class Activity.PlusObject.Actor.Image
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Actor.Image |
clone() |
java.lang.String |
getUrl()
A URL that points to a thumbnail photo of the original actor.
|
Activity.PlusObject.Actor.Image |
set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Actor.Image |
setUrl(java.lang.String url)
A URL that points to a thumbnail photo of the original actor.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getUrl()
null for nonepublic Activity.PlusObject.Actor.Image setUrl(java.lang.String url)
url - url or null for nonepublic Activity.PlusObject.Actor.Image set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.PlusObject.Actor.Image clone()
clone in class com.google.api.client.json.GenericJson