|
@@ -39,18 +39,18 @@ namespace AlibabaCloud
|
|
|
void setRiskType(const std::string& riskType);
|
|
void setRiskType(const std::string& riskType);
|
|
|
std::string getSourceIp()const;
|
|
std::string getSourceIp()const;
|
|
|
void setSourceIp(const std::string& sourceIp);
|
|
void setSourceIp(const std::string& sourceIp);
|
|
|
- std::string getPageSize()const;
|
|
|
|
|
- void setPageSize(const std::string& pageSize);
|
|
|
|
|
|
|
+ int getPageSize()const;
|
|
|
|
|
+ void setPageSize(int pageSize);
|
|
|
std::string getQueryProduct()const;
|
|
std::string getQueryProduct()const;
|
|
|
void setQueryProduct(const std::string& queryProduct);
|
|
void setQueryProduct(const std::string& queryProduct);
|
|
|
- std::string getCurrentPage()const;
|
|
|
|
|
- void setCurrentPage(const std::string& currentPage);
|
|
|
|
|
|
|
+ int getCurrentPage()const;
|
|
|
|
|
+ void setCurrentPage(int currentPage);
|
|
|
std::string getRiskDescribe()const;
|
|
std::string getRiskDescribe()const;
|
|
|
void setRiskDescribe(const std::string& riskDescribe);
|
|
void setRiskDescribe(const std::string& riskDescribe);
|
|
|
std::string getLang()const;
|
|
std::string getLang()const;
|
|
|
void setLang(const std::string& lang);
|
|
void setLang(const std::string& lang);
|
|
|
- std::string getSrcUid()const;
|
|
|
|
|
- void setSrcUid(const std::string& srcUid);
|
|
|
|
|
|
|
+ long getSrcUid()const;
|
|
|
|
|
+ void setSrcUid(long srcUid);
|
|
|
std::string getSourceCode()const;
|
|
std::string getSourceCode()const;
|
|
|
void setSourceCode(const std::string& sourceCode);
|
|
void setSourceCode(const std::string& sourceCode);
|
|
|
std::string getQueryRegionId()const;
|
|
std::string getQueryRegionId()const;
|
|
@@ -61,12 +61,12 @@ namespace AlibabaCloud
|
|
|
private:
|
|
private:
|
|
|
std::string riskType_;
|
|
std::string riskType_;
|
|
|
std::string sourceIp_;
|
|
std::string sourceIp_;
|
|
|
- std::string pageSize_;
|
|
|
|
|
|
|
+ int pageSize_;
|
|
|
std::string queryProduct_;
|
|
std::string queryProduct_;
|
|
|
- std::string currentPage_;
|
|
|
|
|
|
|
+ int currentPage_;
|
|
|
std::string riskDescribe_;
|
|
std::string riskDescribe_;
|
|
|
std::string lang_;
|
|
std::string lang_;
|
|
|
- std::string srcUid_;
|
|
|
|
|
|
|
+ long srcUid_;
|
|
|
std::string sourceCode_;
|
|
std::string sourceCode_;
|
|
|
std::string queryRegionId_;
|
|
std::string queryRegionId_;
|
|
|
std::string status_;
|
|
std::string status_;
|