@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() |
getAction
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object