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