public static class DefaultCartOperationService.BulkCartItemCreationResponse extends Object
Constructor and Description |
---|
BulkCartItemCreationResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<AddItemFailure> |
getAddItemFailures()
All failures that occurred.
|
List<com.broadleafcommerce.cart.client.domain.CartItem> |
getCartItems()
The list of
CartItems that were successfully created from the
AddItemRequests |
List<AddItemRequest> |
getSuccessfulRequests()
All requests that were successfully processed.
|
int |
hashCode() |
void |
setAddItemFailures(List<AddItemFailure> addItemFailures)
All failures that occurred.
|
void |
setCartItems(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItems)
The list of
CartItems that were successfully created from the
AddItemRequests |
void |
setSuccessfulRequests(List<AddItemRequest> successfulRequests)
All requests that were successfully processed.
|
String |
toString() |
public List<com.broadleafcommerce.cart.client.domain.CartItem> getCartItems()
CartItems
that were successfully created from the
AddItemRequests
public List<AddItemRequest> getSuccessfulRequests()
public List<AddItemFailure> getAddItemFailures()
public void setCartItems(List<com.broadleafcommerce.cart.client.domain.CartItem> cartItems)
CartItems
that were successfully created from the
AddItemRequests
public void setSuccessfulRequests(List<AddItemRequest> successfulRequests)
public void setAddItemFailures(List<AddItemFailure> addItemFailures)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.