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()
CartVersionedRequest
getCartVersion
in interface CartVersionedRequest
public void setCartVersion(Integer cartVersion)
CartVersionedRequest
setCartVersion
in interface CartVersionedRequest
cartVersion
- the version to set for this requestprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.