|
|
@@ -41,6 +41,8 @@ namespace AlibabaCloud
|
|
|
void setBroker(const std::string& broker);
|
|
|
std::string getUserId()const;
|
|
|
void setUserId(const std::string& userId);
|
|
|
+ std::string getDeviceId()const;
|
|
|
+ void setDeviceId(const std::string& deviceId);
|
|
|
std::string getAdditionalBroker()const;
|
|
|
void setAdditionalBroker(const std::string& additionalBroker);
|
|
|
std::string getTags()const;
|
|
|
@@ -56,6 +58,7 @@ namespace AlibabaCloud
|
|
|
std::string callee_;
|
|
|
std::string broker_;
|
|
|
std::string userId_;
|
|
|
+ std::string deviceId_;
|
|
|
std::string additionalBroker_;
|
|
|
std::string tags_;
|
|
|
int timeoutSeconds_;
|