Class PrivateMessagePayload
java.lang.Object
com.github.theword.queqiao.tool.payload.MessagePayload
com.github.theword.queqiao.tool.payload.PrivateMessagePayload
私聊消息负载
-
Constructor Summary
ConstructorsConstructorDescriptionPrivateMessagePayload
(com.google.gson.JsonElement message, UUID uuid, String nickname) -
Method Summary
Modifier and TypeMethodDescriptiongetUuid()
void
setNickname
(String nickname) void
toString()
将私聊消息转换为描述字符串,用于日志输出。Methods inherited from class com.github.theword.queqiao.tool.payload.MessagePayload
getMessage, setMessage
-
Constructor Details
-
PrivateMessagePayload
public PrivateMessagePayload() -
PrivateMessagePayload
-
-
Method Details