public interface AttributeCount
| Modifier and Type | Method and Description |
|---|---|
static AttributeCountBuilder |
builder() |
static AttributeCountBuilder |
builder(AttributeCount template) |
@NotNull Integer |
getMissingAttributeValues()
Number of attributes missing values in the variant.
|
@NotNull Integer |
getProductTypeAttributes()
Number of attributes defined in the product type.
|
@NotNull Integer |
getVariantAttributes()
Number of attributes defined in the variant.
|
static AttributeCount |
of() |
static AttributeCount |
of(AttributeCount template) |
void |
setMissingAttributeValues(Integer missingAttributeValues) |
void |
setProductTypeAttributes(Integer productTypeAttributes) |
void |
setVariantAttributes(Integer variantAttributes) |
default <T> T |
withAttributeCount(Function<AttributeCount,T> helper) |
@NotNull @NotNull Integer getProductTypeAttributes()
Number of attributes defined in the product type.
@NotNull @NotNull Integer getVariantAttributes()
Number of attributes defined in the variant.
@NotNull @NotNull Integer getMissingAttributeValues()
Number of attributes missing values in the variant.
void setProductTypeAttributes(Integer productTypeAttributes)
void setVariantAttributes(Integer variantAttributes)
void setMissingAttributeValues(Integer missingAttributeValues)
static AttributeCount of()
static AttributeCount of(AttributeCount template)
static AttributeCountBuilder builder()
static AttributeCountBuilder builder(AttributeCount template)
default <T> T withAttributeCount(Function<AttributeCount,T> helper)