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

@@ -52,15 +52,6 @@ void UpdateTaskFlowNotificationRequest::setDagNotificationFail(bool dagNotificat
setParameter(std::string("DagNotificationFail"), dagNotificationFail ? "true" : "false");
}
bool UpdateTaskFlowNotificationRequest::getDagNotificationSuccess() const {
return dagNotificationSuccess_;
}
void UpdateTaskFlowNotificationRequest::setDagNotificationSuccess(bool dagNotificationSuccess) {
dagNotificationSuccess_ = dagNotificationSuccess;
setParameter(std::string("DagNotificationSuccess"), dagNotificationSuccess ? "true" : "false");
}
bool UpdateTaskFlowNotificationRequest::getDagNotificationSla() const {
return dagNotificationSla_;
}
@@ -70,3 +61,12 @@ void UpdateTaskFlowNotificationRequest::setDagNotificationSla(bool dagNotificati
setParameter(std::string("DagNotificationSla"), dagNotificationSla ? "true" : "false");
}
bool UpdateTaskFlowNotificationRequest::getDagNotificationSuccess() const {
return dagNotificationSuccess_;
}
void UpdateTaskFlowNotificationRequest::setDagNotificationSuccess(bool dagNotificationSuccess) {
dagNotificationSuccess_ = dagNotificationSuccess;
setParameter(std::string("DagNotificationSuccess"), dagNotificationSuccess ? "true" : "false");
}