Live sdk update.
This commit is contained in:
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT CreateLiveStreamMonitorRequest : public RpcServic
|
||||
public:
|
||||
CreateLiveStreamMonitorRequest();
|
||||
~CreateLiveStreamMonitorRequest();
|
||||
std::string getMonitorConfig() const;
|
||||
void setMonitorConfig(const std::string &monitorConfig);
|
||||
std::string getMonitorName() const;
|
||||
void setMonitorName(const std::string &monitorName);
|
||||
std::string getStream() const;
|
||||
@@ -46,6 +48,7 @@ public:
|
||||
void setDomain(const std::string &domain);
|
||||
|
||||
private:
|
||||
std::string monitorConfig_;
|
||||
std::string monitorName_;
|
||||
std::string stream_;
|
||||
std::string outputTemplate_;
|
||||
|
||||
@@ -69,6 +69,7 @@ namespace AlibabaCloud
|
||||
std::string region;
|
||||
std::string domain;
|
||||
std::string monitorId;
|
||||
std::string monitorConfig;
|
||||
std::string stopTime;
|
||||
};
|
||||
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~UpdateLiveStreamMonitorRequest();
|
||||
std::string getMonitorId() const;
|
||||
void setMonitorId(const std::string &monitorId);
|
||||
std::string getMonitorConfig() const;
|
||||
void setMonitorConfig(const std::string &monitorConfig);
|
||||
std::string getMonitorName() const;
|
||||
void setMonitorName(const std::string &monitorName);
|
||||
std::string getStream() const;
|
||||
@@ -49,6 +51,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string monitorId_;
|
||||
std::string monitorConfig_;
|
||||
std::string monitorName_;
|
||||
std::string stream_;
|
||||
std::string outputTemplate_;
|
||||
|
||||
Reference in New Issue
Block a user