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