public final class GoogleAnalyticsAdminV1betaChangeHistoryEvent
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleAnalyticsAdminV1betaChangeHistoryEvent() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
clone() |
String |
getActorType()
The type of actor that made this change.
|
List<GoogleAnalyticsAdminV1betaChangeHistoryChange> |
getChanges()
A list of changes made in this change history event that fit the filters specified in
SearchChangeHistoryEventsRequest.
|
Boolean |
getChangesFiltered()
If true, then the list of changes returned was filtered, and does not represent all changes
that occurred in this event.
|
String |
getChangeTime()
Time when change was made.
|
String |
getId()
ID of this change history event.
|
String |
getUserActorEmail()
Email address of the Google account that made the change.
|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
set(String fieldName,
Object value) |
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
setActorType(String actorType)
The type of actor that made this change.
|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
setChanges(List<GoogleAnalyticsAdminV1betaChangeHistoryChange> changes)
A list of changes made in this change history event that fit the filters specified in
SearchChangeHistoryEventsRequest.
|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
setChangesFiltered(Boolean changesFiltered)
If true, then the list of changes returned was filtered, and does not represent all changes
that occurred in this event.
|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
setChangeTime(String changeTime)
Time when change was made.
|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
setId(String id)
ID of this change history event.
|
GoogleAnalyticsAdminV1betaChangeHistoryEvent |
setUserActorEmail(String userActorEmail)
Email address of the Google account that made the change.
|
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 GoogleAnalyticsAdminV1betaChangeHistoryEvent()
public String getActorType()
null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent setActorType(String actorType)
actorType - actorType or null for nonepublic String getChangeTime()
null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent setChangeTime(String changeTime)
changeTime - changeTime or null for nonepublic List<GoogleAnalyticsAdminV1betaChangeHistoryChange> getChanges()
null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent setChanges(List<GoogleAnalyticsAdminV1betaChangeHistoryChange> changes)
changes - changes or null for nonepublic Boolean getChangesFiltered()
null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent setChangesFiltered(Boolean changesFiltered)
changesFiltered - changesFiltered or null for nonepublic String getId()
null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent setId(String id)
id - id or null for nonepublic String getUserActorEmail()
null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent setUserActorEmail(String userActorEmail)
userActorEmail - userActorEmail or null for nonepublic GoogleAnalyticsAdminV1betaChangeHistoryEvent set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAnalyticsAdminV1betaChangeHistoryEvent clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.