public class ItemShippingDetailsDraftImpl extends Object implements ItemShippingDetailsDraft, io.vrap.rmf.base.client.ModelBase
Constructor and Description |
---|
ItemShippingDetailsDraftImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ItemShippingTarget> |
getTargets()
Maps to
ItemShippingDetailsDraft.targets . |
int |
hashCode() |
void |
setTargets(ItemShippingTarget... targets) |
void |
setTargets(List<ItemShippingTarget> targets) |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, typeReference, withItemShippingDetailsDraft
public List<ItemShippingTarget> getTargets()
Maps to ItemShippingDetailsDraft.targets
.
getTargets
in interface ItemShippingDetailsDraft
public void setTargets(ItemShippingTarget... targets)
setTargets
in interface ItemShippingDetailsDraft
public void setTargets(List<ItemShippingTarget> targets)
setTargets
in interface ItemShippingDetailsDraft