public final class ChangeLog
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 Campaign Manager 360 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ChangeLog() |
Modifier and Type | Method and Description |
---|---|
ChangeLog |
clone() |
Long |
getAccountId()
Account ID of the modified object.
|
String |
getAction()
Action which caused the change.
|
com.google.api.client.util.DateTime |
getChangeTime() |
String |
getFieldName()
Field name of the object which changed.
|
Long |
getId()
ID of this change log.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getNewValue()
New value of the object field.
|
Long |
getObjectId()
ID of the object of this change log.
|
String |
getObjectType()
Object type of the change log.
|
String |
getOldValue()
Old value of the object field.
|
Long |
getSubaccountId()
Subaccount ID of the modified object.
|
Long |
getTransactionId()
Transaction ID of this change log.
|
Long |
getUserProfileId()
ID of the user who modified the object.
|
String |
getUserProfileName()
User profile name of the user who modified the object.
|
ChangeLog |
set(String fieldName,
Object value) |
ChangeLog |
setAccountId(Long accountId)
Account ID of the modified object.
|
ChangeLog |
setAction(String action)
Action which caused the change.
|
ChangeLog |
setChangeTime(com.google.api.client.util.DateTime changeTime) |
ChangeLog |
setFieldName(String fieldName)
Field name of the object which changed.
|
ChangeLog |
setId(Long id)
ID of this change log.
|
ChangeLog |
setKind(String kind)
Identifies what kind of resource this is.
|
ChangeLog |
setNewValue(String newValue)
New value of the object field.
|
ChangeLog |
setObjectId(Long objectId)
ID of the object of this change log.
|
ChangeLog |
setObjectType(String objectType)
Object type of the change log.
|
ChangeLog |
setOldValue(String oldValue)
Old value of the object field.
|
ChangeLog |
setSubaccountId(Long subaccountId)
Subaccount ID of the modified object.
|
ChangeLog |
setTransactionId(Long transactionId)
Transaction ID of this change log.
|
ChangeLog |
setUserProfileId(Long userProfileId)
ID of the user who modified the object.
|
ChangeLog |
setUserProfileName(String userProfileName)
User profile name of the user who modified the object.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getAccountId()
null
for nonepublic ChangeLog setAccountId(Long accountId)
accountId
- accountId or null
for nonepublic String getAction()
null
for nonepublic ChangeLog setAction(String action)
action
- action or null
for nonepublic com.google.api.client.util.DateTime getChangeTime()
null
for nonepublic ChangeLog setChangeTime(com.google.api.client.util.DateTime changeTime)
changeTime
- changeTime or null
for nonepublic String getFieldName()
null
for nonepublic ChangeLog setFieldName(String fieldName)
fieldName
- fieldName or null
for nonepublic Long getId()
null
for nonepublic String getKind()
null
for nonepublic ChangeLog setKind(String kind)
kind
- kind or null
for nonepublic String getNewValue()
null
for nonepublic ChangeLog setNewValue(String newValue)
newValue
- newValue or null
for nonepublic Long getObjectId()
null
for nonepublic ChangeLog setObjectId(Long objectId)
objectId
- objectId or null
for nonepublic String getObjectType()
null
for nonepublic ChangeLog setObjectType(String objectType)
objectType
- objectType or null
for nonepublic String getOldValue()
null
for nonepublic ChangeLog setOldValue(String oldValue)
oldValue
- oldValue or null
for nonepublic Long getSubaccountId()
null
for nonepublic ChangeLog setSubaccountId(Long subaccountId)
subaccountId
- subaccountId or null
for nonepublic Long getTransactionId()
null
for nonepublic ChangeLog setTransactionId(Long transactionId)
transactionId
- transactionId or null
for nonepublic Long getUserProfileId()
null
for nonepublic ChangeLog setUserProfileId(Long userProfileId)
userProfileId
- userProfileId or null
for nonepublic String getUserProfileName()
null
for nonepublic ChangeLog setUserProfileName(String userProfileName)
userProfileName
- userProfileName or null
for nonepublic ChangeLog set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ChangeLog clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.