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