public class DiffElement
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
clientId
aka old_id: the (placeholder) id the element had when the client sent it.
|
java.lang.Long |
serverId
aka new_id: the id the element now has on the server.
|
java.lang.Integer |
serverVersion
aka new_version: the new version element now has on the server.
|
Element.Type |
type |
| Constructor and Description |
|---|
DiffElement() |
public Element.Type type
public long clientId
public java.lang.Long serverId
public java.lang.Integer serverVersion