Package ai.nexconn.chatui.model
Class ChannelKey
-
- All Implemented Interfaces:
public final class ChannelKeyCreated by zhjchen on 4/29/15.
-
-
Method Summary
Modifier and Type Method Description StringgetKey()voidsetKey(String key)StringgetTargetId()voidsetTargetId(String targetId)ChannelTypegetType()voidsetType(ChannelType type)static ChannelKeyobtain(String targetId, ChannelType type)static ChannelKeyobtain(String key)-
-
Method Detail
-
getKey
String getKey()
-
setKey
void setKey(String key)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getType
ChannelType getType()
-
setType
void setType(ChannelType type)
-
obtain
static ChannelKey obtain(String targetId, ChannelType type)
-
obtain
static ChannelKey obtain(String key)
-
-
-
-