public class BatchConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
failIfNotExists |
protected List<String> |
ids |
| Constructor and Description |
|---|
BatchConfiguration(List<String> ids) |
BatchConfiguration(List<String> ids,
boolean failIfNotExists) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIds() |
boolean |
isFailIfNotExists() |
void |
setFailIfNotExists(boolean failIfNotExists) |
void |
setIds(List<String> ids) |
Copyright © 2022. All rights reserved.