Class SimpleMetric
- java.lang.Object
-
- org.alfresco.repo.search.impl.solr.facet.facetsresponse.SimpleMetric
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.solr.facet.facetsresponse.Metric
Metric.METRIC_TYPE
-
-
Constructor Summary
Constructors Constructor Description SimpleMetric(Metric.METRIC_TYPE type, java.lang.Object val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Metric.METRIC_TYPEgetType()java.util.Map<java.lang.String,java.lang.Object>getValue()inthashCode()
-
-
-
Constructor Detail
-
SimpleMetric
public SimpleMetric(Metric.METRIC_TYPE type, java.lang.Object val)
-
-
Method Detail
-
getType
public Metric.METRIC_TYPE getType()
-
getValue
public java.util.Map<java.lang.String,java.lang.Object> getValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-