public interface TermStats
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
Long |
getProductCount() |
String |
getTerm() |
static TermStats |
of(String term,
Long count) |
static TermStats |
of(String term,
Long count,
Long productCount) |