| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeLog |
ChangeLog.clone() |
ChangeLog |
ChangeLog.set(java.lang.String fieldName,
java.lang.Object value) |
ChangeLog |
ChangeLog.setAccountId(java.lang.Long accountId)
Account ID of the modified object.
|
ChangeLog |
ChangeLog.setAction(java.lang.String action)
Action which caused the change.
|
ChangeLog |
ChangeLog.setChangeTime(com.google.api.client.util.DateTime changeTime)
Time when the object was modified.
|
ChangeLog |
ChangeLog.setFieldName(java.lang.String fieldName)
Field name of the object which changed.
|
ChangeLog |
ChangeLog.setId(java.lang.Long id)
ID of this change log.
|
ChangeLog |
ChangeLog.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ChangeLog |
ChangeLog.setNewValue(java.lang.String newValue)
New value of the object field.
|
ChangeLog |
ChangeLog.setObjectId(java.lang.Long objectId)
ID of the object of this change log.
|
ChangeLog |
ChangeLog.setObjectType(java.lang.String objectType)
Object type of the change log.
|
ChangeLog |
ChangeLog.setOldValue(java.lang.String oldValue)
Old value of the object field.
|
ChangeLog |
ChangeLog.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of the modified object.
|
ChangeLog |
ChangeLog.setTransactionId(java.lang.Long transactionId)
Transaction ID of this change log.
|
ChangeLog |
ChangeLog.setUserProfileId(java.lang.Long userProfileId)
ID of the user who modified the object.
|
ChangeLog |
ChangeLog.setUserProfileName(java.lang.String userProfileName)
User profile name of the user who modified the object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChangeLog> |
ChangeLogsListResponse.getChangeLogs()
Change log collection.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeLogsListResponse |
ChangeLogsListResponse.setChangeLogs(java.util.List<ChangeLog> changeLogs)
Change log collection.
|