com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Id() |
| Modifier and Type | Method and Description |
|---|---|
Activity.Id |
clone() |
String |
getApplicationName()
Application name to which the event belongs.
|
String |
getCustomerId()
The unique identifier for a Google Workspace account.
|
com.google.api.client.util.DateTime |
getTime()
Time of occurrence of the activity.
|
Long |
getUniqueQualifier()
Unique qualifier if multiple events have the same time.
|
Activity.Id |
set(String fieldName,
Object value) |
Activity.Id |
setApplicationName(String applicationName)
Application name to which the event belongs.
|
Activity.Id |
setCustomerId(String customerId)
The unique identifier for a Google Workspace account.
|
Activity.Id |
setTime(com.google.api.client.util.DateTime time)
Time of occurrence of the activity.
|
Activity.Id |
setUniqueQualifier(Long uniqueQualifier)
Unique qualifier if multiple events have the same time.
|
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 getApplicationName()
null for nonepublic Activity.Id setApplicationName(String applicationName)
applicationName - applicationName or null for nonepublic String getCustomerId()
null for nonepublic Activity.Id setCustomerId(String customerId)
customerId - customerId or null for nonepublic com.google.api.client.util.DateTime getTime()
null for nonepublic Activity.Id setTime(com.google.api.client.util.DateTime time)
time - time or null for nonepublic Long getUniqueQualifier()
null for nonepublic Activity.Id setUniqueQualifier(Long uniqueQualifier)
uniqueQualifier - uniqueQualifier or null for nonepublic Activity.Id set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.Id clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.