Class MetricGroup

java.lang.Object
com.gooddata.sdk.model.md.report.MetricGroup
All Implemented Interfaces:
GridElement, Serializable

public final class MetricGroup extends Object implements GridElement, Serializable
Marker element marking the placement of metrics in Grid report. Can be contained either in rows or columns of Grid.
See Also:
  • Field Details

    • METRIC_GROUP

      public static final MetricGroup METRIC_GROUP
  • Method Details

    • getValue

      public String getValue()
    • equals

      public static boolean equals(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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object