public abstract class CartItemModifyingRequest extends Object implements CartVersionedRequest, Serializable
| Constructor and Description |
|---|
CartItemModifyingRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getCartVersion()
Gets the cart version that the client is aware of.
|
int |
hashCode() |
void |
setCartVersion(Integer cartVersion)
Sets the cart version.
|
String |
toString() |
public Integer getCartVersion()
CartVersionedRequestgetCartVersion in interface CartVersionedRequestpublic void setCartVersion(Integer cartVersion)
CartVersionedRequestsetCartVersion in interface CartVersionedRequestcartVersion - the version to set for this requestprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.