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