@Immutable public static final class CartCommands.SetCountry extends CartCommands.CartUpdateAction
action| Constructor and Description |
|---|
CartCommands.SetCountry(com.neovisionaries.i18n.CountryCode country) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
com.neovisionaries.i18n.CountryCode |
getCountry() |
int |
hashCode() |
java.lang.String |
toString() |
getActionpublic CartCommands.SetCountry(com.neovisionaries.i18n.CountryCode country)
public com.neovisionaries.i18n.CountryCode getCountry()
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