Live sdk update.
This commit is contained in:
@@ -42,6 +42,8 @@ public:
|
||||
void setEndTime(const std::string &endTime);
|
||||
long getOwnerId() const;
|
||||
void setOwnerId(long ownerId);
|
||||
std::string getInterval() const;
|
||||
void setInterval(const std::string &interval);
|
||||
std::string getRegion() const;
|
||||
void setRegion(const std::string ®ion);
|
||||
|
||||
@@ -52,6 +54,7 @@ private:
|
||||
std::string domainName_;
|
||||
std::string endTime_;
|
||||
long ownerId_;
|
||||
std::string interval_;
|
||||
std::string region_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,6 +30,8 @@ class ALIBABACLOUD_LIVE_EXPORT ModifyCasterVideoResourceRequest : public RpcServ
|
||||
public:
|
||||
ModifyCasterVideoResourceRequest();
|
||||
~ModifyCasterVideoResourceRequest();
|
||||
int getInputType() const;
|
||||
void setInputType(int inputType);
|
||||
int getEndOffset() const;
|
||||
void setEndOffset(int endOffset);
|
||||
std::string getMaterialId() const;
|
||||
@@ -54,6 +56,7 @@ public:
|
||||
void setRepeatNum(int repeatNum);
|
||||
|
||||
private:
|
||||
int inputType_;
|
||||
int endOffset_;
|
||||
std::string materialId_;
|
||||
std::string resourceId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~SendMessageToGroupRequest();
|
||||
std::string getData() const;
|
||||
void setData(const std::string &data);
|
||||
bool getSkipAudit() const;
|
||||
void setSkipAudit(bool skipAudit);
|
||||
int getType() const;
|
||||
void setType(int type);
|
||||
std::string getOperatorUserId() const;
|
||||
@@ -43,6 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string data_;
|
||||
bool skipAudit_;
|
||||
int type_;
|
||||
std::string operatorUserId_;
|
||||
std::string groupId_;
|
||||
|
||||
@@ -32,6 +32,8 @@ public:
|
||||
~SendMessageToGroupUsersRequest();
|
||||
std::string getData() const;
|
||||
void setData(const std::string &data);
|
||||
bool getSkipAudit() const;
|
||||
void setSkipAudit(bool skipAudit);
|
||||
int getType() const;
|
||||
void setType(int type);
|
||||
std::string getOperatorUserId() const;
|
||||
@@ -45,6 +47,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string data_;
|
||||
bool skipAudit_;
|
||||
int type_;
|
||||
std::string operatorUserId_;
|
||||
std::vector<std::string> receiverIdList_;
|
||||
|
||||
Reference in New Issue
Block a user