Class Afm


  • public class Afm
    extends java.lang.Object
    Attributes Filters and Measures in so called object form (could have MAQL form in future)
    • Method Detail

      • getAttribute

        public AttributeItem getAttribute​(java.lang.String localIdentifier)
        Find AttributeItem within attributes by given localIdentifier
        Parameters:
        localIdentifier - identifier used for search
        Returns:
        found attribute or throws exception
      • getMeasure

        public MeasureItem getMeasure​(java.lang.String localIdentifier)
        Find MeasureItem within measures by given localIdentifier
        Parameters:
        localIdentifier - identifier used for search
        Returns:
        found measure or throws exception
      • getAttributes

        public java.util.List<AttributeItem> getAttributes()
      • setAttributes

        public void setAttributes​(java.util.List<AttributeItem> attributes)
      • getMeasures

        public java.util.List<MeasureItem> getMeasures()
      • setMeasures

        public void setMeasures​(java.util.List<MeasureItem> measures)
      • getNativeTotals

        public java.util.List<NativeTotalItem> getNativeTotals()
      • setNativeTotals

        public void setNativeTotals​(java.util.List<NativeTotalItem> nativeTotals)
      • toString

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