Class ChannelGroupName.Builder (0.50.0)

public static class ChannelGroupName.Builder

Builder for properties/{property}/channelGroups/{channel_group}.

Inheritance

java.lang.Object > ChannelGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ChannelGroupName build()
Returns
TypeDescription
ChannelGroupName

getChannelGroup()

public String getChannelGroup()
Returns
TypeDescription
String

getProperty()

public String getProperty()
Returns
TypeDescription
String

setChannelGroup(String channelGroup)

public ChannelGroupName.Builder setChannelGroup(String channelGroup)
Parameter
NameDescription
channelGroupString
Returns
TypeDescription
ChannelGroupName.Builder

setProperty(String property)

public ChannelGroupName.Builder setProperty(String property)
Parameter
NameDescription
propertyString
Returns
TypeDescription
ChannelGroupName.Builder