Class AliyunLiveChannelService
java.lang.Object
cn.herodotus.oss.dialect.core.service.BaseOssService<com.aliyun.oss.OSS>
cn.herodotus.oss.dialect.aliyun.definition.service.BaseAliyunService
cn.herodotus.oss.dialect.aliyun.service.AliyunLiveChannelService
Description: Aliyun OSS 直播频道 Service
- Author:
- : gengwei.zheng
- Date:
- : 2023/7/23 21:31
-
Constructor Summary
ConstructorsConstructorDescriptionAliyunLiveChannelService(cn.herodotus.engine.assistant.definition.support.AbstractObjectPool<com.aliyun.oss.OSS> ossClientObjectPool) -
Method Summary
Modifier and TypeMethodDescriptioncom.aliyun.oss.model.CreateLiveChannelResultcreateLiveChannel(com.aliyun.oss.model.CreateLiveChannelRequest request) com.aliyun.oss.model.VoidResultdeleteLiveChannel(com.aliyun.oss.model.LiveChannelGenericRequest request) List<com.aliyun.oss.model.LiveRecord>getLiveChannelHistory(com.aliyun.oss.model.LiveChannelGenericRequest request) com.aliyun.oss.model.LiveChannelInfogetLiveChannelInfo(com.aliyun.oss.model.LiveChannelGenericRequest request) com.aliyun.oss.model.LiveChannelStatgetLiveChannelStat(com.aliyun.oss.model.LiveChannelGenericRequest request) com.aliyun.oss.model.LiveChannelListinglistLiveChannels(com.aliyun.oss.model.ListLiveChannelsRequest request) com.aliyun.oss.model.VoidResultsetLiveChannelStatus(com.aliyun.oss.model.SetLiveChannelRequest request) Methods inherited from class cn.herodotus.oss.dialect.core.service.BaseOssService
close, getClient
-
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)
-