public static final class Event.Source
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Event.Source() |
| Modifier and Type | Method and Description |
|---|---|
Event.Source |
clone() |
java.lang.String |
getTitle()
Title of the source; for example a title of a web page or an email subject.
|
java.lang.String |
getUrl()
URL of the source pointing to a resource.
|
Event.Source |
set(java.lang.String fieldName,
java.lang.Object value) |
Event.Source |
setTitle(java.lang.String title)
Title of the source; for example a title of a web page or an email subject.
|
Event.Source |
setUrl(java.lang.String url)
URL of the source pointing to a resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getTitle()
null for nonepublic Event.Source setTitle(java.lang.String title)
title - title or null for nonepublic java.lang.String getUrl()
null for nonepublic Event.Source setUrl(java.lang.String url)
url - url or null for nonepublic Event.Source set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Event.Source clone()
clone in class com.google.api.client.json.GenericJson