Package com.gooddata.sdk.model.md.report
Class MetricGroup
- java.lang.Object
-
- com.gooddata.sdk.model.md.report.MetricGroup
-
- All Implemented Interfaces:
GridElement,java.io.Serializable
public final class MetricGroup extends java.lang.Object implements GridElement, java.io.Serializable
Marker element marking the placement of metrics in Grid report. Can be contained either in rows or columns ofGrid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MetricGroupMETRIC_GROUP
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static booleanequals(java.lang.String string)java.lang.StringgetValue()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
METRIC_GROUP
public static final MetricGroup METRIC_GROUP
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
equals
public static boolean equals(java.lang.String string)
- Parameters:
string- string to compare whether is metricGroup- Returns:
- true when the
METRIC_GROUP's string value equals to the argument, false otherwise
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-