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, setVersion
public 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 CartModifyingRequest
protected boolean canEqual(Object other)
canEqual
in class CartModifyingRequest
public int hashCode()
hashCode
in class CartModifyingRequest
public String toString()
toString
in class CartModifyingRequest
Copyright © 2021. All rights reserved.