类 GuildApply
java.lang.Object
cn.handyplus.guild.enter.GuildApply
- 所有已实现的接口:
Serializable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取审批玩家名称获取审批玩家uuid获取审批结果获取申请时间获取公会idgetId()获取ID获取玩家名称获取玩家uuidvoidsetApplyPlayerName(String applyPlayerName) 设置审批玩家名称voidsetApplyPlayerUuid(UUID applyPlayerUuid) 设置审批玩家uuidvoidsetApplyResult(Integer applyResult) 设置审批结果voidsetApplyTime(Date applyTime) 设置申请时间voidsetGuildInfoId(Integer guildInfoId) 设置公会idvoid设置IDvoidsetPlayerName(String playerName) 设置玩家名称voidsetPlayerUuid(UUID playerUuid) 设置玩家uuid
-
构造器详细资料
-
GuildApply
public GuildApply()
-
-
方法详细资料
-
getId
-
setId
-
getGuildInfoId
-
setGuildInfoId
-
getPlayerName
-
setPlayerName
-
getPlayerUuid
-
setPlayerUuid
-
getApplyTime
-
setApplyTime
-
getApplyResult
-
setApplyResult
-
getApplyPlayerName
-
setApplyPlayerName
-
getApplyPlayerUuid
-
setApplyPlayerUuid
-