Class ChannelInfoResp

java.lang.Object
com.mikuac.shiro.dto.action.response.ChannelInfoResp

public class ChannelInfoResp extends Object

ChannelInfoResp class.

  • Constructor Details

    • ChannelInfoResp

      public ChannelInfoResp()
  • Method Details

    • getOwnerGuildId

      public String getOwnerGuildId()
      所属频道ID
    • getChannelId

      public String getChannelId()
      子频道ID
    • getChannelType

      public Integer getChannelType()
      子频道类型
    • getChannelName

      public String getChannelName()
      子频道名称
    • getCreateTime

      public Long getCreateTime()
      创建时间
    • getCreatorTinyId

      public String getCreatorTinyId()
      创建者ID
    • getTalkPermission

      public Integer getTalkPermission()
      发言权限类型
    • getVisibleType

      public Integer getVisibleType()
      可视性类型
    • getCurrentSlowMode

      public Integer getCurrentSlowMode()
      当前启用的慢速模式Key
    • getSlowModes

      public List<com.mikuac.shiro.dto.action.response.ChannelInfoResp.SlowModeInfo> getSlowModes()
      频道内可用慢速模式类型列表
    • setOwnerGuildId

      public void setOwnerGuildId(String ownerGuildId)
      所属频道ID
    • setChannelId

      public void setChannelId(String channelId)
      子频道ID
    • setChannelType

      public void setChannelType(Integer channelType)
      子频道类型
    • setChannelName

      public void setChannelName(String channelName)
      子频道名称
    • setCreateTime

      public void setCreateTime(Long createTime)
      创建时间
    • setCreatorTinyId

      public void setCreatorTinyId(String creatorTinyId)
      创建者ID
    • setTalkPermission

      public void setTalkPermission(Integer talkPermission)
      发言权限类型
    • setVisibleType

      public void setVisibleType(Integer visibleType)
      可视性类型
    • setCurrentSlowMode

      public void setCurrentSlowMode(Integer currentSlowMode)
      当前启用的慢速模式Key
    • setSlowModes

      public void setSlowModes(List<com.mikuac.shiro.dto.action.response.ChannelInfoResp.SlowModeInfo> slowModes)
      频道内可用慢速模式类型列表
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object