Class TotalLocatorItem

java.lang.Object
com.gooddata.sdk.model.executeafm.resultspec.TotalLocatorItem
All Implemented Interfaces:
LocatorItem

public class TotalLocatorItem extends Object implements LocatorItem
Holds total type and attribute to which this total corresponds. This enables sorting measure by specific totals.
  • Constructor Details

    • TotalLocatorItem

      public TotalLocatorItem(String attributeIdentifier, String totalType)
  • Method Details

    • getAttributeIdentifier

      public String getAttributeIdentifier()
    • getTotalType

      public String getTotalType()
    • toString

      public String toString()
      Overrides:
      toString in class Object