public final class ConversationKey
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getKey() |
java.lang.String |
getTargetId() |
Conversation.ConversationType |
getType() |
static ConversationKey |
obtain(java.lang.String key) |
static ConversationKey |
obtain(java.lang.String targetId,
Conversation.ConversationType type) |
void |
setKey(java.lang.String key) |
void |
setTargetId(java.lang.String targetId) |
void |
setType(Conversation.ConversationType type) |
public static ConversationKey obtain(java.lang.String targetId, Conversation.ConversationType type)
public static ConversationKey obtain(java.lang.String key)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getTargetId()
public void setTargetId(java.lang.String targetId)
public Conversation.ConversationType getType()
public void setType(Conversation.ConversationType type)