public static class NetworkClient.BatchList
extends java.lang.Object
| Constructor and Description |
|---|
BatchList() |
| Modifier and Type | Method and Description |
|---|---|
NetworkClient.BatchItem[] |
getItems() |
long |
getNextRevision() |
void |
setItems(NetworkClient.BatchItem[] value) |
void |
setNextRevision(long value) |
void |
update(NetworkClient.BatchList update) |
public void update(NetworkClient.BatchList update)
public void setItems(NetworkClient.BatchItem[] value)
public NetworkClient.BatchItem[] getItems()
public void setNextRevision(long value)
public long getNextRevision()