Package org.openapitools.client.model
Class SetRemovalTimeToHistoricBatchesDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.SetRemovalTimeToHistoricBatchesDtoAllOf
-
public class SetRemovalTimeToHistoricBatchesDtoAllOf extends Object
SetRemovalTimeToHistoricBatchesDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HISTORIC_BATCH_IDSstatic StringSERIALIZED_NAME_HISTORIC_BATCH_QUERY
-
Constructor Summary
Constructors Constructor Description SetRemovalTimeToHistoricBatchesDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetRemovalTimeToHistoricBatchesDtoAllOfaddHistoricBatchIdsItem(String historicBatchIdsItem)booleanequals(Object o)List<String>getHistoricBatchIds()The ids of the historic batches to set the removal time for.ObjectgetHistoricBatchQuery()Query for the historic batches to set the removal time for.inthashCode()SetRemovalTimeToHistoricBatchesDtoAllOfhistoricBatchIds(List<String> historicBatchIds)SetRemovalTimeToHistoricBatchesDtoAllOfhistoricBatchQuery(Object historicBatchQuery)voidsetHistoricBatchIds(List<String> historicBatchIds)voidsetHistoricBatchQuery(Object historicBatchQuery)StringtoString()
-
-
-
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
-
-
Method Detail
-
historicBatchQuery
public SetRemovalTimeToHistoricBatchesDtoAllOf 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 SetRemovalTimeToHistoricBatchesDtoAllOf historicBatchIds(List<String> historicBatchIds)
-
addHistoricBatchIdsItem
public SetRemovalTimeToHistoricBatchesDtoAllOf addHistoricBatchIdsItem(String historicBatchIdsItem)
-
getHistoricBatchIds
public List<String> getHistoricBatchIds()
The ids of the historic batches to set the removal time for.- Returns:
- historicBatchIds
-
-