Generated 2022-01-30 for avatar.

This commit is contained in:
sdk-team
2023-11-09 03:11:22 +00:00
parent 752399d8fa
commit 6cbb9bf950
3 changed files with 13 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ public:
void setApp(const std::string &app);
long getTenantId() const;
void setTenantId(long tenantId);
std::string getBizId() const;
void setBizId(const std::string &bizId);
Channel getChannel() const;
void setChannel(const Channel &channel);
CommandRequest getCommandRequest() const;
@@ -51,6 +53,7 @@ public:
private:
std::string app_;
long tenantId_;
std::string bizId_;
Channel channel_;
CommandRequest commandRequest_;
std::string user_;