public class AddItemListToCartRequest extends Object implements Serializable
ItemLists to a cart.| Constructor and Description | 
|---|
AddItemListToCartRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
Set<String> | 
getItemListIds()
Set of ids representing the  
ItemLists that are to be added to cart | 
int | 
hashCode()  | 
void | 
setItemListIds(Set<String> itemListIds)
Set of ids representing the  
ItemLists that are to be added to cart | 
String | 
toString()  | 
public Set<String> getItemListIds()
ItemLists that are to be added to cartpublic void setItemListIds(Set<String> itemListIds)
ItemLists that are to be added to cartitemListIds - Set of ids representing the ItemLists that are to be added to cartprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.