Class TotalLocatorItem

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

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

    Constructors 
    Constructor Description
    TotalLocatorItem​(java.lang.String attributeIdentifier, java.lang.String totalType)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAttributeIdentifier()  
    java.lang.String getTotalType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TotalLocatorItem

      public TotalLocatorItem​(java.lang.String attributeIdentifier, java.lang.String totalType)
  • Method Details

    • getAttributeIdentifier

      public java.lang.String getAttributeIdentifier()
    • getTotalType

      public java.lang.String getTotalType()
    • toString

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