Class NestedFilter

    • Method Detail

      • filterId

        public final String filterId()

        An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

        Returns:
        An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
      • column

        public final ColumnIdentifier column()

        The column that the filter is applied to.

        Returns:
        The column that the filter is applied to.
      • includeInnerSet

        public final Boolean includeInnerSet()

        A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.

        Returns:
        A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
      • innerFilter

        public final InnerFilter innerFilter()

        The InnerFilter defines the subset of data to be used with the NestedFilter.

        Returns:
        The InnerFilter defines the subset of data to be used with the NestedFilter.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)