Class SelectionCriteria

    • Method Detail

      • delimiter

        public final String delimiter()

        A container for the delimiter of the selection criteria being used.

        Returns:
        A container for the delimiter of the selection criteria being used.
      • maxDepth

        public final Integer maxDepth()

        The max depth of the selection criteria

        Returns:
        The max depth of the selection criteria
      • minStorageBytesPercentage

        public final Double minStorageBytesPercentage()

        The minimum number of storage bytes percentage whose metrics will be selected.

        You must choose a value greater than or equal to 1.0.

        Returns:
        The minimum number of storage bytes percentage whose metrics will be selected.

        You must choose a value greater than or equal to 1.0.

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