Class NativeTotalItem

java.lang.Object
com.gooddata.sdk.model.executeafm.afm.NativeTotalItem

public class NativeTotalItem extends Object
Native total definition
  • Constructor Details

    • NativeTotalItem

      public NativeTotalItem(String measureIdentifier, List<String> attributeIdentifiers)
      Native total definition
      Parameters:
      measureIdentifier - measure on which is total defined
      attributeIdentifiers - subset of internal attribute identifiers in AFM defining total placement
  • Method Details

    • getMeasureIdentifier

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

      public List<String> getAttributeIdentifiers()
      subset of internal attribute identifiers in AFM defining total placement
      Returns:
      list of identifiers (never null)
    • toString

      public String toString()
      Overrides:
      toString in class Object