public static final class Event.Source
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
Source()  | 
| Modifier and Type | Method and Description | 
|---|---|
Event.Source | 
clone()  | 
String | 
getTitle()
Title of the source; for example a title of a web page or an email subject. 
 | 
String | 
getUrl()
URL of the source pointing to a resource. 
 | 
Event.Source | 
set(String fieldName,
   Object value)  | 
Event.Source | 
setTitle(String title)
Title of the source; for example a title of a web page or an email subject. 
 | 
Event.Source | 
setUrl(String url)
URL of the source pointing to a resource. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getTitle()
null for nonepublic Event.Source setTitle(String title)
title - title or null for nonepublic String getUrl()
null for nonepublic Event.Source setUrl(String url)
url - url or null for nonepublic Event.Source set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Event.Source clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.