public static class TagMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TagMetadata |
build() |
TagMetadata.Builder |
copy(TagMetadata model) |
TagMetadata.Builder |
tagType(TagMetadata.TagType tagType)
Type associated with the tag key.
|
TagMetadata.Builder |
tagUnit(TagMetadata.TagUnit tagUnit)
Unit associated with the tag key.
|
public TagMetadata.Builder tagType(TagMetadata.TagType tagType)
Type associated with the tag key.
tagType
- the value to setpublic TagMetadata.Builder tagUnit(TagMetadata.TagUnit tagUnit)
Unit associated with the tag key.
tagUnit
- the value to setpublic TagMetadata build()
public TagMetadata.Builder copy(TagMetadata model)
Copyright © 2016–2024. All rights reserved.