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 DCM/DFA Reporting And Trafficking 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| Constructor and Description |
|---|
ChangeLog() |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
clone() |
java.lang.Long |
getAccountId()
Account ID of the modified object.
|
java.lang.String |
getAction()
Action which caused the change.
|
com.google.api.client.util.DateTime |
getChangeTime()
Time when the object was modified.
|
java.lang.String |
getFieldName()
Field name of the object which changed.
|
java.lang.Long |
getId()
ID of this change log.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getNewValue()
New value of the object field.
|
java.lang.Long |
getObjectId()
ID of the object of this change log.
|
java.lang.String |
getObjectType()
Object type of the change log.
|
java.lang.String |
getOldValue()
Old value of the object field.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of the modified object.
|
java.lang.Long |
getTransactionId()
Transaction ID of this change log.
|
java.lang.Long |
getUserProfileId()
ID of the user who modified the object.
|
java.lang.String |
getUserProfileName()
User profile name of the user who modified the object.
|
ChangeLog |
set(java.lang.String fieldName,
java.lang.Object value) |
ChangeLog |
setAccountId(java.lang.Long accountId)
Account ID of the modified object.
|
ChangeLog |
setAction(java.lang.String action)
Action which caused the change.
|
ChangeLog |
setChangeTime(com.google.api.client.util.DateTime changeTime)
Time when the object was modified.
|
ChangeLog |
setFieldName(java.lang.String fieldName)
Field name of the object which changed.
|
ChangeLog |
setId(java.lang.Long id)
ID of this change log.
|
ChangeLog |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ChangeLog |
setNewValue(java.lang.String newValue)
New value of the object field.
|
ChangeLog |
setObjectId(java.lang.Long objectId)
ID of the object of this change log.
|
ChangeLog |
setObjectType(java.lang.String objectType)
Object type of the change log.
|
ChangeLog |
setOldValue(java.lang.String oldValue)
Old value of the object field.
|
ChangeLog |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of the modified object.
|
ChangeLog |
setTransactionId(java.lang.Long transactionId)
Transaction ID of this change log.
|
ChangeLog |
setUserProfileId(java.lang.Long userProfileId)
ID of the user who modified the object.
|
ChangeLog |
setUserProfileName(java.lang.String userProfileName)
User profile name of the user who modified the object.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic ChangeLog setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.String getAction()
null for nonepublic ChangeLog setAction(java.lang.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 java.lang.String getFieldName()
null for nonepublic ChangeLog setFieldName(java.lang.String fieldName)
fieldName - fieldName or null for nonepublic java.lang.Long getId()
null for nonepublic ChangeLog setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic ChangeLog setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNewValue()
null for nonepublic ChangeLog setNewValue(java.lang.String newValue)
newValue - newValue or null for nonepublic java.lang.Long getObjectId()
null for nonepublic ChangeLog setObjectId(java.lang.Long objectId)
objectId - objectId or null for nonepublic java.lang.String getObjectType()
null for nonepublic ChangeLog setObjectType(java.lang.String objectType)
objectType - objectType or null for nonepublic java.lang.String getOldValue()
null for nonepublic ChangeLog setOldValue(java.lang.String oldValue)
oldValue - oldValue or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic ChangeLog setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic java.lang.Long getTransactionId()
null for nonepublic ChangeLog setTransactionId(java.lang.Long transactionId)
transactionId - transactionId or null for nonepublic java.lang.Long getUserProfileId()
null for nonepublic ChangeLog setUserProfileId(java.lang.Long userProfileId)
userProfileId - userProfileId or null for nonepublic java.lang.String getUserProfileName()
null for nonepublic ChangeLog setUserProfileName(java.lang.String userProfileName)
userProfileName - userProfileName or null for nonepublic ChangeLog set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ChangeLog clone()
clone in class com.google.api.client.json.GenericJson