|
@@ -37,12 +37,14 @@ namespace AlibabaCloud
|
|
|
GetLjxAccountInfoResult();
|
|
GetLjxAccountInfoResult();
|
|
|
explicit GetLjxAccountInfoResult(const std::string &payload);
|
|
explicit GetLjxAccountInfoResult(const std::string &payload);
|
|
|
~GetLjxAccountInfoResult();
|
|
~GetLjxAccountInfoResult();
|
|
|
|
|
+ std::string getApple()const;
|
|
|
std::string getRequestId()const;
|
|
std::string getRequestId()const;
|
|
|
std::string getLjxAccountInfoId()const;
|
|
std::string getLjxAccountInfoId()const;
|
|
|
|
|
|
|
|
protected:
|
|
protected:
|
|
|
void parse(const std::string &payload);
|
|
void parse(const std::string &payload);
|
|
|
private:
|
|
private:
|
|
|
|
|
+ std::string apple_;
|
|
|
std::string requestId_;
|
|
std::string requestId_;
|
|
|
std::string ljxAccountInfoId_;
|
|
std::string ljxAccountInfoId_;
|
|
|
|
|
|