public class SetRemovalTimeBatchConfiguration extends BatchConfiguration
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasRemovalTime |
protected boolean |
isHierarchical |
protected Date |
removalTime |
batchId, failIfNotExists, idMappings, ids
Constructor and Description |
---|
SetRemovalTimeBatchConfiguration(List<String> ids) |
SetRemovalTimeBatchConfiguration(List<String> ids,
DeploymentMappings mappings) |
Modifier and Type | Method and Description |
---|---|
Date |
getRemovalTime() |
boolean |
hasRemovalTime() |
boolean |
isHierarchical() |
SetRemovalTimeBatchConfiguration |
setHasRemovalTime(boolean hasRemovalTime) |
SetRemovalTimeBatchConfiguration |
setHierarchical(boolean hierarchical) |
SetRemovalTimeBatchConfiguration |
setRemovalTime(Date removalTime) |
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
protected Date removalTime
protected boolean hasRemovalTime
protected boolean isHierarchical
public SetRemovalTimeBatchConfiguration(List<String> ids, DeploymentMappings mappings)
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.