| Modifier and Type | Class and Description |
|---|---|
static class |
Activity.Events.Parameters
Model definition for ActivityEventsParameters.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Events() |
| Modifier and Type | Method and Description |
|---|---|
Activity.Events |
clone() |
String |
getName()
Name of the event.
|
List<Activity.Events.Parameters> |
getParameters()
Parameter value pairs for various applications.
|
List<String> |
getResourceIds()
Resource ids associated with the event.
|
String |
getType()
Type of event.
|
Activity.Events |
set(String fieldName,
Object value) |
Activity.Events |
setName(String name)
Name of the event.
|
Activity.Events |
setParameters(List<Activity.Events.Parameters> parameters)
Parameter value pairs for various applications.
|
Activity.Events |
setResourceIds(List<String> resourceIds)
Resource ids associated with the event.
|
Activity.Events |
setType(String type)
Type of event.
|
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 getName()
null for nonepublic Activity.Events setName(String name)
name - name or null for nonepublic List<Activity.Events.Parameters> getParameters()
null for nonepublic Activity.Events setParameters(List<Activity.Events.Parameters> parameters)
parameters - parameters or null for nonepublic List<String> getResourceIds()
null for nonepublic Activity.Events setResourceIds(List<String> resourceIds)
resourceIds - resourceIds or null for nonepublic String getType()
null for nonepublic Activity.Events setType(String type)
type - type or null for nonepublic Activity.Events set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.Events clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.