@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiBulkCommandList extends Object
Constructor and Description |
---|
ApiBulkCommandList() |
Modifier and Type | Method and Description |
---|---|
ApiBulkCommandList |
addErrorsItem(String errorsItem) |
ApiBulkCommandList |
addItemsItem(ApiCommand itemsItem) |
boolean |
equals(Object o) |
ApiBulkCommandList |
errors(List<String> errors) |
List<String> |
getErrors()
Errors that occurred when issuing individual commands.
|
List<ApiCommand> |
getItems() |
int |
hashCode() |
ApiBulkCommandList |
items(List<ApiCommand> items) |
void |
setErrors(List<String> errors) |
void |
setItems(List<ApiCommand> items) |
String |
toString() |
public ApiBulkCommandList items(List<ApiCommand> items)
public ApiBulkCommandList addItemsItem(ApiCommand itemsItem)
public List<ApiCommand> getItems()
public void setItems(List<ApiCommand> items)
public ApiBulkCommandList errors(List<String> errors)
public ApiBulkCommandList addErrorsItem(String errorsItem)
public List<String> getErrors()
Copyright © 2019. All rights reserved.