Class Tag.Builder

  • Enclosing class:
    Tag

    public static class Tag.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public Tag.Builder key​(String key)
        The key of the tag.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • value

        public Tag.Builder value​(String value)
        The value of the tag.
        Parameters:
        value - the value to set
        Returns:
        this builder
      • build

        public Tag build()