Generated 2016-11-01 for live.
This commit is contained in:
@@ -515,6 +515,8 @@ set(live_public_header_model
|
||||
include/alibabacloud/live/model/DescribeLiveUserBillPredictionResult.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserDomainsRequest.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserDomainsResult.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserStreamMetricDataRequest.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserStreamMetricDataResult.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserTagsRequest.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserTagsResult.h
|
||||
include/alibabacloud/live/model/DescribeLiveUserTrafficLogRequest.h
|
||||
@@ -1374,6 +1376,8 @@ set(live_src
|
||||
src/model/DescribeLiveUserBillPredictionResult.cc
|
||||
src/model/DescribeLiveUserDomainsRequest.cc
|
||||
src/model/DescribeLiveUserDomainsResult.cc
|
||||
src/model/DescribeLiveUserStreamMetricDataRequest.cc
|
||||
src/model/DescribeLiveUserStreamMetricDataResult.cc
|
||||
src/model/DescribeLiveUserTagsRequest.cc
|
||||
src/model/DescribeLiveUserTagsResult.cc
|
||||
src/model/DescribeLiveUserTrafficLogRequest.cc
|
||||
|
||||
@@ -516,6 +516,8 @@
|
||||
#include "model/DescribeLiveUserBillPredictionResult.h"
|
||||
#include "model/DescribeLiveUserDomainsRequest.h"
|
||||
#include "model/DescribeLiveUserDomainsResult.h"
|
||||
#include "model/DescribeLiveUserStreamMetricDataRequest.h"
|
||||
#include "model/DescribeLiveUserStreamMetricDataResult.h"
|
||||
#include "model/DescribeLiveUserTagsRequest.h"
|
||||
#include "model/DescribeLiveUserTagsResult.h"
|
||||
#include "model/DescribeLiveUserTrafficLogRequest.h"
|
||||
@@ -1628,6 +1630,9 @@ namespace AlibabaCloud
|
||||
typedef Outcome<Error, Model::DescribeLiveUserDomainsResult> DescribeLiveUserDomainsOutcome;
|
||||
typedef std::future<DescribeLiveUserDomainsOutcome> DescribeLiveUserDomainsOutcomeCallable;
|
||||
typedef std::function<void(const LiveClient*, const Model::DescribeLiveUserDomainsRequest&, const DescribeLiveUserDomainsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeLiveUserDomainsAsyncHandler;
|
||||
typedef Outcome<Error, Model::DescribeLiveUserStreamMetricDataResult> DescribeLiveUserStreamMetricDataOutcome;
|
||||
typedef std::future<DescribeLiveUserStreamMetricDataOutcome> DescribeLiveUserStreamMetricDataOutcomeCallable;
|
||||
typedef std::function<void(const LiveClient*, const Model::DescribeLiveUserStreamMetricDataRequest&, const DescribeLiveUserStreamMetricDataOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeLiveUserStreamMetricDataAsyncHandler;
|
||||
typedef Outcome<Error, Model::DescribeLiveUserTagsResult> DescribeLiveUserTagsOutcome;
|
||||
typedef std::future<DescribeLiveUserTagsOutcome> DescribeLiveUserTagsOutcomeCallable;
|
||||
typedef std::function<void(const LiveClient*, const Model::DescribeLiveUserTagsRequest&, const DescribeLiveUserTagsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> DescribeLiveUserTagsAsyncHandler;
|
||||
@@ -2917,6 +2922,9 @@ namespace AlibabaCloud
|
||||
DescribeLiveUserDomainsOutcome describeLiveUserDomains(const Model::DescribeLiveUserDomainsRequest &request)const;
|
||||
void describeLiveUserDomainsAsync(const Model::DescribeLiveUserDomainsRequest& request, const DescribeLiveUserDomainsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
DescribeLiveUserDomainsOutcomeCallable describeLiveUserDomainsCallable(const Model::DescribeLiveUserDomainsRequest& request) const;
|
||||
DescribeLiveUserStreamMetricDataOutcome describeLiveUserStreamMetricData(const Model::DescribeLiveUserStreamMetricDataRequest &request)const;
|
||||
void describeLiveUserStreamMetricDataAsync(const Model::DescribeLiveUserStreamMetricDataRequest& request, const DescribeLiveUserStreamMetricDataAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
DescribeLiveUserStreamMetricDataOutcomeCallable describeLiveUserStreamMetricDataCallable(const Model::DescribeLiveUserStreamMetricDataRequest& request) const;
|
||||
DescribeLiveUserTagsOutcome describeLiveUserTags(const Model::DescribeLiveUserTagsRequest &request)const;
|
||||
void describeLiveUserTagsAsync(const Model::DescribeLiveUserTagsRequest& request, const DescribeLiveUserTagsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
DescribeLiveUserTagsOutcomeCallable describeLiveUserTagsCallable(const Model::DescribeLiveUserTagsRequest& request) const;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setImageLayerContent(const std::string &imageLayerContent);
|
||||
std::string getComponentName() const;
|
||||
void setComponentName(const std::string &componentName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getLayerOrder() const;
|
||||
void setLayerOrder(const std::string &layerOrder);
|
||||
std::string getCasterId() const;
|
||||
@@ -59,6 +61,7 @@ private:
|
||||
std::string htmlLayerContent_;
|
||||
std::string imageLayerContent_;
|
||||
std::string componentName_;
|
||||
std::string regionId_;
|
||||
std::string layerOrder_;
|
||||
std::string casterId_;
|
||||
std::string componentLayer_;
|
||||
|
||||
@@ -34,12 +34,15 @@ public:
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getContent() const;
|
||||
void setContent(const std::string &content);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string clientToken_;
|
||||
std::string content_;
|
||||
std::string regionId_;
|
||||
long ownerId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getSideOutputUrl() const;
|
||||
void setSideOutputUrl(const std::string &sideOutputUrl);
|
||||
std::vector<Item> getItem() const;
|
||||
@@ -54,6 +56,7 @@ public:
|
||||
private:
|
||||
std::string clientToken_;
|
||||
std::string startTime_;
|
||||
std::string regionId_;
|
||||
std::string sideOutputUrl_;
|
||||
std::vector<Item> item_;
|
||||
std::string domainName_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setEpisodeName(const std::string &episodeName);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getResourceId() const;
|
||||
void setResourceId(const std::string &resourceId);
|
||||
std::vector<std::string> getComponentId() const;
|
||||
@@ -52,6 +54,7 @@ public:
|
||||
private:
|
||||
std::string episodeName_;
|
||||
std::string startTime_;
|
||||
std::string regionId_;
|
||||
std::string resourceId_;
|
||||
std::vector<std::string> componentId_;
|
||||
std::string casterId_;
|
||||
|
||||
@@ -44,6 +44,8 @@ public:
|
||||
~AddCasterLayoutRequest();
|
||||
std::vector<std::string> getBlendList() const;
|
||||
void setBlendList(const std::vector<std::string> &blendList);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -57,6 +59,7 @@ public:
|
||||
|
||||
private:
|
||||
std::vector<std::string> blendList_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
std::vector<AudioLayer> audioLayer_;
|
||||
|
||||
@@ -40,6 +40,8 @@ public:
|
||||
~AddCasterProgramRequest();
|
||||
std::vector<Episode> getEpisode() const;
|
||||
void setEpisode(const std::vector<Episode> &episode);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -47,6 +49,7 @@ public:
|
||||
|
||||
private:
|
||||
std::vector<Episode> episode_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
void setEndOffset(int endOffset);
|
||||
std::string getMaterialId() const;
|
||||
void setMaterialId(const std::string &materialId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getVodUrl() const;
|
||||
void setVodUrl(const std::string &vodUrl);
|
||||
std::string getStreamId() const;
|
||||
@@ -70,6 +72,7 @@ private:
|
||||
int inputType_;
|
||||
int endOffset_;
|
||||
std::string materialId_;
|
||||
std::string regionId_;
|
||||
std::string vodUrl_;
|
||||
std::string streamId_;
|
||||
std::string casterId_;
|
||||
|
||||
@@ -58,6 +58,8 @@ public:
|
||||
void setLazy(const std::string &lazy);
|
||||
std::string getKmsKeyExpireInterval() const;
|
||||
void setKmsKeyExpireInterval(const std::string &kmsKeyExpireInterval);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getTemplateType() const;
|
||||
void setTemplateType(const std::string &templateType);
|
||||
std::string getAudioProfile() const;
|
||||
@@ -96,6 +98,7 @@ private:
|
||||
std::string _template_;
|
||||
std::string lazy_;
|
||||
std::string kmsKeyExpireInterval_;
|
||||
std::string regionId_;
|
||||
std::string templateType_;
|
||||
std::string audioProfile_;
|
||||
std::string encryptParameters_;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setSuffix(const std::string &suffix);
|
||||
std::string getSubtitleName() const;
|
||||
void setSubtitleName(const std::string &subtitleName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getApp() const;
|
||||
void setApp(const std::string &app);
|
||||
long getOwnerId() const;
|
||||
@@ -55,6 +57,7 @@ private:
|
||||
std::string description_;
|
||||
std::string suffix_;
|
||||
std::string subtitleName_;
|
||||
std::string regionId_;
|
||||
std::string app_;
|
||||
long ownerId_;
|
||||
bool isLazy_;
|
||||
|
||||
@@ -40,6 +40,8 @@ public:
|
||||
void setSubtitleName(const std::string &subtitleName);
|
||||
float getFontSizeNormalized() const;
|
||||
void setFontSizeNormalized(float fontSizeNormalized);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getFontColor() const;
|
||||
void setFontColor(const std::string &fontColor);
|
||||
bool getShowSourceLan() const;
|
||||
@@ -73,6 +75,7 @@ private:
|
||||
std::string fontName_;
|
||||
std::string subtitleName_;
|
||||
float fontSizeNormalized_;
|
||||
std::string regionId_;
|
||||
std::string fontColor_;
|
||||
bool showSourceLan_;
|
||||
std::vector<float> positionNormalized_;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setOssObject(const std::string &ossObject);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getOssBucket() const;
|
||||
@@ -51,6 +53,7 @@ private:
|
||||
std::string ossEndpoint_;
|
||||
std::string ossObject_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string ossBucket_;
|
||||
std::string domainName_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT AddLiveAudioAuditNotifyConfigRequest : public Rpc
|
||||
public:
|
||||
AddLiveAudioAuditNotifyConfigRequest();
|
||||
~AddLiveAudioAuditNotifyConfigRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
@@ -40,6 +42,7 @@ public:
|
||||
void setCallback(const std::string &callback);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
std::string callbackTemplate_;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setStartTime(const std::string &startTime);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDstUrl() const;
|
||||
@@ -51,6 +53,7 @@ private:
|
||||
std::string transferArgs_;
|
||||
std::string startTime_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string dstUrl_;
|
||||
std::string domainName_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT AddLiveDomainPlayMappingRequest : public RpcServi
|
||||
public:
|
||||
AddLiveDomainPlayMappingRequest();
|
||||
~AddLiveDomainPlayMappingRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getPlayDomain() const;
|
||||
void setPlayDomain(const std::string &playDomain);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setPullDomain(const std::string &pullDomain);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string playDomain_;
|
||||
long ownerId_;
|
||||
std::string pullDomain_;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setProtocol(const std::string &protocol);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
int getPartDuration() const;
|
||||
void setPartDuration(int partDuration);
|
||||
std::string getStreamName() const;
|
||||
@@ -53,6 +55,7 @@ private:
|
||||
int segmentNum_;
|
||||
std::string protocol_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
int partDuration_;
|
||||
std::string streamName_;
|
||||
bool ignoreTranscode_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setStartTime(const std::string &startTime);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getPullAlways() const;
|
||||
@@ -50,6 +52,7 @@ public:
|
||||
private:
|
||||
std::string startTime_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string pullAlways_;
|
||||
std::string domainName_;
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
void setStorageLocation(const std::string &storageLocation);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
int getOnDemand() const;
|
||||
void setOnDemand(int onDemand);
|
||||
std::string getStreamName() const;
|
||||
@@ -56,6 +58,7 @@ private:
|
||||
std::string composeVodTranscodeGroupId_;
|
||||
std::string storageLocation_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
int onDemand_;
|
||||
std::string streamName_;
|
||||
std::string vodTranscodeGroupId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~AddLiveSnapshotNotifyConfigRequest();
|
||||
std::string getNotifyReqAuth() const;
|
||||
void setNotifyReqAuth(const std::string ¬ifyReqAuth);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getNotifyUrl() const;
|
||||
void setNotifyUrl(const std::string ¬ifyUrl);
|
||||
std::string getDomainName() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string notifyReqAuth_;
|
||||
std::string regionId_;
|
||||
std::string notifyUrl_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -40,6 +40,8 @@ public:
|
||||
void setProtocol(const std::string &protocol);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getInStreamName2() const;
|
||||
void setInStreamName2(const std::string &inStreamName2);
|
||||
std::string getStreamName() const;
|
||||
@@ -59,6 +61,7 @@ private:
|
||||
std::string startTime_;
|
||||
std::string protocol_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string inStreamName2_;
|
||||
std::string streamName_;
|
||||
std::string inStreamName1_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void set_Template(const std::string &_template);
|
||||
std::string getLazy() const;
|
||||
void setLazy(const std::string &lazy);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getMix() const;
|
||||
void setMix(const std::string &mix);
|
||||
std::string getApp() const;
|
||||
@@ -54,6 +56,7 @@ public:
|
||||
private:
|
||||
std::string _template_;
|
||||
std::string lazy_;
|
||||
std::string regionId_;
|
||||
std::string mix_;
|
||||
std::string app_;
|
||||
std::string encryptParameters_;
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
void setDescription(const std::string &description);
|
||||
int getType() const;
|
||||
void setType(int type);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
int getHeight() const;
|
||||
void setHeight(int height);
|
||||
float getXOffset() const;
|
||||
@@ -62,6 +64,7 @@ private:
|
||||
std::string pictureUrl_;
|
||||
std::string description_;
|
||||
int type_;
|
||||
std::string regionId_;
|
||||
int height_;
|
||||
float xOffset_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~AddLiveStreamWatermarkRuleRequest();
|
||||
std::string getDescription() const;
|
||||
void setDescription(const std::string &description);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStream() const;
|
||||
void setStream(const std::string &stream);
|
||||
std::string getApp() const;
|
||||
@@ -47,6 +49,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
std::string regionId_;
|
||||
std::string stream_;
|
||||
std::string app_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~AddPlaylistItemsRequest();
|
||||
std::string getProgramItems() const;
|
||||
void setProgramItems(const std::string &programItems);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getProgramId() const;
|
||||
void setProgramId(const std::string &programId);
|
||||
std::string getCasterId() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string programItems_;
|
||||
std::string regionId_;
|
||||
std::string programId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -42,6 +42,8 @@ public:
|
||||
void setOpus(bool opus);
|
||||
std::string getAudioCodec() const;
|
||||
void setAudioCodec(const std::string &audioCodec);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getTemplateType() const;
|
||||
void setTemplateType(const std::string &templateType);
|
||||
std::string getAudioProfile() const;
|
||||
@@ -76,6 +78,7 @@ private:
|
||||
std::string gop_;
|
||||
bool opus_;
|
||||
std::string audioCodec_;
|
||||
std::string regionId_;
|
||||
std::string templateType_;
|
||||
std::string audioProfile_;
|
||||
int height_;
|
||||
|
||||
@@ -51,6 +51,8 @@ public:
|
||||
void setRepeatTimes(int repeatTimes);
|
||||
std::string getShowName() const;
|
||||
void setShowName(const std::string &showName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getResourceId() const;
|
||||
void setResourceId(const std::string &resourceId);
|
||||
std::string getCasterId() const;
|
||||
@@ -71,6 +73,7 @@ private:
|
||||
long duration_;
|
||||
int repeatTimes_;
|
||||
std::string showName_;
|
||||
std::string regionId_;
|
||||
std::string resourceId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setScreenInputConfigList(const std::string &screenInputConfigList);
|
||||
std::string getLayoutType() const;
|
||||
void setLayoutType(const std::string &layoutType);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getLayoutName() const;
|
||||
void setLayoutName(const std::string &layoutName);
|
||||
std::string getLayerOrderConfigList() const;
|
||||
@@ -52,6 +54,7 @@ public:
|
||||
private:
|
||||
std::string screenInputConfigList_;
|
||||
std::string layoutType_;
|
||||
std::string regionId_;
|
||||
std::string layoutName_;
|
||||
std::string layerOrderConfigList_;
|
||||
std::string mediaInputConfigList_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setPattern(const std::string &pattern);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
int getRepeat() const;
|
||||
void setRepeat(int repeat);
|
||||
std::string getText() const;
|
||||
@@ -50,6 +52,7 @@ public:
|
||||
private:
|
||||
std::string pattern_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
int repeat_;
|
||||
std::string text_;
|
||||
std::string streamName_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT ChangeLiveDomainResourceGroupRequest : public Rpc
|
||||
public:
|
||||
ChangeLiveDomainResourceGroupRequest();
|
||||
~ChangeLiveDomainResourceGroupRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setNewResourceGroupId(const std::string &newResourceGroupId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
std::string newResourceGroupId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~CloseLiveShiftRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~CopyCasterRequest();
|
||||
std::string getClientToken() const;
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterName() const;
|
||||
void setCasterName(const std::string &casterName);
|
||||
std::string getSrcCasterId() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string clientToken_;
|
||||
std::string regionId_;
|
||||
std::string casterName_;
|
||||
std::string srcCasterId_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setFromSceneId(const std::string &fromSceneId);
|
||||
std::string getToSceneId() const;
|
||||
void setToSceneId(const std::string &toSceneId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -42,6 +44,7 @@ public:
|
||||
private:
|
||||
std::string fromSceneId_;
|
||||
std::string toSceneId_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
void setClientToken(const std::string &clientToken);
|
||||
std::string getResourceGroupId() const;
|
||||
void setResourceGroupId(const std::string &resourceGroupId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterName() const;
|
||||
void setCasterName(const std::string &casterName);
|
||||
std::vector<Tag> getTag() const;
|
||||
@@ -60,6 +62,7 @@ public:
|
||||
private:
|
||||
std::string clientToken_;
|
||||
std::string resourceGroupId_;
|
||||
std::string regionId_;
|
||||
std::string casterName_;
|
||||
std::vector<Tag> tag_;
|
||||
std::string casterTemplate_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~CreateCustomTemplateRequest();
|
||||
std::string get_Template() const;
|
||||
void set_Template(const std::string &_template);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCustomTemplate() const;
|
||||
void setCustomTemplate(const std::string &customTemplate);
|
||||
long getOwnerId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string _template_;
|
||||
std::string regionId_;
|
||||
std::string customTemplate_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setStreamInput(const std::string &streamInput);
|
||||
std::string getStreamOutput() const;
|
||||
void setStreamOutput(const std::string &streamOutput);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getClusterId() const;
|
||||
void setClusterId(const std::string &clusterId);
|
||||
long getOwnerId() const;
|
||||
@@ -46,6 +48,7 @@ public:
|
||||
private:
|
||||
std::string streamInput_;
|
||||
std::string streamOutput_;
|
||||
std::string regionId_;
|
||||
std::string clusterId_;
|
||||
long ownerId_;
|
||||
std::string templateId_;
|
||||
|
||||
@@ -52,6 +52,8 @@ public:
|
||||
void setMattingType(const std::string &mattingType);
|
||||
std::string getMediaResourceUrl() const;
|
||||
void setMediaResourceUrl(const std::string &mediaResourceUrl);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
int getHeight() const;
|
||||
void setHeight(int height);
|
||||
std::string getBackgroundResourceUrl() const;
|
||||
@@ -76,6 +78,7 @@ private:
|
||||
std::string backgroundType_;
|
||||
std::string mattingType_;
|
||||
std::string mediaResourceUrl_;
|
||||
std::string regionId_;
|
||||
int height_;
|
||||
std::string backgroundResourceUrl_;
|
||||
std::string mediaResourceId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~CreateLiveDelayConfigRequest();
|
||||
int getDelayTime() const;
|
||||
void setDelayTime(int delayTime);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStream() const;
|
||||
void setStream(const std::string &stream);
|
||||
std::string getApp() const;
|
||||
@@ -45,6 +47,7 @@ public:
|
||||
|
||||
private:
|
||||
int delayTime_;
|
||||
std::string regionId_;
|
||||
std::string stream_;
|
||||
std::string app_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
void setAccelerationArea(const std::string &accelerationArea);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -56,6 +58,7 @@ private:
|
||||
std::string reuse_;
|
||||
std::string accelerationArea_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -40,6 +40,8 @@ public:
|
||||
void setStartTime(const std::string &startTime);
|
||||
int getRepeatNumber() const;
|
||||
void setRepeatNumber(int repeatNumber);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getSourceProtocol() const;
|
||||
void setSourceProtocol(const std::string &sourceProtocol);
|
||||
std::string getSourceType() const;
|
||||
@@ -67,6 +69,7 @@ private:
|
||||
std::string taskName_;
|
||||
std::string startTime_;
|
||||
int repeatNumber_;
|
||||
std::string regionId_;
|
||||
std::string sourceProtocol_;
|
||||
std::string sourceType_;
|
||||
int offset_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~CreateLiveRealTimeLogDeliveryRequest();
|
||||
std::string getProject() const;
|
||||
void setProject(const std::string &project);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string project_;
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
std::string region_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setMonitorConfig(const std::string &monitorConfig);
|
||||
std::string getMonitorName() const;
|
||||
void setMonitorName(const std::string &monitorName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStream() const;
|
||||
void setStream(const std::string &stream);
|
||||
std::string getOutputTemplate() const;
|
||||
@@ -54,6 +56,7 @@ public:
|
||||
private:
|
||||
std::string monitorConfig_;
|
||||
std::string monitorName_;
|
||||
std::string regionId_;
|
||||
std::string stream_;
|
||||
std::string outputTemplate_;
|
||||
std::string app_;
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setOutputConfig(const std::string &outputConfig);
|
||||
std::string getLayoutId() const;
|
||||
void setLayoutId(const std::string &layoutId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
std::string getInputStreamList() const;
|
||||
@@ -46,6 +48,7 @@ public:
|
||||
private:
|
||||
std::string outputConfig_;
|
||||
std::string layoutId_;
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
std::string inputStreamList_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setLanguage(const std::string &language);
|
||||
std::string getMode() const;
|
||||
void setMode(const std::string &mode);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
bool getTranslateEnabled() const;
|
||||
void setTranslateEnabled(bool translateEnabled);
|
||||
std::string getTag() const;
|
||||
@@ -65,6 +67,7 @@ private:
|
||||
std::string authKey_;
|
||||
std::string language_;
|
||||
std::string mode_;
|
||||
std::string regionId_;
|
||||
bool translateEnabled_;
|
||||
std::string tag_;
|
||||
std::string streamURL_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteCasterComponentRequest : public RpcServiceR
|
||||
public:
|
||||
DeleteCasterComponentRequest();
|
||||
~DeleteCasterComponentRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getComponentId() const;
|
||||
void setComponentId(const std::string &componentId);
|
||||
std::string getCasterId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string componentId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteCasterEpisodeGroupRequest : public RpcServi
|
||||
public:
|
||||
DeleteCasterEpisodeGroupRequest();
|
||||
~DeleteCasterEpisodeGroupRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getProgramId() const;
|
||||
void setProgramId(const std::string &programId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string programId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteCasterEpisodeRequest : public RpcServiceReq
|
||||
public:
|
||||
DeleteCasterEpisodeRequest();
|
||||
~DeleteCasterEpisodeRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setEpisodeId(const std::string &episodeId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
std::string episodeId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteCasterLayoutRequest();
|
||||
std::string getLayoutId() const;
|
||||
void setLayoutId(const std::string &layoutId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string layoutId_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteCasterProgramRequest : public RpcServiceReq
|
||||
public:
|
||||
DeleteCasterProgramRequest();
|
||||
~DeleteCasterProgramRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteCasterRequest : public RpcServiceRequest {
|
||||
public:
|
||||
DeleteCasterRequest();
|
||||
~DeleteCasterRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteCasterSceneConfigRequest();
|
||||
std::string getType() const;
|
||||
void setType(const std::string &type);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string type_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
std::string sceneId_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteCasterVideoResourceRequest : public RpcServ
|
||||
public:
|
||||
DeleteCasterVideoResourceRequest();
|
||||
~DeleteCasterVideoResourceRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getResourceId() const;
|
||||
void setResourceId(const std::string &resourceId);
|
||||
std::string getCasterId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string resourceId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,11 +32,14 @@ public:
|
||||
~DeleteCustomTemplateRequest();
|
||||
std::string get_Template() const;
|
||||
void set_Template(const std::string &_template);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string _template_;
|
||||
std::string regionId_;
|
||||
long ownerId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteEdgeTranscodeJobRequest();
|
||||
std::string getJobId() const;
|
||||
void setJobId(const std::string &jobId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getClusterId() const;
|
||||
void setClusterId(const std::string &clusterId);
|
||||
long getOwnerId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string jobId_;
|
||||
std::string regionId_;
|
||||
std::string clusterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveAIProduceRulesRequest : public RpcServi
|
||||
public:
|
||||
DeleteLiveAIProduceRulesRequest();
|
||||
~DeleteLiveAIProduceRulesRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getRulesId() const;
|
||||
void setRulesId(const std::string &rulesId);
|
||||
std::string getApp() const;
|
||||
@@ -42,6 +44,7 @@ public:
|
||||
void setDomain(const std::string &domain);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string rulesId_;
|
||||
std::string app_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveAIStudioRequest : public RpcServiceRequ
|
||||
public:
|
||||
DeleteLiveAIStudioRequest();
|
||||
~DeleteLiveAIStudioRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStudioId() const;
|
||||
void setStudioId(const std::string &studioId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string studioId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveAISubtitleRequest();
|
||||
std::string getSubtitleName() const;
|
||||
void setSubtitleName(const std::string &subtitleName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getSubtitleId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string subtitleName_;
|
||||
std::string regionId_;
|
||||
long ownerId_;
|
||||
std::string subtitleId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveAudioAuditConfigRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveAudioAuditNotifyConfigRequest : public
|
||||
public:
|
||||
DeleteLiveAudioAuditNotifyConfigRequest();
|
||||
~DeleteLiveAudioAuditNotifyConfigRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveCenterTransferRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDstUrl() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string dstUrl_;
|
||||
std::string domainName_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveDelayConfigRequest : public RpcServiceR
|
||||
public:
|
||||
DeleteLiveDelayConfigRequest();
|
||||
~DeleteLiveDelayConfigRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStream() const;
|
||||
void setStream(const std::string &stream);
|
||||
std::string getApp() const;
|
||||
@@ -40,6 +42,7 @@ public:
|
||||
void setDomain(const std::string &domain);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string stream_;
|
||||
std::string app_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveDomainPlayMappingRequest : public RpcSe
|
||||
public:
|
||||
DeleteLiveDomainPlayMappingRequest();
|
||||
~DeleteLiveDomainPlayMappingRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getPlayDomain() const;
|
||||
void setPlayDomain(const std::string &playDomain);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setPullDomain(const std::string &pullDomain);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string playDomain_;
|
||||
long ownerId_;
|
||||
std::string pullDomain_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveEdgeTransferRequest : public RpcService
|
||||
public:
|
||||
DeleteLiveEdgeTransferRequest();
|
||||
~DeleteLiveEdgeTransferRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -36,11 +36,14 @@ public:
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
|
||||
private:
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Live
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLivePackageConfigRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLivePrivateLineRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLivePullStreamInfoConfigRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLivePullToPushRequest : public RpcServiceRe
|
||||
public:
|
||||
DeleteLivePullToPushRequest();
|
||||
~DeleteLivePullToPushRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getTaskId() const;
|
||||
void setTaskId(const std::string &taskId);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setRegion(const std::string ®ion);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string taskId_;
|
||||
long ownerId_;
|
||||
std::string region_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveRealTimeLogLogstoreRequest();
|
||||
std::string getProject() const;
|
||||
void setProject(const std::string &project);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getRegion() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string project_;
|
||||
std::string regionId_;
|
||||
long ownerId_;
|
||||
std::string region_;
|
||||
std::string logstore_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveRealtimeLogDeliveryRequest();
|
||||
std::string getProject() const;
|
||||
void setProject(const std::string &project);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string project_;
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
std::string region_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveRecordVodConfigRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveSnapshotNotifyConfigRequest : public Rp
|
||||
public:
|
||||
DeleteLiveSnapshotNotifyConfigRequest();
|
||||
~DeleteLiveSnapshotNotifyConfigRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveStreamBlockRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteLiveStreamMergeRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -41,6 +43,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,11 +32,14 @@ public:
|
||||
~DeleteLiveStreamMonitorRequest();
|
||||
std::string getMonitorId() const;
|
||||
void setMonitorId(const std::string &monitorId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string monitorId_;
|
||||
std::string regionId_;
|
||||
long ownerId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setRemoveFile(const std::string &removeFile);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -46,6 +48,7 @@ public:
|
||||
private:
|
||||
std::string removeFile_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveStreamWatermarkRequest : public RpcServ
|
||||
public:
|
||||
DeleteLiveStreamWatermarkRequest();
|
||||
~DeleteLiveStreamWatermarkRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getTemplateId() const;
|
||||
void setTemplateId(const std::string &templateId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
long ownerId_;
|
||||
std::string templateId_;
|
||||
};
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveStreamWatermarkRuleRequest : public Rpc
|
||||
public:
|
||||
DeleteLiveStreamWatermarkRuleRequest();
|
||||
~DeleteLiveStreamWatermarkRuleRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStream() const;
|
||||
void setStream(const std::string &stream);
|
||||
std::string getApp() const;
|
||||
@@ -42,6 +44,7 @@ public:
|
||||
void setRuleId(const std::string &ruleId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string stream_;
|
||||
std::string app_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteLiveStreamsNotifyUrlConfigRequest : public
|
||||
public:
|
||||
DeleteLiveStreamsNotifyUrlConfigRequest();
|
||||
~DeleteLiveStreamsNotifyUrlConfigRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteMixStreamRequest();
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getMixStreamId() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string mixStreamId_;
|
||||
std::string domainName_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeletePlaylistItemsRequest();
|
||||
std::string getProgramItemIds() const;
|
||||
void setProgramItemIds(const std::string &programItemIds);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getProgramId() const;
|
||||
void setProgramId(const std::string &programId);
|
||||
long getOwnerId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string programItemIds_;
|
||||
std::string regionId_;
|
||||
std::string programId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeletePlaylistRequest : public RpcServiceRequest
|
||||
public:
|
||||
DeletePlaylistRequest();
|
||||
~DeletePlaylistRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getProgramId() const;
|
||||
void setProgramId(const std::string &programId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string programId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteRtcAsrTaskRequest : public RpcServiceReques
|
||||
public:
|
||||
DeleteRtcAsrTaskRequest();
|
||||
~DeleteRtcAsrTaskRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getTaskId() const;
|
||||
void setTaskId(const std::string &taskId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string taskId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DeleteSnapshotCallbackAuthRequest : public RpcSer
|
||||
public:
|
||||
DeleteSnapshotCallbackAuthRequest();
|
||||
~DeleteSnapshotCallbackAuthRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getDomainName() const;
|
||||
void setDomainName(const std::string &domainName);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setRemoveFile(bool removeFile);
|
||||
std::string getAppName() const;
|
||||
void setAppName(const std::string &appName);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getStreamName() const;
|
||||
void setStreamName(const std::string &streamName);
|
||||
std::string getDomainName() const;
|
||||
@@ -46,6 +48,7 @@ public:
|
||||
private:
|
||||
bool removeFile_;
|
||||
std::string appName_;
|
||||
std::string regionId_;
|
||||
std::string streamName_;
|
||||
std::string domainName_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DeleteStudioLayoutRequest();
|
||||
std::string getLayoutId() const;
|
||||
void setLayoutId(const std::string &layoutId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string layoutId_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeAutoShowListTasksRequest : public RpcServ
|
||||
public:
|
||||
DescribeAutoShowListTasksRequest();
|
||||
~DescribeAutoShowListTasksRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterChannelsRequest : public RpcService
|
||||
public:
|
||||
DescribeCasterChannelsRequest();
|
||||
~DescribeCasterChannelsRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterComponentsRequest : public RpcServi
|
||||
public:
|
||||
DescribeCasterComponentsRequest();
|
||||
~DescribeCasterComponentsRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getComponentId() const;
|
||||
void setComponentId(const std::string &componentId);
|
||||
std::string getCasterId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string componentId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterConfigRequest : public RpcServiceRe
|
||||
public:
|
||||
DescribeCasterConfigRequest();
|
||||
~DescribeCasterConfigRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~DescribeCasterLayoutsRequest();
|
||||
std::string getLayoutId() const;
|
||||
void setLayoutId(const std::string &layoutId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -39,6 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string layoutId_;
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -34,6 +34,8 @@ public:
|
||||
void setStartTime(const std::string &startTime);
|
||||
int getPageNum() const;
|
||||
void setPageNum(int pageNum);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getCasterId() const;
|
||||
@@ -52,6 +54,7 @@ public:
|
||||
private:
|
||||
std::string startTime_;
|
||||
int pageNum_;
|
||||
std::string regionId_;
|
||||
int pageSize_;
|
||||
std::string casterId_;
|
||||
std::string episodeType_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterSceneAudioRequest : public RpcServi
|
||||
public:
|
||||
DescribeCasterSceneAudioRequest();
|
||||
~DescribeCasterSceneAudioRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setSceneId(const std::string &sceneId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
std::string sceneId_;
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterScenesRequest : public RpcServiceRe
|
||||
public:
|
||||
DescribeCasterScenesRequest();
|
||||
~DescribeCasterScenesRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
@@ -38,6 +40,7 @@ public:
|
||||
void setSceneId(const std::string &sceneId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
std::string sceneId_;
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterStreamUrlRequest : public RpcServic
|
||||
public:
|
||||
DescribeCasterStreamUrlRequest();
|
||||
~DescribeCasterStreamUrlRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -30,12 +30,15 @@ class ALIBABACLOUD_LIVE_EXPORT DescribeCasterVideoResourcesRequest : public RpcS
|
||||
public:
|
||||
DescribeCasterVideoResourcesRequest();
|
||||
~DescribeCasterVideoResourcesRequest();
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterId() const;
|
||||
void setCasterId(const std::string &casterId);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
|
||||
private:
|
||||
std::string regionId_;
|
||||
std::string casterId_;
|
||||
long ownerId_;
|
||||
};
|
||||
|
||||
@@ -40,6 +40,8 @@ public:
|
||||
void setPageNum(int pageNum);
|
||||
std::string getResourceGroupId() const;
|
||||
void setResourceGroupId(const std::string &resourceGroupId);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getCasterName() const;
|
||||
void setCasterName(const std::string &casterName);
|
||||
int getPageSize() const;
|
||||
@@ -65,6 +67,7 @@ private:
|
||||
std::string startTime_;
|
||||
int pageNum_;
|
||||
std::string resourceGroupId_;
|
||||
std::string regionId_;
|
||||
std::string casterName_;
|
||||
int pageSize_;
|
||||
std::vector<Tag> tag_;
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace AlibabaCloud
|
||||
int status;
|
||||
std::string casterTemplate;
|
||||
int channelEnable;
|
||||
int resourceGroupId;
|
||||
std::string resourceGroupId;
|
||||
std::string createTime;
|
||||
std::string startTime;
|
||||
int normType;
|
||||
|
||||
@@ -36,6 +36,8 @@ public:
|
||||
void setType(const std::string &type);
|
||||
std::string getDataProtocol() const;
|
||||
void setDataProtocol(const std::string &dataProtocol);
|
||||
std::string getRegionId() const;
|
||||
void setRegionId(const std::string ®ionId);
|
||||
std::string getArea() const;
|
||||
void setArea(const std::string &area);
|
||||
std::string getDomainName() const;
|
||||
@@ -53,6 +55,7 @@ private:
|
||||
std::string startTime_;
|
||||
std::string type_;
|
||||
std::string dataProtocol_;
|
||||
std::string regionId_;
|
||||
std::string area_;
|
||||
std::string domainName_;
|
||||
std::string endTime_;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user