Class ChannelInfoResp
java.lang.Object
com.mikuac.shiro.dto.action.response.ChannelInfoResp
ChannelInfoResp class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean子频道ID子频道名称子频道类型创建时间创建者ID当前启用的慢速模式Key所属频道IDList<com.mikuac.shiro.dto.action.response.ChannelInfoResp.SlowModeInfo>频道内可用慢速模式类型列表发言权限类型可视性类型inthashCode()voidsetChannelId(String channelId) 子频道IDvoidsetChannelName(String channelName) 子频道名称voidsetChannelType(Integer channelType) 子频道类型voidsetCreateTime(Long createTime) 创建时间voidsetCreatorTinyId(String creatorTinyId) 创建者IDvoidsetCurrentSlowMode(Integer currentSlowMode) 当前启用的慢速模式KeyvoidsetOwnerGuildId(String ownerGuildId) 所属频道IDvoidsetSlowModes(List<com.mikuac.shiro.dto.action.response.ChannelInfoResp.SlowModeInfo> slowModes) 频道内可用慢速模式类型列表voidsetTalkPermission(Integer talkPermission) 发言权限类型voidsetVisibleType(Integer visibleType) 可视性类型toString()
-
Constructor Details
-
ChannelInfoResp
public ChannelInfoResp()
-
-
Method Details
-
getOwnerGuildId
所属频道ID -
getChannelId
子频道ID -
getChannelType
子频道类型 -
getChannelName
子频道名称 -
getCreateTime
创建时间 -
getCreatorTinyId
创建者ID -
getTalkPermission
发言权限类型 -
getVisibleType
可视性类型 -
getCurrentSlowMode
当前启用的慢速模式Key -
getSlowModes
频道内可用慢速模式类型列表 -
setOwnerGuildId
所属频道ID -
setChannelId
子频道ID -
setChannelType
子频道类型 -
setChannelName
子频道名称 -
setCreateTime
创建时间 -
setCreatorTinyId
创建者ID -
setTalkPermission
发言权限类型 -
setVisibleType
可视性类型 -
setCurrentSlowMode
当前启用的慢速模式Key -
setSlowModes
public void setSlowModes(List<com.mikuac.shiro.dto.action.response.ChannelInfoResp.SlowModeInfo> slowModes) 频道内可用慢速模式类型列表 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-