com.cloudera.api.model
Class ApiReplicationCommandList
java.lang.Object
  
com.cloudera.api.model.ApiReplicationCommandList
- All Implemented Interfaces: 
 - Iterable<ApiReplicationCommand>
 
public class ApiReplicationCommandList
- extends Object
 
A list of replication commands.
 
 
 
 
ITEMS_ATTR
public static final String ITEMS_ATTR
- See Also:
 - Constant Field Values
 
values
protected List<T> values
ApiReplicationCommandList
public ApiReplicationCommandList()
ApiReplicationCommandList
public ApiReplicationCommandList(List<ApiReplicationCommand> commands)
getCommands
public List<ApiReplicationCommand> getCommands()
 
setCommands
public void setCommands(List<ApiReplicationCommand> commands)
 
add
public boolean add(T item)
 
 
iterator
public Iterator<T> iterator()
- Specified by:
 iterator in interface Iterable<T>
 
 
size
public int size()
 
 
get
public T get(int index)
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
equals
public boolean equals(Object o)
- Overrides:
 equals in class Object
 
 
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.