Supported GetDataCronClearConfig,GetDataCorrectRollbackFile,GetOrderAttachmentFile API.

This commit is contained in:
sdk-team
2022-11-23 07:59:30 +00:00
parent 385caac18e
commit 0d0102d437
216 changed files with 2622 additions and 1792 deletions

View File

@@ -25,15 +25,6 @@ AddLogicTableRouteConfigRequest::AddLogicTableRouteConfigRequest()
AddLogicTableRouteConfigRequest::~AddLogicTableRouteConfigRequest() {}
std::string AddLogicTableRouteConfigRequest::getRouteKey() const {
return routeKey_;
}
void AddLogicTableRouteConfigRequest::setRouteKey(const std::string &routeKey) {
routeKey_ = routeKey;
setParameter(std::string("RouteKey"), routeKey);
}
long AddLogicTableRouteConfigRequest::getTid() const {
return tid_;
}
@@ -43,15 +34,6 @@ void AddLogicTableRouteConfigRequest::setTid(long tid) {
setParameter(std::string("Tid"), std::to_string(tid));
}
std::string AddLogicTableRouteConfigRequest::getRouteExpr() const {
return routeExpr_;
}
void AddLogicTableRouteConfigRequest::setRouteExpr(const std::string &routeExpr) {
routeExpr_ = routeExpr;
setParameter(std::string("RouteExpr"), routeExpr);
}
long AddLogicTableRouteConfigRequest::getTableId() const {
return tableId_;
}
@@ -61,3 +43,21 @@ void AddLogicTableRouteConfigRequest::setTableId(long tableId) {
setParameter(std::string("TableId"), std::to_string(tableId));
}
std::string AddLogicTableRouteConfigRequest::getRouteKey() const {
return routeKey_;
}
void AddLogicTableRouteConfigRequest::setRouteKey(const std::string &routeKey) {
routeKey_ = routeKey;
setParameter(std::string("RouteKey"), routeKey);
}
std::string AddLogicTableRouteConfigRequest::getRouteExpr() const {
return routeExpr_;
}
void AddLogicTableRouteConfigRequest::setRouteExpr(const std::string &routeExpr) {
routeExpr_ = routeExpr;
setParameter(std::string("RouteExpr"), routeExpr);
}