public interface MissingAttributesDetails
| Modifier and Type | Method and Description |
|---|---|
static MissingAttributesDetailsBuilder |
builder() |
static MissingAttributesDetailsBuilder |
builder(MissingAttributesDetails template) |
@NotNull Integer |
getMissingAttributeNames()
Number of products missing attribute names.
|
@NotNull Integer |
getMissingAttributeValues()
Number of products missing attribute values.
|
@NotNull Integer |
getTotal()
Number of products scanned.
|
static MissingAttributesDetails |
of() |
static MissingAttributesDetails |
of(MissingAttributesDetails template) |
void |
setMissingAttributeNames(Integer missingAttributeNames) |
void |
setMissingAttributeValues(Integer missingAttributeValues) |
void |
setTotal(Integer total) |
default <T> T |
withMissingAttributesDetails(Function<MissingAttributesDetails,T> helper) |
@NotNull @NotNull Integer getTotal()
Number of products scanned.
@NotNull @NotNull Integer getMissingAttributeNames()
Number of products missing attribute names.
@NotNull @NotNull Integer getMissingAttributeValues()
Number of products missing attribute values.
void setTotal(Integer total)
void setMissingAttributeNames(Integer missingAttributeNames)
void setMissingAttributeValues(Integer missingAttributeValues)
static MissingAttributesDetails of()
static MissingAttributesDetails of(MissingAttributesDetails template)
static MissingAttributesDetailsBuilder builder()
static MissingAttributesDetailsBuilder builder(MissingAttributesDetails template)
default <T> T withMissingAttributesDetails(Function<MissingAttributesDetails,T> helper)