Class DimensionFilter

    • Constructor Detail

      • DimensionFilter

        public DimensionFilter()
    • Method Detail

      • setName

        public void setName​(String name)

        The dimension name to be matched.

        Parameters:
        name - The dimension name to be matched.
      • getName

        public String getName()

        The dimension name to be matched.

        Returns:
        The dimension name to be matched.
      • withName

        public DimensionFilter withName​(String name)

        The dimension name to be matched.

        Parameters:
        name - The dimension name to be matched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setValue

        public void setValue​(String value)

        The value of the dimension to be matched.

        Specifying a Name without specifying a Value returns all values associated with that Name.
        Parameters:
        value - The value of the dimension to be matched.

        Specifying a Name without specifying a Value returns all values associated with that Name.
      • getValue

        public String getValue()

        The value of the dimension to be matched.

        Specifying a Name without specifying a Value returns all values associated with that Name.
        Returns:
        The value of the dimension to be matched.

        Specifying a Name without specifying a Value returns all values associated with that Name.
      • withValue

        public DimensionFilter withValue​(String value)

        The value of the dimension to be matched.

        Specifying a Name without specifying a Value returns all values associated with that Name.
        Parameters:
        value - The value of the dimension to be matched.

        Specifying a Name without specifying a Value returns all values associated with that Name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object