Class RateOptions
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common.RateOptions
-
public class RateOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description RateOptions()RateOptions(List<String> carrierIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getCarrierIds()inthashCode()voidsetCarrierIds(List<String> carrierIds)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-