Class FailureLabelFilterParameter.FailureLabel

  • Enclosing class:
    FailureLabelFilterParameter

    public static class FailureLabelFilterParameter.FailureLabel
    extends Object
    Represents a failure label consisting of a KV pair of strings.
    • Constructor Detail

      • FailureLabel

        public FailureLabel​(String key,
                            String value)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public String getValue()