public class MissingAttributesDetailsImpl extends Object implements MissingAttributesDetails
| Constructor and Description |
|---|
MissingAttributesDetailsImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMissingAttributeNames()
Number of products missing attribute names.
|
Integer |
getMissingAttributeValues()
Number of products missing attribute values.
|
Integer |
getTotal()
Number of products scanned.
|
int |
hashCode() |
void |
setMissingAttributeNames(Integer missingAttributeNames) |
void |
setMissingAttributeValues(Integer missingAttributeValues) |
void |
setTotal(Integer total) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withMissingAttributesDetailspublic Integer getTotal()
Number of products scanned.
getTotal in interface MissingAttributesDetailspublic Integer getMissingAttributeNames()
Number of products missing attribute names.
getMissingAttributeNames in interface MissingAttributesDetailspublic Integer getMissingAttributeValues()
Number of products missing attribute values.
getMissingAttributeValues in interface MissingAttributesDetailspublic void setTotal(Integer total)
setTotal in interface MissingAttributesDetailspublic void setMissingAttributeNames(Integer missingAttributeNames)
setMissingAttributeNames in interface MissingAttributesDetailspublic void setMissingAttributeValues(Integer missingAttributeValues)
setMissingAttributeValues in interface MissingAttributesDetails