java.lang.Object
com.gooddata.sdk.model.executeafm.resultspec.TotalItem

public class TotalItem extends Object
Total definition
  • Constructor Details

    • TotalItem

      public TotalItem(String measureIdentifier, String type, String attributeIdentifier)
      Total definition
      Parameters:
      measureIdentifier - measure on which is total defined
      type - total type
      attributeIdentifier - internal attribute identifier in AFM defining total placement
    • TotalItem

      public TotalItem(String measureIdentifier, Total total, String attributeIdentifier)
  • Method Details

    • getType

      public String getType()
      total type
      Returns:
      total type
    • getMeasureIdentifier

      public String getMeasureIdentifier()
      internal measure identifier in AFM, on which is total defined
      Returns:
      measure
    • getAttributeIdentifier

      public String getAttributeIdentifier()
      internal attribute identifier in AFM defining total placement
      Returns:
      identifier (never null)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object