public class EndPointInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR |
Constructor and Description |
---|
EndPointInfo(EndPointType type,
java.lang.String connectorId,
java.lang.String channelId) |
Modifier and Type | Method and Description |
---|---|
static EndPointInfo |
createFromDiscordChannel(net.dv8tion.jda.core.entities.TextChannel channel) |
static EndPointInfo |
createFromIrcChannel(java.lang.String identifier,
org.pircbotx.Channel channel) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getChannelId() |
java.lang.String |
getConnectorId() |
EndPointType |
getType() |
void |
setChannelId(java.lang.String channelId) |
void |
setConnectorId(java.lang.String connectorId) |
void |
setType(EndPointType type) |
java.lang.String |
toString() |
public static final java.lang.String SEPARATOR
public EndPointInfo(EndPointType type, java.lang.String connectorId, java.lang.String channelId)
public java.lang.String getConnectorId()
public void setConnectorId(java.lang.String connectorId)
public java.lang.String getChannelId()
public void setChannelId(java.lang.String channelId)
public java.lang.String toString()
toString
in class java.lang.Object
public EndPointType getType()
public void setType(EndPointType type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static EndPointInfo createFromDiscordChannel(net.dv8tion.jda.core.entities.TextChannel channel)
public static EndPointInfo createFromIrcChannel(java.lang.String identifier, org.pircbotx.Channel channel)