Class FailureLabelFilterParameter.FailureLabel

java.lang.Object
org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter.FailureLabel
Enclosing class:
FailureLabelFilterParameter

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

    • FailureLabel

      public FailureLabel(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()