Class ShippingRate.DeliveryEstimate.Maximum

    • Constructor Detail

      • Maximum

        public Maximum()
    • Method Detail

      • getUnit

        public java.lang.String getUnit()
        A unit of time.

        One of business_day, day, hour, month, or week.

      • getValue

        public java.lang.Long getValue()
        Must be greater than 0.
      • setUnit

        public void setUnit​(java.lang.String unit)
        A unit of time.

        One of business_day, day, hour, month, or week.

      • setValue

        public void setValue​(java.lang.Long value)
        Must be greater than 0.
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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