Class FulfillmentDetails


  • public class FulfillmentDetails
    extends java.lang.Object
    • Constructor Detail

      • FulfillmentDetails

        public FulfillmentDetails​(boolean hasPhysicalGoods,
                                  boolean isShippingProduct,
                                  long shipmentDurationDays,
                                  ReturnPolicyType returnPolicy)
    • Method Detail

      • hasPhysicalGoods

        public boolean hasPhysicalGoods()
      • isShippingProduct

        public boolean isShippingProduct()
      • shipmentDurationDays

        public long shipmentDurationDays()
      • withHasPhysicalGoods

        public FulfillmentDetails withHasPhysicalGoods​(boolean hasPhysicalGoods)
      • withIsShippingProduct

        public FulfillmentDetails withIsShippingProduct​(boolean isShippingProduct)
      • withShipmentDurationDays

        public FulfillmentDetails withShipmentDurationDays​(long shipmentDurationDays)
      • 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