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 of Grid.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static MetricGroup METRIC_GROUP  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static boolean equals​(java.lang.String string)  
    java.lang.String getValue()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • 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:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object