public class ProductList extends Object implements Serializable
Constructor and Description |
---|
ProductList() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
getProductIdsForMissingEntities()
The list of provided ids for which a Product could not be found
|
List<Product> |
getProducts()
All
Products and their details. |
Set<String> |
getProductUrisForMissingEntities()
The list of provided uris for which a Product could not be found
|
int |
hashCode() |
void |
setProductIdsForMissingEntities(Set<String> productIdsForMissingEntities)
The list of provided ids for which a Product could not be found
|
void |
setProducts(List<Product> products)
All
Products and their details. |
void |
setProductUrisForMissingEntities(Set<String> productUrisForMissingEntities)
The list of provided uris for which a Product could not be found
|
String |
toString() |
public List<Product> getProducts()
Products
and their details.Products
for this product.public Set<String> getProductIdsForMissingEntities()
public Set<String> getProductUrisForMissingEntities()
public void setProducts(List<Product> products)
Products
and their details.productDetails
- All Products
for this product.public void setProductIdsForMissingEntities(Set<String> productIdsForMissingEntities)
productIdsForMissingEntities
- The list of provided ids for which a Product could not be
foundpublic void setProductUrisForMissingEntities(Set<String> productUrisForMissingEntities)
productUrisForMissingEntities
- The list of provided uris for which a Product could not
be foundprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.