update api

This commit is contained in:
sdk-team
2024-03-25 15:14:34 +00:00
parent 2cf2c1a693
commit 6e394508b1
37 changed files with 87 additions and 291 deletions

View File

@@ -43,15 +43,6 @@ void ReportTaskFailedRequest::setError(const std::string &error) {
setBodyParameter(std::string("Error"), error);
}
std::string ReportTaskFailedRequest::getRequestId() const {
return requestId_;
}
void ReportTaskFailedRequest::setRequestId(const std::string &requestId) {
requestId_ = requestId;
setParameter(std::string("RequestId"), requestId);
}
std::string ReportTaskFailedRequest::getTaskToken() const {
return taskToken_;
}