public class ApiMrUsageReport extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ITEMS_ATTR |
protected List<T> |
values |
Constructor and Description |
---|
ApiMrUsageReport() |
ApiMrUsageReport(List<ApiMrUsageReportRow> values) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T item) |
boolean |
equals(Object o) |
T |
get(int index) |
List<ApiMrUsageReportRow> |
getReportRows()
A list of per-user usage information at the requested time
granularity.
|
int |
hashCode() |
Iterator<T> |
iterator() |
void |
setReportRows(List<ApiMrUsageReportRow> rows) |
int |
size() |
String |
toString() |
public static final String ITEMS_ATTR
protected List<T> values
public ApiMrUsageReport()
public ApiMrUsageReport(List<ApiMrUsageReportRow> values)
public List<ApiMrUsageReportRow> getReportRows()
public void setReportRows(List<ApiMrUsageReportRow> rows)
public boolean add(T item)
public int size()
public T get(int index)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.