@Immutable public static final class CartCommands.SetShippingMethod extends CartCommands.CartUpdateAction
action| Constructor and Description |
|---|
CartCommands.SetShippingMethod(ReferenceId<ShippingMethod> shippingMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ReferenceId<ShippingMethod> |
getShippingMethod() |
int |
hashCode() |
java.lang.String |
toString() |
getActionpublic CartCommands.SetShippingMethod(ReferenceId<ShippingMethod> shippingMethod)
public ReferenceId<ShippingMethod> getShippingMethod()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object