Interface TrckLabel.Builder1

Enclosing class:
TrckLabel

public static interface TrckLabel.Builder1
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    value(String value)
    Set the value of this TrckLabel instance.
  • Method Details

    • value

      TrckLabel value(@Nonnull String value)
      Set the value of this TrckLabel instance.
      Parameters:
      value - Metric Label Value
      Returns:
      The TrckLabel instance.