public class SetRemovalTimeBatchConfiguration extends BatchConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasRemovalTime |
protected boolean |
isHierarchical |
protected Date |
removalTime |
failIfNotExists, ids| Constructor and Description |
|---|
SetRemovalTimeBatchConfiguration(List<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getRemovalTime() |
boolean |
hasRemovalTime() |
boolean |
isHierarchical() |
SetRemovalTimeBatchConfiguration |
setHasRemovalTime(boolean hasRemovalTime) |
SetRemovalTimeBatchConfiguration |
setHierarchical(boolean hierarchical) |
SetRemovalTimeBatchConfiguration |
setRemovalTime(Date removalTime) |
getIds, isFailIfNotExists, setFailIfNotExists, setIdsprotected Date removalTime
protected boolean hasRemovalTime
protected boolean isHierarchical
public Date getRemovalTime()
public SetRemovalTimeBatchConfiguration setRemovalTime(Date removalTime)
public boolean hasRemovalTime()
public SetRemovalTimeBatchConfiguration setHasRemovalTime(boolean hasRemovalTime)
public boolean isHierarchical()
public SetRemovalTimeBatchConfiguration setHierarchical(boolean hierarchical)
Copyright © 2022. All rights reserved.