ChannelIdentifier

public class ChannelIdentifier

Identifies a channel by its type and ID.

Parameters

channelType

The type of the channel

channelId

The unique identifier of the channel

Inheritors

Constructors

Link copied to clipboard
public ChannelIdentifier ChannelIdentifier(ChannelType channelType, String channelId)

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
private final ChannelType channelType

Functions

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public String getChannelId()
Link copied to clipboard
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public String toString()