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