Class DeliveryChangeValueImpl
java.lang.Object
com.commercetools.history.models.change_value.DeliveryChangeValueImpl
- All Implemented Interfaces:
DeliveryChangeValue,io.vrap.rmf.base.client.ModelBase
public class DeliveryChangeValueImpl
extends Object
implements DeliveryChangeValue, io.vrap.rmf.base.client.ModelBase
DeliveryChangeValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAddress to which the parcels are delivered.getItems()Line Items or Custom Line Items shipped in the Delivery.Parcels included in the Delivery.inthashCode()voidsetAddress(Address address) Address to which the parcels are delivered.voidsetItems(DeliveryItem... items) Line Items or Custom Line Items shipped in the Delivery.voidsetItems(List<DeliveryItem> items) Line Items or Custom Line Items shipped in the Delivery.voidsetParcels(Parcel... parcels) Parcels included in the Delivery.voidsetParcels(List<Parcel> parcels) Parcels included in the Delivery.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.change_value.DeliveryChangeValue
withDeliveryChangeValueMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
DeliveryChangeValueImpl
public DeliveryChangeValueImpl()create empty instance
-
-
Method Details
-
getItems
Line Items or Custom Line Items shipped in the Delivery.
- Specified by:
getItemsin interfaceDeliveryChangeValue- Returns:
- items
-
getAddress
Address to which the parcels are delivered.
- Specified by:
getAddressin interfaceDeliveryChangeValue- Returns:
- address
-
getParcels
Parcels included in the Delivery.
- Specified by:
getParcelsin interfaceDeliveryChangeValue- Returns:
- parcels
-
setItems
Description copied from interface:DeliveryChangeValueLine Items or Custom Line Items shipped in the Delivery.
- Specified by:
setItemsin interfaceDeliveryChangeValue- Parameters:
items- values to be set
-
setItems
Description copied from interface:DeliveryChangeValueLine Items or Custom Line Items shipped in the Delivery.
- Specified by:
setItemsin interfaceDeliveryChangeValue- Parameters:
items- values to be set
-
setAddress
Description copied from interface:DeliveryChangeValueAddress to which the parcels are delivered.
- Specified by:
setAddressin interfaceDeliveryChangeValue- Parameters:
address- value to be set
-
setParcels
Description copied from interface:DeliveryChangeValueParcels included in the Delivery.
- Specified by:
setParcelsin interfaceDeliveryChangeValue- Parameters:
parcels- values to be set
-
setParcels
Description copied from interface:DeliveryChangeValueParcels included in the Delivery.
- Specified by:
setParcelsin interfaceDeliveryChangeValue- Parameters:
parcels- values to be set
-
equals
-
hashCode
-