Class TimeEqualityFilter

    • 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.
      • value

        public final Instant value()

        The value of a TimeEquality filter.

        This field is mutually exclusive to RollingDate and ParameterName.

        Returns:
        The value of a TimeEquality filter.

        This field is mutually exclusive to RollingDate and ParameterName.

      • parameterName

        public final String parameterName()

        The parameter whose value should be used for the filter value.

        This field is mutually exclusive to Value and RollingDate.

        Returns:
        The parameter whose value should be used for the filter value.

        This field is mutually exclusive to Value and RollingDate.

      • rollingDate

        public final RollingDateConfiguration rollingDate()

        The rolling date input for the TimeEquality filter.

        This field is mutually exclusive to Value and ParameterName.

        Returns:
        The rolling date input for the TimeEquality filter.

        This field is mutually exclusive to Value and ParameterName.

      • 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)