Encrypt Dialog Content.

This commit is contained in:
sdk-team
2021-06-16 05:40:01 +00:00
parent c3c8160946
commit c99e90b98e
4 changed files with 18 additions and 15 deletions

View File

@@ -35,16 +35,16 @@ namespace AlibabaCloud
ReplyTicketRequest();
~ReplyTicketRequest();
std::string getSecContent()const;
void setSecContent(const std::string& secContent);
std::string getContent()const;
void setContent(const std::string& content);
bool getEncrypt()const;
void setEncrypt(bool encrypt);
std::string getTicketId()const;
void setTicketId(const std::string& ticketId);
private:
std::string secContent_;
std::string content_;
bool encrypt_;
std::string ticketId_;
};