public class BulkBucket extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
commandId  | 
protected List<String> | 
ids  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
BulkBucket()  | 
  | 
BulkBucket(String commandId,
          List<String> ids)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getCommandId()  | 
List<String> | 
getIds()  | 
int | 
hashCode()  | 
void | 
setCommandId(String commandId)  | 
void | 
setIds(List<String> ids)  | 
String | 
toString()  | 
protected BulkBucket()
public BulkBucket(String commandId, List<String> ids)
public String getCommandId()
public void setCommandId(String commandId)
Copyright © 2019 Nuxeo. All rights reserved.