Package org.openapitools.client.model
Class SetRemovalTimeToHistoricBatchesDto
- java.lang.Object
-
- org.openapitools.client.model.SetRemovalTimeToHistoricBatchesDto
-
public class SetRemovalTimeToHistoricBatchesDto extends Object
SetRemovalTimeToHistoricBatchesDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ABSOLUTE_REMOVAL_TIMEstatic StringSERIALIZED_NAME_CALCULATED_REMOVAL_TIMEstatic StringSERIALIZED_NAME_CLEARED_REMOVAL_TIMEstatic StringSERIALIZED_NAME_HISTORIC_BATCH_IDSstatic StringSERIALIZED_NAME_HISTORIC_BATCH_QUERY
-
Constructor Summary
Constructors Constructor Description SetRemovalTimeToHistoricBatchesDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_HISTORIC_BATCH_QUERY
public static final String SERIALIZED_NAME_HISTORIC_BATCH_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORIC_BATCH_IDS
public static final String SERIALIZED_NAME_HISTORIC_BATCH_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ABSOLUTE_REMOVAL_TIME
public static final String SERIALIZED_NAME_ABSOLUTE_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLEARED_REMOVAL_TIME
public static final String SERIALIZED_NAME_CLEARED_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CALCULATED_REMOVAL_TIME
public static final String SERIALIZED_NAME_CALCULATED_REMOVAL_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
historicBatchQuery
public SetRemovalTimeToHistoricBatchesDto historicBatchQuery(Object historicBatchQuery)
-
getHistoricBatchQuery
public Object getHistoricBatchQuery()
Query for the historic batches to set the removal time for.- Returns:
- historicBatchQuery
-
setHistoricBatchQuery
public void setHistoricBatchQuery(Object historicBatchQuery)
-
historicBatchIds
public SetRemovalTimeToHistoricBatchesDto historicBatchIds(List<String> historicBatchIds)
-
addHistoricBatchIdsItem
public SetRemovalTimeToHistoricBatchesDto addHistoricBatchIdsItem(String historicBatchIdsItem)
-
getHistoricBatchIds
public List<String> getHistoricBatchIds()
The ids of the historic batches to set the removal time for.- Returns:
- historicBatchIds
-
absoluteRemovalTime
public SetRemovalTimeToHistoricBatchesDto absoluteRemovalTime(Date absoluteRemovalTime)
-
getAbsoluteRemovalTime
public Date getAbsoluteRemovalTime()
The date for which the instances shall be removed. Value may not be `null`. **Note:** Cannot be set in conjunction with `clearedRemovalTime` or `calculatedRemovalTime`.- Returns:
- absoluteRemovalTime
-
setAbsoluteRemovalTime
public void setAbsoluteRemovalTime(Date absoluteRemovalTime)
-
clearedRemovalTime
public SetRemovalTimeToHistoricBatchesDto clearedRemovalTime(Boolean clearedRemovalTime)
-
getClearedRemovalTime
public Boolean getClearedRemovalTime()
Sets the removal time to `null`. Value may only be `true`, as `false` is the default behavior. **Note:** Cannot be set in conjunction with `absoluteRemovalTime` or `calculatedRemovalTime`.- Returns:
- clearedRemovalTime
-
setClearedRemovalTime
public void setClearedRemovalTime(Boolean clearedRemovalTime)
-
calculatedRemovalTime
public SetRemovalTimeToHistoricBatchesDto calculatedRemovalTime(Boolean calculatedRemovalTime)
-
getCalculatedRemovalTime
public Boolean getCalculatedRemovalTime()
The removal time is calculated based on the engine's configuration settings. Value may only be `true`, as `false` is the default behavior. **Note:** Cannot be set in conjunction with `absoluteRemovalTime` or `clearedRemovalTime`.- Returns:
- calculatedRemovalTime
-
setCalculatedRemovalTime
public void setCalculatedRemovalTime(Boolean calculatedRemovalTime)
-
-