-
- All Implemented Interfaces:
public final class GuildInfoData频道详情
-
-
Constructor Summary
Constructors Constructor Description GuildInfoData(String guildId, String guildName, Long guildDisplayId)
-
Method Summary
Modifier and Type Method Description final StringgetGuildId()频道ID final StringgetGuildName()频道名称 final LonggetGuildDisplayId()频道显示ID, 公测后可能作为搜索ID使用 -
-
Method Detail
-
getGuildId
final String getGuildId()
频道ID
-
getGuildName
final String getGuildName()
频道名称
-
getGuildDisplayId
final Long getGuildDisplayId()
频道显示ID, 公测后可能作为搜索ID使用
-
-
-
-