Class ProductDetailResponse
java.lang.Object
de.codebarista.shopware.model.core.ProductDetailResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class ProductDetailResponse
extends Object
Represents a product along with detailed information required to display a variant selection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConfiguratorItem(PropertyGroup configuratorItem) configurator(List<PropertyGroup> configurator) booleanList of property groups with their corresponding options and information on how to display them.Get productinthashCode()voidsetConfigurator(List<PropertyGroup> configurator) voidsetProduct(Product product) toString()
-
Field Details
-
JSON_PROPERTY_PRODUCT
- See Also:
-
JSON_PROPERTY_CONFIGURATOR
- See Also:
-
-
Constructor Details
-
ProductDetailResponse
public ProductDetailResponse()
-
-
Method Details
-
product
-
getProduct
Get product- Returns:
- product
-
setProduct
-
configurator
-
addConfiguratorItem
-
getConfigurator
List of property groups with their corresponding options and information on how to display them.- Returns:
- configurator
-
setConfigurator
-
equals
-
hashCode
public int hashCode() -
toString
-