@Immutable public static final class CartCommands.CreateCart extends java.lang.Object implements Command
Constructor and Description |
---|
CartCommands.CreateCart(java.util.Currency currency,
java.lang.String customerId,
com.neovisionaries.i18n.CountryCode country,
Cart.InventoryMode inventoryMode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
com.neovisionaries.i18n.CountryCode |
getCountry() |
java.util.Currency |
getCurrency() |
java.lang.String |
getCustomerId() |
Cart.InventoryMode |
getInventoryMode() |
int |
hashCode() |
java.lang.String |
toString() |
public CartCommands.CreateCart(java.util.Currency currency, java.lang.String customerId, com.neovisionaries.i18n.CountryCode country, Cart.InventoryMode inventoryMode)
public java.util.Currency getCurrency()
public java.lang.String getCustomerId()
public Cart.InventoryMode getInventoryMode()
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