Class InventorySummary


  • public class InventorySummary
    extends java.lang.Object
    Summary of inventory per SKU.
    • Constructor Detail

      • InventorySummary

        public InventorySummary()
    • Method Detail

      • getExpirationDetails

        public java.util.List<ExpirationDetails> getExpirationDetails()
        The expiration details of the inventory. This object will only appear if the `details` parameter in the request is set to `SHOW`.
        Returns:
        expirationDetails
      • setExpirationDetails

        public void setExpirationDetails​(java.util.List<ExpirationDetails> expirationDetails)
      • getInventoryDetails

        public InventoryDetails getInventoryDetails()
        Get inventoryDetails
        Returns:
        inventoryDetails
      • setInventoryDetails

        public void setInventoryDetails​(InventoryDetails inventoryDetails)
      • getSku

        public java.lang.String getSku()
        The seller or merchant SKU.
        Returns:
        sku
      • setSku

        public void setSku​(java.lang.String sku)
      • totalInboundQuantity

        public InventorySummary totalInboundQuantity​(java.lang.Long totalInboundQuantity)
      • getTotalInboundQuantity

        public java.lang.Long getTotalInboundQuantity()
        Total quantity that is in-transit from the seller and has not yet been received at an AWD Distribution Center
        Returns:
        totalInboundQuantity
      • setTotalInboundQuantity

        public void setTotalInboundQuantity​(java.lang.Long totalInboundQuantity)
      • totalOnhandQuantity

        public InventorySummary totalOnhandQuantity​(java.lang.Long totalOnhandQuantity)
      • getTotalOnhandQuantity

        public java.lang.Long getTotalOnhandQuantity()
        Total quantity that is present in AWD distribution centers.
        Returns:
        totalOnhandQuantity
      • setTotalOnhandQuantity

        public void setTotalOnhandQuantity​(java.lang.Long totalOnhandQuantity)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object