public class AddAttributeRequest extends CartModifyingRequest implements Serializable
| Constructor and Description |
|---|
AddAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getKey()
The attribute's key.
|
Object |
getValue()
The attribute's value.
|
int |
hashCode() |
void |
setKey(String key)
The attribute's key.
|
void |
setValue(Object value)
The attribute's value.
|
String |
toString() |
getCartVersion, getVersion, setCartVersion, setVersionpublic String getKey()
public Object getValue()
public void setKey(String key)
key - The attribute's key.public void setValue(Object value)
value - The attribute's value.public boolean equals(Object o)
equals in class CartModifyingRequestprotected boolean canEqual(Object other)
canEqual in class CartModifyingRequestpublic int hashCode()
hashCode in class CartModifyingRequestpublic String toString()
toString in class CartModifyingRequestCopyright © 2021. All rights reserved.