@Validated
public class GenericMetric
extends Object
A metric used in faceting
-
Constructor Summary
Constructors
-
Method Summary
boolean
The type of metric, e.g. count
int
void
void
-
Constructor Details
-
GenericMetric
public GenericMetric()
-
Method Details
-
-
getType
The type of metric, e.g. count
- Returns:
- type
-
setType
public void setType(String type)
-
-
getValue
The metric value, e.g. {\"count\": 34}
- Returns:
- value
-
setValue
public void setValue(Object value)
-
-
-