Class InboundPackages
- java.lang.Object
-
- software.amazon.spapi.models.awd.v2024_05_09.InboundPackages
-
public class InboundPackages extends java.lang.Object
Represents the packages to inbound.
-
-
Constructor Summary
Constructors Constructor Description InboundPackages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundPackages
addPackagesToInboundItem(DistributionPackageQuantity packagesToInboundItem)
boolean
equals(java.lang.Object o)
java.util.List<DistributionPackageQuantity>
getPackagesToInbound()
List of packages to be inbounded.int
hashCode()
InboundPackages
packagesToInbound(java.util.List<DistributionPackageQuantity> packagesToInbound)
void
setPackagesToInbound(java.util.List<DistributionPackageQuantity> packagesToInbound)
java.lang.String
toString()
-
-
-
Method Detail
-
packagesToInbound
public InboundPackages packagesToInbound(java.util.List<DistributionPackageQuantity> packagesToInbound)
-
addPackagesToInboundItem
public InboundPackages addPackagesToInboundItem(DistributionPackageQuantity packagesToInboundItem)
-
getPackagesToInbound
public java.util.List<DistributionPackageQuantity> getPackagesToInbound()
List of packages to be inbounded.- Returns:
- packagesToInbound
-
setPackagesToInbound
public void setPackagesToInbound(java.util.List<DistributionPackageQuantity> packagesToInbound)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-