类 LivingInfoData

java.lang.Object
com.github.shuaidd.dto.tool.LivingInfoData

public class LivingInfoData extends Object
描述
作者:
ddshuai date 2021-01-12 13:26
  • 字段详细资料

    • theme

      private String theme
    • livingStart

      private Date livingStart
    • livingDuration

      private Integer livingDuration
      直播时长,单位为秒
    • status

      private Integer status
      直播的状态,0:待开始,1:直播中,2:已结束,3:已过期,4:已取消
    • reserveLivingStart

      private Date reserveLivingStart
    • reserveLivingDuration

      private Integer reserveLivingDuration
    • description

      private String description
    • anchorUserId

      private String anchorUserId
    • mainDepartment

      private Integer mainDepartment
    • viewerNum

      private Integer viewerNum
      观看直播总人数
    • commentNum

      private Integer commentNum
      comment_num
    • micNum

      private Integer micNum
      连麦发言人数
    • openReplay

      private Integer openReplay
      是否开启回放,1表示开启,0表示关闭
    • replayStatus

      private Integer replayStatus
      open_replay为1时才返回该字段。0表示生成成功,1表示生成中,2表示回放已删除,3表示生成失败
    • type

      private Integer type
      直播的类型,0:通用直播,1:小班课,2:大班课,3:企业培训,4:活动直播
    • pushStreamUrl

      private String pushStreamUrl
      推流地址,仅直播类型为活动直播并且直播状态是待开播返回该字段
  • 构造器详细资料

    • LivingInfoData

      public LivingInfoData()
  • 方法详细资料

    • getTheme

      public String getTheme()
    • setTheme

      public void setTheme(String theme)
    • getLivingStart

      public Date getLivingStart()
    • setLivingStart

      public void setLivingStart(Date livingStart)
    • getLivingDuration

      public Integer getLivingDuration()
    • setLivingDuration

      public void setLivingDuration(Integer livingDuration)
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • getReserveLivingStart

      public Date getReserveLivingStart()
    • setReserveLivingStart

      public void setReserveLivingStart(Date reserveLivingStart)
    • getReserveLivingDuration

      public Integer getReserveLivingDuration()
    • setReserveLivingDuration

      public void setReserveLivingDuration(Integer reserveLivingDuration)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getAnchorUserId

      public String getAnchorUserId()
    • setAnchorUserId

      public void setAnchorUserId(String anchorUserId)
    • getMainDepartment

      public Integer getMainDepartment()
    • setMainDepartment

      public void setMainDepartment(Integer mainDepartment)
    • getViewerNum

      public Integer getViewerNum()
    • setViewerNum

      public void setViewerNum(Integer viewerNum)
    • getCommentNum

      public Integer getCommentNum()
    • setCommentNum

      public void setCommentNum(Integer commentNum)
    • getMicNum

      public Integer getMicNum()
    • setMicNum

      public void setMicNum(Integer micNum)
    • getOpenReplay

      public Integer getOpenReplay()
    • setOpenReplay

      public void setOpenReplay(Integer openReplay)
    • getReplayStatus

      public Integer getReplayStatus()
    • setReplayStatus

      public void setReplayStatus(Integer replayStatus)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • getPushStreamUrl

      public String getPushStreamUrl()
    • setPushStreamUrl

      public void setPushStreamUrl(String pushStreamUrl)