Class Customs


  • public class Customs
    extends Object
    • Constructor Detail

      • Customs

        public Customs()
    • Method Detail

      • getContents

        public String getContents()
      • getCustomsItems

        public List<Object> getCustomsItems()
      • getNonDelivery

        public String getNonDelivery()
      • getBuyerShippingAmountPaid

        public BigDecimal getBuyerShippingAmountPaid()
      • getDutiesPaid

        public BigDecimal getDutiesPaid()
      • setContents

        public void setContents​(String contents)
      • setCustomsItems

        public void setCustomsItems​(List<Object> customsItems)
      • setNonDelivery

        public void setNonDelivery​(String nonDelivery)
      • setBuyerShippingAmountPaid

        public void setBuyerShippingAmountPaid​(BigDecimal buyerShippingAmountPaid)
      • setDutiesPaid

        public void setDutiesPaid​(BigDecimal dutiesPaid)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object