Class AliyunLiveChannelService


@Service public class AliyunLiveChannelService extends BaseAliyunService

Description: Aliyun OSS 直播频道 Service

Author:
: gengwei.zheng
Date:
: 2023/7/23 21:31
  • Constructor Summary

    Constructors
    Constructor
    Description
    AliyunLiveChannelService(cn.herodotus.engine.assistant.definition.support.AbstractObjectPool<com.aliyun.oss.OSS> ossClientObjectPool)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aliyun.oss.model.CreateLiveChannelResult
    createLiveChannel(com.aliyun.oss.model.CreateLiveChannelRequest request)
     
    com.aliyun.oss.model.VoidResult
    deleteLiveChannel(com.aliyun.oss.model.LiveChannelGenericRequest request)
     
    List<com.aliyun.oss.model.LiveRecord>
    getLiveChannelHistory(com.aliyun.oss.model.LiveChannelGenericRequest request)
     
    com.aliyun.oss.model.LiveChannelInfo
    getLiveChannelInfo(com.aliyun.oss.model.LiveChannelGenericRequest request)
     
    com.aliyun.oss.model.LiveChannelStat
    getLiveChannelStat(com.aliyun.oss.model.LiveChannelGenericRequest request)
     
    com.aliyun.oss.model.LiveChannelListing
    listLiveChannels(com.aliyun.oss.model.ListLiveChannelsRequest request)
     
    com.aliyun.oss.model.VoidResult
    setLiveChannelStatus(com.aliyun.oss.model.SetLiveChannelRequest request)
     

    Methods inherited from class cn.herodotus.oss.dialect.core.service.BaseOssService

    close, getClient

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AliyunLiveChannelService

      public AliyunLiveChannelService(cn.herodotus.engine.assistant.definition.support.AbstractObjectPool<com.aliyun.oss.OSS> ossClientObjectPool)
  • Method Details

    • createLiveChannel

      public com.aliyun.oss.model.CreateLiveChannelResult createLiveChannel(com.aliyun.oss.model.CreateLiveChannelRequest request)
    • setLiveChannelStatus

      public com.aliyun.oss.model.VoidResult setLiveChannelStatus(com.aliyun.oss.model.SetLiveChannelRequest request)
    • getLiveChannelInfo

      public com.aliyun.oss.model.LiveChannelInfo getLiveChannelInfo(com.aliyun.oss.model.LiveChannelGenericRequest request)
    • getLiveChannelStat

      public com.aliyun.oss.model.LiveChannelStat getLiveChannelStat(com.aliyun.oss.model.LiveChannelGenericRequest request)
    • deleteLiveChannel

      public com.aliyun.oss.model.VoidResult deleteLiveChannel(com.aliyun.oss.model.LiveChannelGenericRequest request)
    • listLiveChannels

      public com.aliyun.oss.model.LiveChannelListing listLiveChannels(com.aliyun.oss.model.ListLiveChannelsRequest request)
    • getLiveChannelHistory

      public List<com.aliyun.oss.model.LiveRecord> getLiveChannelHistory(com.aliyun.oss.model.LiveChannelGenericRequest request)