Class ProductGroup
java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.ProductGroup
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@DecimalMin("0") Long
getId()
@DecimalMin("0") Integer
getTitle()
int
hashCode()
void
void
void
setProductsCount
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> productsCountUnsafeSupplier) void
setProductsCount
(Integer productsCount) void
setTitle
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> titleUnsafeSupplier) void
static ProductGroup
toString()
static ProductGroup
unsafeToDTO
(String json)
-
Field Details
-
id
-
productsCount
-
title
-
xClassName
-
-
Constructor Details
-
ProductGroup
public ProductGroup()
-
-
Method Details