Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Tag |
build() |
Tag.Builder |
copy(Tag model) |
Tag.Builder |
key(String key)
The key of the tag.
|
Tag.Builder |
value(String value)
The value of the tag.
|
public Tag.Builder key(String key)
The key of the tag.
key
- the value to setpublic Tag.Builder value(String value)
The value of the tag.
value
- the value to setpublic Tag build()
public Tag.Builder copy(Tag model)
Copyright © 2016–2024. All rights reserved.