public static class NetworkClient.BatchList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
BatchList() |
BatchList(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(NetworkClient.BatchList obj) |
NetworkClient.BatchItem[] |
getItems() |
long |
getNextRevision() |
void |
setItems(NetworkClient.BatchItem[] value) |
void |
setNextRevision(long value) |
public BatchList(long cPtr,
boolean cMemoryOwn)
public BatchList()
public static long getCPtr(NetworkClient.BatchList obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setItems(NetworkClient.BatchItem[] value)
public NetworkClient.BatchItem[] getItems()
public void setNextRevision(long value)
public long getNextRevision()