public class CatalogProductSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogProductSet.Builder
Class to build instances of
CatalogProductSet. |
| Constructor and Description |
|---|
CatalogProductSet(String name,
List<String> productIdsAny,
List<String> productIdsAll,
Long quantityExact,
Long quantityMin,
Long quantityMax,
Boolean allProducts)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAllProducts()
Getter for AllProducts.
|
String |
getName()
Getter for Name.
|
List<String> |
getProductIdsAll()
Getter for ProductIdsAll.
|
List<String> |
getProductIdsAny()
Getter for ProductIdsAny.
|
Long |
getQuantityExact()
Getter for QuantityExact.
|
Long |
getQuantityMax()
Getter for QuantityMax.
|
Long |
getQuantityMin()
Getter for QuantityMin.
|
int |
hashCode() |
CatalogProductSet.Builder |
toBuilder()
Builds a new
CatalogProductSet.Builder object. |
String |
toString()
Converts this CatalogProductSet into string format.
|
public CatalogProductSet(String name, List<String> productIdsAny, List<String> productIdsAll, Long quantityExact, Long quantityMin, Long quantityMax, Boolean allProducts)
name - String value for name.productIdsAny - List of String value for productIdsAny.productIdsAll - List of String value for productIdsAll.quantityExact - Long value for quantityExact.quantityMin - Long value for quantityMin.quantityMax - Long value for quantityMax.allProducts - Boolean value for allProducts.public String getName()
public List<String> getProductIdsAny()
public List<String> getProductIdsAll()
public Long getQuantityExact()
public Long getQuantityMin()
public Long getQuantityMax()
public Boolean getAllProducts()
public String toString()
public CatalogProductSet.Builder toBuilder()
CatalogProductSet.Builder object.
Creates the instance with the state of the current model.CatalogProductSet.Builder objectCopyright © 2022. All rights reserved.