Interface TrckTag.Builder

Enclosing class:
TrckTag

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

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

    • name

      TrckTag.Builder1 name(@Nonnull String name)
      Set the name of this TrckTag instance.
      Parameters:
      name - Generic name which can belong to a tag,label,metric or customInfo Object
      Returns:
      The TrckTag builder.