public final class Delivery
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Delivery() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
org.joda.time.DateTime |
getCreatedAt() |
java.lang.String |
getId() |
java.util.List<DeliveryItem> |
getItems()
Collects the ids and quantities of shipped line items and custom line items.
|
java.util.List<Parcel> |
getParcels()
The parcels that contains the items.
|
int |
hashCode() |
java.lang.String |
toString() |
@Nonnull public java.lang.String getId()
@Nonnull public org.joda.time.DateTime getCreatedAt()
@Nonnull public java.util.List<DeliveryItem> getItems()
@Nonnull public java.util.List<Parcel> getParcels()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object