public class ApiReplicationCommandList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ITEMS_ATTR |
protected List<T> |
values |
Constructor and Description |
---|
ApiReplicationCommandList() |
ApiReplicationCommandList(List<ApiReplicationCommand> commands) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T item) |
boolean |
equals(Object o) |
T |
get(int index) |
List<ApiReplicationCommand> |
getCommands() |
int |
hashCode() |
Iterator<T> |
iterator() |
void |
setCommands(List<ApiReplicationCommand> commands) |
int |
size() |
String |
toString() |
public static final String ITEMS_ATTR
protected List<T> values
public ApiReplicationCommandList()
public ApiReplicationCommandList(List<ApiReplicationCommand> commands)
public List<ApiReplicationCommand> getCommands()
public void setCommands(List<ApiReplicationCommand> commands)
public boolean add(T item)
public int size()
public T get(int index)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.