Add jobResults params in GetSmartHandleJob API.
This commit is contained in:
@@ -30,14 +30,14 @@ class ALIBABACLOUD_ICE_EXPORT QuerySmarttagJobRequest : public RpcServiceRequest
|
||||
public:
|
||||
QuerySmarttagJobRequest();
|
||||
~QuerySmarttagJobRequest();
|
||||
std::string getParams() const;
|
||||
void setParams(const std::string ¶ms);
|
||||
std::string getJobId() const;
|
||||
void setJobId(const std::string &jobId);
|
||||
std::string getParams() const;
|
||||
void setParams(const std::string ¶ms);
|
||||
|
||||
private:
|
||||
std::string params_;
|
||||
std::string jobId_;
|
||||
std::string params_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace ICE
|
||||
|
||||
@@ -25,15 +25,6 @@ QuerySmarttagJobRequest::QuerySmarttagJobRequest()
|
||||
|
||||
QuerySmarttagJobRequest::~QuerySmarttagJobRequest() {}
|
||||
|
||||
std::string QuerySmarttagJobRequest::getParams() const {
|
||||
return params_;
|
||||
}
|
||||
|
||||
void QuerySmarttagJobRequest::setParams(const std::string ¶ms) {
|
||||
params_ = params;
|
||||
setParameter(std::string("Params"), params);
|
||||
}
|
||||
|
||||
std::string QuerySmarttagJobRequest::getJobId() const {
|
||||
return jobId_;
|
||||
}
|
||||
@@ -43,3 +34,12 @@ void QuerySmarttagJobRequest::setJobId(const std::string &jobId) {
|
||||
setParameter(std::string("JobId"), jobId);
|
||||
}
|
||||
|
||||
std::string QuerySmarttagJobRequest::getParams() const {
|
||||
return params_;
|
||||
}
|
||||
|
||||
void QuerySmarttagJobRequest::setParams(const std::string ¶ms) {
|
||||
params_ = params;
|
||||
setParameter(std::string("Params"), params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user