Interface TrckTag.Builder1

Enclosing class:
TrckTag

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

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

    • value

      TrckTag value(@Nonnull String value)
      Set the value of this TrckTag instance.
      Parameters:
      value - tag value
      Returns:
      The TrckTag instance.