public class DataUpdateInfo extends Object
| Constructor and Description |
|---|
DataUpdateInfo(String entity,
String entityType,
long timestamp) |
DataUpdateInfo(String entity,
String entityType,
long timestamp,
String updater) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity() |
long |
getTimestamp() |
String |
getUpdater() |
void |
setEntity(String entity) |
void |
setTimestamp(long timestamp) |
void |
setUpdater(String updater) |
Copyright © 2017. All Rights Reserved.