Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Tag |
build() |
Tag.Builder |
copy(Tag model) |
Tag.Builder |
tagName(String tagName)
Key that specifies the tag name.
|
Tag.Builder |
tagValue(String tagValue)
Value associated with the tag key.
|
public Tag.Builder tagName(String tagName)
Key that specifies the tag name.
tagName
- the value to setpublic Tag.Builder tagValue(String tagValue)
Value associated with the tag key.
tagValue
- the value to setpublic Tag build()
public Tag.Builder copy(Tag model)
Copyright © 2016–2024. All rights reserved.