Package com.gooddata.executeafm.afm
Class NativeTotalItem
- java.lang.Object
-
- com.gooddata.executeafm.afm.NativeTotalItem
-
public class NativeTotalItem extends Object
Native total definition
-
-
Constructor Summary
Constructors Constructor Description NativeTotalItem(String measureIdentifier, String... attributeIdentifiers)Native total definitionNativeTotalItem(String measureIdentifier, List<String> attributeIdentifiers)Native total definition
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAttributeIdentifiers()subset of internal attribute identifiers in AFM defining total placementStringgetMeasureIdentifier()internal identifier of measure in AFM, on which is total definedStringtoString()
-
-
-
Constructor Detail
-
NativeTotalItem
public NativeTotalItem(String measureIdentifier, List<String> attributeIdentifiers)
Native total definition- Parameters:
measureIdentifier- measure on which is total definedattributeIdentifiers- subset of internal attribute identifiers in AFM defining total placement
-
-
Method Detail
-
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)
-
-