| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.Builder.build()
Build a
Tag object using this builder |
static Tag |
ChannelUtil.getTag(Channel channel,
String tagName)
Deprecated.
|
Tag |
Channel.getTag(String tagName)
Returns the tag with name = tagName is present on this channel else
returns null
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Tag> |
Channel.getTags()
Returns a list of
Tags associated with this channel. |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
Tag.Builder.tag(Tag tag)
Returns a
Tag.Builder to build a Tag which is a copy of
the given tag. |
Copyright © 2016. All Rights Reserved.