Supported GetDataCronClearConfig,GetDataCorrectRollbackFile,GetOrderAttachmentFile API.
This commit is contained in:
@@ -125,10 +125,14 @@ set(dms-enterprise_public_header_model
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectBackupFilesResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectOrderDetailRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectOrderDetailResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectRollbackFileRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectRollbackFileResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectSQLFileRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectSQLFileResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectTaskDetailRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCorrectTaskDetailResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCronClearConfigRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCronClearConfigResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCronClearTaskDetailListRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataCronClearTaskDetailListResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetDataExportDownloadURLRequest.h
|
||||
@@ -151,6 +155,8 @@ set(dms-enterprise_public_header_model
|
||||
include/alibabacloud/dms-enterprise/model/GetMetaTableDetailInfoResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOpLogRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOpLogResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOrderAttachmentFileRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOrderAttachmentFileResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOrderBaseInfoRequest.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOrderBaseInfoResult.h
|
||||
include/alibabacloud/dms-enterprise/model/GetOwnerApplyOrderDetailRequest.h
|
||||
@@ -484,10 +490,14 @@ set(dms-enterprise_src
|
||||
src/model/GetDataCorrectBackupFilesResult.cc
|
||||
src/model/GetDataCorrectOrderDetailRequest.cc
|
||||
src/model/GetDataCorrectOrderDetailResult.cc
|
||||
src/model/GetDataCorrectRollbackFileRequest.cc
|
||||
src/model/GetDataCorrectRollbackFileResult.cc
|
||||
src/model/GetDataCorrectSQLFileRequest.cc
|
||||
src/model/GetDataCorrectSQLFileResult.cc
|
||||
src/model/GetDataCorrectTaskDetailRequest.cc
|
||||
src/model/GetDataCorrectTaskDetailResult.cc
|
||||
src/model/GetDataCronClearConfigRequest.cc
|
||||
src/model/GetDataCronClearConfigResult.cc
|
||||
src/model/GetDataCronClearTaskDetailListRequest.cc
|
||||
src/model/GetDataCronClearTaskDetailListResult.cc
|
||||
src/model/GetDataExportDownloadURLRequest.cc
|
||||
@@ -510,6 +520,8 @@ set(dms-enterprise_src
|
||||
src/model/GetMetaTableDetailInfoResult.cc
|
||||
src/model/GetOpLogRequest.cc
|
||||
src/model/GetOpLogResult.cc
|
||||
src/model/GetOrderAttachmentFileRequest.cc
|
||||
src/model/GetOrderAttachmentFileResult.cc
|
||||
src/model/GetOrderBaseInfoRequest.cc
|
||||
src/model/GetOrderBaseInfoResult.cc
|
||||
src/model/GetOwnerApplyOrderDetailRequest.cc
|
||||
|
||||
@@ -126,10 +126,14 @@
|
||||
#include "model/GetDataCorrectBackupFilesResult.h"
|
||||
#include "model/GetDataCorrectOrderDetailRequest.h"
|
||||
#include "model/GetDataCorrectOrderDetailResult.h"
|
||||
#include "model/GetDataCorrectRollbackFileRequest.h"
|
||||
#include "model/GetDataCorrectRollbackFileResult.h"
|
||||
#include "model/GetDataCorrectSQLFileRequest.h"
|
||||
#include "model/GetDataCorrectSQLFileResult.h"
|
||||
#include "model/GetDataCorrectTaskDetailRequest.h"
|
||||
#include "model/GetDataCorrectTaskDetailResult.h"
|
||||
#include "model/GetDataCronClearConfigRequest.h"
|
||||
#include "model/GetDataCronClearConfigResult.h"
|
||||
#include "model/GetDataCronClearTaskDetailListRequest.h"
|
||||
#include "model/GetDataCronClearTaskDetailListResult.h"
|
||||
#include "model/GetDataExportDownloadURLRequest.h"
|
||||
@@ -152,6 +156,8 @@
|
||||
#include "model/GetMetaTableDetailInfoResult.h"
|
||||
#include "model/GetOpLogRequest.h"
|
||||
#include "model/GetOpLogResult.h"
|
||||
#include "model/GetOrderAttachmentFileRequest.h"
|
||||
#include "model/GetOrderAttachmentFileResult.h"
|
||||
#include "model/GetOrderBaseInfoRequest.h"
|
||||
#include "model/GetOrderBaseInfoResult.h"
|
||||
#include "model/GetOwnerApplyOrderDetailRequest.h"
|
||||
@@ -543,12 +549,18 @@ namespace AlibabaCloud
|
||||
typedef Outcome<Error, Model::GetDataCorrectOrderDetailResult> GetDataCorrectOrderDetailOutcome;
|
||||
typedef std::future<GetDataCorrectOrderDetailOutcome> GetDataCorrectOrderDetailOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetDataCorrectOrderDetailRequest&, const GetDataCorrectOrderDetailOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDataCorrectOrderDetailAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetDataCorrectRollbackFileResult> GetDataCorrectRollbackFileOutcome;
|
||||
typedef std::future<GetDataCorrectRollbackFileOutcome> GetDataCorrectRollbackFileOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetDataCorrectRollbackFileRequest&, const GetDataCorrectRollbackFileOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDataCorrectRollbackFileAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetDataCorrectSQLFileResult> GetDataCorrectSQLFileOutcome;
|
||||
typedef std::future<GetDataCorrectSQLFileOutcome> GetDataCorrectSQLFileOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetDataCorrectSQLFileRequest&, const GetDataCorrectSQLFileOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDataCorrectSQLFileAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetDataCorrectTaskDetailResult> GetDataCorrectTaskDetailOutcome;
|
||||
typedef std::future<GetDataCorrectTaskDetailOutcome> GetDataCorrectTaskDetailOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetDataCorrectTaskDetailRequest&, const GetDataCorrectTaskDetailOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDataCorrectTaskDetailAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetDataCronClearConfigResult> GetDataCronClearConfigOutcome;
|
||||
typedef std::future<GetDataCronClearConfigOutcome> GetDataCronClearConfigOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetDataCronClearConfigRequest&, const GetDataCronClearConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDataCronClearConfigAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetDataCronClearTaskDetailListResult> GetDataCronClearTaskDetailListOutcome;
|
||||
typedef std::future<GetDataCronClearTaskDetailListOutcome> GetDataCronClearTaskDetailListOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetDataCronClearTaskDetailListRequest&, const GetDataCronClearTaskDetailListOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetDataCronClearTaskDetailListAsyncHandler;
|
||||
@@ -582,6 +594,9 @@ namespace AlibabaCloud
|
||||
typedef Outcome<Error, Model::GetOpLogResult> GetOpLogOutcome;
|
||||
typedef std::future<GetOpLogOutcome> GetOpLogOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetOpLogRequest&, const GetOpLogOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetOpLogAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetOrderAttachmentFileResult> GetOrderAttachmentFileOutcome;
|
||||
typedef std::future<GetOrderAttachmentFileOutcome> GetOrderAttachmentFileOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetOrderAttachmentFileRequest&, const GetOrderAttachmentFileOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetOrderAttachmentFileAsyncHandler;
|
||||
typedef Outcome<Error, Model::GetOrderBaseInfoResult> GetOrderBaseInfoOutcome;
|
||||
typedef std::future<GetOrderBaseInfoOutcome> GetOrderBaseInfoOutcomeCallable;
|
||||
typedef std::function<void(const Dms_enterpriseClient*, const Model::GetOrderBaseInfoRequest&, const GetOrderBaseInfoOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetOrderBaseInfoAsyncHandler;
|
||||
@@ -1082,12 +1097,18 @@ namespace AlibabaCloud
|
||||
GetDataCorrectOrderDetailOutcome getDataCorrectOrderDetail(const Model::GetDataCorrectOrderDetailRequest &request)const;
|
||||
void getDataCorrectOrderDetailAsync(const Model::GetDataCorrectOrderDetailRequest& request, const GetDataCorrectOrderDetailAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetDataCorrectOrderDetailOutcomeCallable getDataCorrectOrderDetailCallable(const Model::GetDataCorrectOrderDetailRequest& request) const;
|
||||
GetDataCorrectRollbackFileOutcome getDataCorrectRollbackFile(const Model::GetDataCorrectRollbackFileRequest &request)const;
|
||||
void getDataCorrectRollbackFileAsync(const Model::GetDataCorrectRollbackFileRequest& request, const GetDataCorrectRollbackFileAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetDataCorrectRollbackFileOutcomeCallable getDataCorrectRollbackFileCallable(const Model::GetDataCorrectRollbackFileRequest& request) const;
|
||||
GetDataCorrectSQLFileOutcome getDataCorrectSQLFile(const Model::GetDataCorrectSQLFileRequest &request)const;
|
||||
void getDataCorrectSQLFileAsync(const Model::GetDataCorrectSQLFileRequest& request, const GetDataCorrectSQLFileAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetDataCorrectSQLFileOutcomeCallable getDataCorrectSQLFileCallable(const Model::GetDataCorrectSQLFileRequest& request) const;
|
||||
GetDataCorrectTaskDetailOutcome getDataCorrectTaskDetail(const Model::GetDataCorrectTaskDetailRequest &request)const;
|
||||
void getDataCorrectTaskDetailAsync(const Model::GetDataCorrectTaskDetailRequest& request, const GetDataCorrectTaskDetailAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetDataCorrectTaskDetailOutcomeCallable getDataCorrectTaskDetailCallable(const Model::GetDataCorrectTaskDetailRequest& request) const;
|
||||
GetDataCronClearConfigOutcome getDataCronClearConfig(const Model::GetDataCronClearConfigRequest &request)const;
|
||||
void getDataCronClearConfigAsync(const Model::GetDataCronClearConfigRequest& request, const GetDataCronClearConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetDataCronClearConfigOutcomeCallable getDataCronClearConfigCallable(const Model::GetDataCronClearConfigRequest& request) const;
|
||||
GetDataCronClearTaskDetailListOutcome getDataCronClearTaskDetailList(const Model::GetDataCronClearTaskDetailListRequest &request)const;
|
||||
void getDataCronClearTaskDetailListAsync(const Model::GetDataCronClearTaskDetailListRequest& request, const GetDataCronClearTaskDetailListAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetDataCronClearTaskDetailListOutcomeCallable getDataCronClearTaskDetailListCallable(const Model::GetDataCronClearTaskDetailListRequest& request) const;
|
||||
@@ -1121,6 +1142,9 @@ namespace AlibabaCloud
|
||||
GetOpLogOutcome getOpLog(const Model::GetOpLogRequest &request)const;
|
||||
void getOpLogAsync(const Model::GetOpLogRequest& request, const GetOpLogAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetOpLogOutcomeCallable getOpLogCallable(const Model::GetOpLogRequest& request) const;
|
||||
GetOrderAttachmentFileOutcome getOrderAttachmentFile(const Model::GetOrderAttachmentFileRequest &request)const;
|
||||
void getOrderAttachmentFileAsync(const Model::GetOrderAttachmentFileRequest& request, const GetOrderAttachmentFileAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetOrderAttachmentFileOutcomeCallable getOrderAttachmentFileCallable(const Model::GetOrderAttachmentFileRequest& request) const;
|
||||
GetOrderBaseInfoOutcome getOrderBaseInfo(const Model::GetOrderBaseInfoRequest &request)const;
|
||||
void getOrderBaseInfoAsync(const Model::GetOrderBaseInfoRequest& request, const GetOrderBaseInfoAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
|
||||
GetOrderBaseInfoOutcomeCallable getOrderBaseInfoCallable(const Model::GetOrderBaseInfoRequest& request) const;
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT AddDesensitizationRuleRequest : public
|
||||
public:
|
||||
AddDesensitizationRuleRequest();
|
||||
~AddDesensitizationRuleRequest();
|
||||
std::string getRuleDescription() const;
|
||||
void setRuleDescription(const std::string &ruleDescription);
|
||||
std::vector<std::map<std::string, std::string>> getFunctionParams() const;
|
||||
void setFunctionParams(const std::vector<std::map<std::string, std::string>> &functionParams);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getRuleName() const;
|
||||
void setRuleName(const std::string &ruleName);
|
||||
std::string getFunctionType() const;
|
||||
void setFunctionType(const std::string &functionType);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getRuleDescription() const;
|
||||
void setRuleDescription(const std::string &ruleDescription);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getFunctionType() const;
|
||||
void setFunctionType(const std::string &functionType);
|
||||
|
||||
private:
|
||||
std::string ruleDescription_;
|
||||
std::vector<std::map<std::string, std::string>> functionParams_;
|
||||
std::string ruleType_;
|
||||
std::string ruleName_;
|
||||
std::string functionType_;
|
||||
long tid_;
|
||||
std::string ruleDescription_;
|
||||
std::string ruleType_;
|
||||
std::string functionType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT AddLogicTableRouteConfigRequest : publi
|
||||
public:
|
||||
AddLogicTableRouteConfigRequest();
|
||||
~AddLogicTableRouteConfigRequest();
|
||||
std::string getRouteKey() const;
|
||||
void setRouteKey(const std::string &routeKey);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getRouteExpr() const;
|
||||
void setRouteExpr(const std::string &routeExpr);
|
||||
long getTableId() const;
|
||||
void setTableId(long tableId);
|
||||
std::string getRouteKey() const;
|
||||
void setRouteKey(const std::string &routeKey);
|
||||
std::string getRouteExpr() const;
|
||||
void setRouteExpr(const std::string &routeExpr);
|
||||
|
||||
private:
|
||||
std::string routeKey_;
|
||||
long tid_;
|
||||
std::string routeExpr_;
|
||||
long tableId_;
|
||||
std::string routeKey_;
|
||||
std::string routeExpr_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,17 +34,17 @@ public:
|
||||
};
|
||||
AddTaskFlowEdgesRequest();
|
||||
~AddTaskFlowEdgesRequest();
|
||||
std::vector<Edges> getEdges() const;
|
||||
void setEdges(const std::vector<Edges> &edges);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::vector<Edges> getEdges() const;
|
||||
void setEdges(const std::vector<Edges> &edges);
|
||||
|
||||
private:
|
||||
std::vector<Edges> edges_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
std::vector<Edges> edges_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,38 +30,38 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT BackFillRequest : public RpcServiceRequ
|
||||
public:
|
||||
BackFillRequest();
|
||||
~BackFillRequest();
|
||||
std::string getBackFillDateBegin() const;
|
||||
void setBackFillDateBegin(const std::string &backFillDateBegin);
|
||||
std::string getBackFillDate() const;
|
||||
void setBackFillDate(const std::string &backFillDate);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
bool getIsTriggerSubTree() const;
|
||||
void setIsTriggerSubTree(bool isTriggerSubTree);
|
||||
bool getAsc() const;
|
||||
void setAsc(bool asc);
|
||||
std::string getBackFillDateEnd() const;
|
||||
void setBackFillDateEnd(const std::string &backFillDateEnd);
|
||||
int getInterval() const;
|
||||
void setInterval(int interval);
|
||||
long getHistoryDagId() const;
|
||||
void setHistoryDagId(long historyDagId);
|
||||
std::vector<long> getStartNodeIds() const;
|
||||
void setStartNodeIds(const std::vector<long> &startNodeIds);
|
||||
std::string getBackFillDateBegin() const;
|
||||
void setBackFillDateBegin(const std::string &backFillDateBegin);
|
||||
std::string getBackFillDate() const;
|
||||
void setBackFillDate(const std::string &backFillDate);
|
||||
bool getAsc() const;
|
||||
void setAsc(bool asc);
|
||||
int getInterval() const;
|
||||
void setInterval(int interval);
|
||||
|
||||
private:
|
||||
std::string backFillDateBegin_;
|
||||
std::string backFillDate_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
bool isTriggerSubTree_;
|
||||
bool asc_;
|
||||
std::string backFillDateEnd_;
|
||||
int interval_;
|
||||
long historyDagId_;
|
||||
std::vector<long> startNodeIds_;
|
||||
std::string backFillDateBegin_;
|
||||
std::string backFillDate_;
|
||||
bool asc_;
|
||||
int interval_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT BuyPayAsYouGoOrderRequest : public RpcS
|
||||
public:
|
||||
BuyPayAsYouGoOrderRequest();
|
||||
~BuyPayAsYouGoOrderRequest();
|
||||
int getInsNum() const;
|
||||
void setInsNum(int insNum);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getVersionType() const;
|
||||
void setVersionType(const std::string &versionType);
|
||||
std::string getCommodityType() const;
|
||||
void setCommodityType(const std::string &commodityType);
|
||||
int getInsNum() const;
|
||||
void setInsNum(int insNum);
|
||||
std::string getVersionType() const;
|
||||
void setVersionType(const std::string &versionType);
|
||||
|
||||
private:
|
||||
int insNum_;
|
||||
long tid_;
|
||||
std::string versionType_;
|
||||
std::string commodityType_;
|
||||
int insNum_;
|
||||
std::string versionType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,6 +30,10 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ChangeColumnSecLevelRequest : public Rp
|
||||
public:
|
||||
ChangeColumnSecLevelRequest();
|
||||
~ChangeColumnSecLevelRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
bool getIsLogic() const;
|
||||
@@ -38,21 +42,17 @@ public:
|
||||
void setNewLevel(const std::string &newLevel);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getDbId() const;
|
||||
void setDbId(long dbId);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string tableName_;
|
||||
std::string schemaName_;
|
||||
bool isLogic_;
|
||||
std::string newLevel_;
|
||||
std::string columnName_;
|
||||
long tid_;
|
||||
long dbId_;
|
||||
std::string tableName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ChangeLhDagOwnerRequest : public RpcSer
|
||||
public:
|
||||
ChangeLhDagOwnerRequest();
|
||||
~ChangeLhDagOwnerRequest();
|
||||
long getOwnerUserId() const;
|
||||
void setOwnerUserId(long ownerUserId);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOwnerUserId() const;
|
||||
void setOwnerUserId(long ownerUserId);
|
||||
|
||||
private:
|
||||
long ownerUserId_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
long ownerUserId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT CloseOrderRequest : public RpcServiceRe
|
||||
public:
|
||||
CloseOrderRequest();
|
||||
~CloseOrderRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getCloseReason() const;
|
||||
void setCloseReason(const std::string &closeReason);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long orderId_;
|
||||
std::string closeReason_;
|
||||
long tid_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -49,21 +49,21 @@ public:
|
||||
~CreateDataCorrectOrderRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
Param getParam() const;
|
||||
void setParam(const Param ¶m);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::vector<long> getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::vector<long> &relatedUserList);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string attachmentKey_;
|
||||
Param param_;
|
||||
std::string comment_;
|
||||
std::vector<long> relatedUserList_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -53,21 +53,21 @@ public:
|
||||
~CreateDataCronClearOrderRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
Param getParam() const;
|
||||
void setParam(const Param ¶m);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::vector<long> getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::vector<long> &relatedUserList);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string attachmentKey_;
|
||||
Param param_;
|
||||
std::string comment_;
|
||||
std::vector<long> relatedUserList_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -52,21 +52,21 @@ public:
|
||||
~CreateDataImportOrderRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
Param getParam() const;
|
||||
void setParam(const Param ¶m);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::vector<long> getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::vector<long> &relatedUserList);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string attachmentKey_;
|
||||
Param param_;
|
||||
std::string comment_;
|
||||
std::vector<long> relatedUserList_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -48,21 +48,21 @@ public:
|
||||
~CreateFreeLockCorrectOrderRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
Param getParam() const;
|
||||
void setParam(const Param ¶m);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::vector<long> getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::vector<long> &relatedUserList);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string attachmentKey_;
|
||||
Param param_;
|
||||
std::string comment_;
|
||||
std::vector<long> relatedUserList_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,31 +30,31 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT CreateLakeHouseSpaceRequest : public Rp
|
||||
public:
|
||||
CreateLakeHouseSpaceRequest();
|
||||
~CreateLakeHouseSpaceRequest();
|
||||
std::string getSpaceName() const;
|
||||
void setSpaceName(const std::string &spaceName);
|
||||
std::string getDescription() const;
|
||||
void setDescription(const std::string &description);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getMode() const;
|
||||
void setMode(const std::string &mode);
|
||||
std::string getDwDbType() const;
|
||||
void setDwDbType(const std::string &dwDbType);
|
||||
std::string getProdDbId() const;
|
||||
void setProdDbId(const std::string &prodDbId);
|
||||
std::string getDevDbId() const;
|
||||
void setDevDbId(const std::string &devDbId);
|
||||
std::string getSpaceName() const;
|
||||
void setSpaceName(const std::string &spaceName);
|
||||
std::string getDwDbType() const;
|
||||
void setDwDbType(const std::string &dwDbType);
|
||||
std::string getSpaceConfig() const;
|
||||
void setSpaceConfig(const std::string &spaceConfig);
|
||||
|
||||
private:
|
||||
std::string spaceName_;
|
||||
std::string description_;
|
||||
long tid_;
|
||||
std::string mode_;
|
||||
std::string dwDbType_;
|
||||
std::string prodDbId_;
|
||||
std::string devDbId_;
|
||||
std::string spaceName_;
|
||||
std::string dwDbType_;
|
||||
std::string spaceConfig_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -32,15 +32,15 @@ public:
|
||||
~CreateLogicDatabaseRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::vector<long> getDatabaseIds() const;
|
||||
void setDatabaseIds(const std::vector<long> &databaseIds);
|
||||
std::string getAlias() const;
|
||||
void setAlias(const std::string &alias);
|
||||
std::vector<long> getDatabaseIds() const;
|
||||
void setDatabaseIds(const std::vector<long> &databaseIds);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::vector<long> databaseIds_;
|
||||
std::string alias_;
|
||||
std::vector<long> databaseIds_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,22 +34,22 @@ public:
|
||||
void setTid(long tid);
|
||||
std::string getPluginType() const;
|
||||
void setPluginType(const std::string &pluginType);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::map<std::string, std::string> getPluginParam() const;
|
||||
void setPluginParam(std::map<std::string, std::string> pluginParam);
|
||||
std::string getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::string &relatedUserList);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string pluginType_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
std::map<std::string, std::string> pluginParam_;
|
||||
std::string relatedUserList_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -36,17 +36,17 @@ public:
|
||||
void setUserId(long userId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getIndepPassword() const;
|
||||
void setIndepPassword(const std::string &indepPassword);
|
||||
long getProxyId() const;
|
||||
void setProxyId(long proxyId);
|
||||
std::string getIndepPassword() const;
|
||||
void setIndepPassword(const std::string &indepPassword);
|
||||
|
||||
private:
|
||||
std::string indepAccount_;
|
||||
long userId_;
|
||||
long tid_;
|
||||
std::string indepPassword_;
|
||||
long proxyId_;
|
||||
std::string indepPassword_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT CreatePublishGroupTaskRequest : public
|
||||
public:
|
||||
CreatePublishGroupTaskRequest();
|
||||
~CreatePublishGroupTaskRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
int getDbId() const;
|
||||
void setDbId(int dbId);
|
||||
std::string getPlanTime() const;
|
||||
void setPlanTime(const std::string &planTime);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
std::string getPublishStrategy() const;
|
||||
void setPublishStrategy(const std::string &publishStrategy);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
int getDbId() const;
|
||||
void setDbId(int dbId);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
int dbId_;
|
||||
std::string planTime_;
|
||||
bool logic_;
|
||||
std::string publishStrategy_;
|
||||
long orderId_;
|
||||
int dbId_;
|
||||
bool logic_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -40,16 +40,16 @@ public:
|
||||
void setTid(long tid);
|
||||
Param getParam() const;
|
||||
void setParam(const Param ¶m);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::vector<long> getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::vector<long> &relatedUserList);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
Param param_;
|
||||
std::string comment_;
|
||||
std::vector<long> relatedUserList_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -32,17 +32,17 @@ public:
|
||||
~CreateStandardGroupRequest();
|
||||
std::string getDescription() const;
|
||||
void setDescription(const std::string &description);
|
||||
std::string getGroupName() const;
|
||||
void setGroupName(const std::string &groupName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getGroupName() const;
|
||||
void setGroupName(const std::string &groupName);
|
||||
std::string getDbType() const;
|
||||
void setDbType(const std::string &dbType);
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
std::string groupName_;
|
||||
long tid_;
|
||||
std::string groupName_;
|
||||
std::string dbType_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -56,21 +56,21 @@ public:
|
||||
~CreateStructSyncOrderRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
Param getParam() const;
|
||||
void setParam(const Param ¶m);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
std::vector<long> getRelatedUserList() const;
|
||||
void setRelatedUserList(const std::vector<long> &relatedUserList);
|
||||
std::string getAttachmentKey() const;
|
||||
void setAttachmentKey(const std::string &attachmentKey);
|
||||
std::string getComment() const;
|
||||
void setComment(const std::string &comment);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string attachmentKey_;
|
||||
Param param_;
|
||||
std::string comment_;
|
||||
std::vector<long> relatedUserList_;
|
||||
std::string attachmentKey_;
|
||||
std::string comment_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,32 +30,32 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT CreateTaskRequest : public RpcServiceRe
|
||||
public:
|
||||
CreateTaskRequest();
|
||||
~CreateTaskRequest();
|
||||
std::string getTimeVariables() const;
|
||||
void setTimeVariables(const std::string &timeVariables);
|
||||
std::string getNodeType() const;
|
||||
void setNodeType(const std::string &nodeType);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getNodeName() const;
|
||||
void setNodeName(const std::string &nodeName);
|
||||
std::string getNodeContent() const;
|
||||
void setNodeContent(const std::string &nodeContent);
|
||||
std::string getNodeOutput() const;
|
||||
void setNodeOutput(const std::string &nodeOutput);
|
||||
std::string getGraphParam() const;
|
||||
void setGraphParam(const std::string &graphParam);
|
||||
std::string getTimeVariables() const;
|
||||
void setTimeVariables(const std::string &timeVariables);
|
||||
std::string getNodeName() const;
|
||||
void setNodeName(const std::string &nodeName);
|
||||
|
||||
private:
|
||||
std::string timeVariables_;
|
||||
std::string nodeType_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
std::string nodeName_;
|
||||
std::string nodeContent_;
|
||||
std::string nodeOutput_;
|
||||
std::string graphParam_;
|
||||
std::string timeVariables_;
|
||||
std::string nodeName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT CreateUploadFileJobRequest : public Rpc
|
||||
public:
|
||||
CreateUploadFileJobRequest();
|
||||
~CreateUploadFileJobRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getUploadURL() const;
|
||||
void setUploadURL(const std::string &uploadURL);
|
||||
std::string getUploadType() const;
|
||||
void setUploadType(const std::string &uploadType);
|
||||
std::string getFileSource() const;
|
||||
void setFileSource(const std::string &fileSource);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getFileName() const;
|
||||
void setFileName(const std::string &fileName);
|
||||
std::string getUploadURL() const;
|
||||
void setUploadURL(const std::string &uploadURL);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string uploadURL_;
|
||||
std::string uploadType_;
|
||||
std::string fileSource_;
|
||||
long tid_;
|
||||
std::string fileName_;
|
||||
std::string uploadURL_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -35,21 +35,21 @@ public:
|
||||
};
|
||||
CreateUploadOSSFileJobRequest();
|
||||
~CreateUploadOSSFileJobRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getUploadType() const;
|
||||
void setUploadType(const std::string &uploadType);
|
||||
std::string getFileSource() const;
|
||||
void setFileSource(const std::string &fileSource);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getFileName() const;
|
||||
void setFileName(const std::string &fileName);
|
||||
UploadTarget getUploadTarget() const;
|
||||
void setUploadTarget(const UploadTarget &uploadTarget);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string uploadType_;
|
||||
std::string fileSource_;
|
||||
long tid_;
|
||||
std::string fileName_;
|
||||
UploadTarget uploadTarget_;
|
||||
};
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setTid(long tid);
|
||||
std::string getSid() const;
|
||||
void setSid(const std::string &sid);
|
||||
int getPort() const;
|
||||
void setPort(int port);
|
||||
std::string getHost() const;
|
||||
void setHost(const std::string &host);
|
||||
int getPort() const;
|
||||
void setPort(int port);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string sid_;
|
||||
int port_;
|
||||
std::string host_;
|
||||
int port_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setTid(long tid);
|
||||
int getObjectType() const;
|
||||
void setObjectType(int objectType);
|
||||
long getObjectId() const;
|
||||
void setObjectId(long objectId);
|
||||
std::vector<int> getMemberIds() const;
|
||||
void setMemberIds(const std::vector<int> &memberIds);
|
||||
long getObjectId() const;
|
||||
void setObjectId(long objectId);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
int objectType_;
|
||||
long objectId_;
|
||||
std::vector<int> memberIds_;
|
||||
long objectId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT DeleteLogicTableRouteConfigRequest : pu
|
||||
public:
|
||||
DeleteLogicTableRouteConfigRequest();
|
||||
~DeleteLogicTableRouteConfigRequest();
|
||||
std::string getRouteKey() const;
|
||||
void setRouteKey(const std::string &routeKey);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getTableId() const;
|
||||
void setTableId(long tableId);
|
||||
std::string getRouteKey() const;
|
||||
void setRouteKey(const std::string &routeKey);
|
||||
|
||||
private:
|
||||
std::string routeKey_;
|
||||
long tid_;
|
||||
long tableId_;
|
||||
std::string routeKey_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setLogicDbId(long logicDbId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::vector<long> getDatabaseIds() const;
|
||||
void setDatabaseIds(const std::vector<long> &databaseIds);
|
||||
std::string getAlias() const;
|
||||
void setAlias(const std::string &alias);
|
||||
std::vector<long> getDatabaseIds() const;
|
||||
void setDatabaseIds(const std::vector<long> &databaseIds);
|
||||
|
||||
private:
|
||||
long logicDbId_;
|
||||
long tid_;
|
||||
std::vector<long> databaseIds_;
|
||||
std::string alias_;
|
||||
std::vector<long> databaseIds_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ExecuteDataCorrectRequest : public RpcS
|
||||
public:
|
||||
ExecuteDataCorrectRequest();
|
||||
~ExecuteDataCorrectRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
std::string getTid() const;
|
||||
void setTid(const std::string &tid);
|
||||
std::map<std::string, std::string> getActionDetail() const;
|
||||
void setActionDetail(std::map<std::string, std::string> actionDetail);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
std::string tid_;
|
||||
std::map<std::string, std::string> actionDetail_;
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ExecuteDataExportRequest : public RpcSe
|
||||
public:
|
||||
ExecuteDataExportRequest();
|
||||
~ExecuteDataExportRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::map<std::string, std::string> getActionDetail() const;
|
||||
void setActionDetail(std::map<std::string, std::string> actionDetail);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
long tid_;
|
||||
std::map<std::string, std::string> actionDetail_;
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,18 +30,18 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ExecuteScriptRequest : public RpcServic
|
||||
public:
|
||||
ExecuteScriptRequest();
|
||||
~ExecuteScriptRequest();
|
||||
std::string getScript() const;
|
||||
void setScript(const std::string &script);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getScript() const;
|
||||
void setScript(const std::string &script);
|
||||
int getDbId() const;
|
||||
void setDbId(int dbId);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
|
||||
private:
|
||||
std::string script_;
|
||||
long tid_;
|
||||
std::string script_;
|
||||
int dbId_;
|
||||
bool logic_;
|
||||
};
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ExecuteStructSyncRequest : public RpcSe
|
||||
public:
|
||||
ExecuteStructSyncRequest();
|
||||
~ExecuteStructSyncRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCorrectBackupFilesRequest : publ
|
||||
public:
|
||||
GetDataCorrectBackupFilesRequest();
|
||||
~GetDataCorrectBackupFilesRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::map<std::string, std::string> getActionDetail() const;
|
||||
void setActionDetail(std::map<std::string, std::string> actionDetail);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
long tid_;
|
||||
std::map<std::string, std::string> actionDetail_;
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCorrectOrderDetailRequest : publ
|
||||
public:
|
||||
GetDataCorrectOrderDetailRequest();
|
||||
~GetDataCorrectOrderDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACORRECTROLLBACKFILEREQUEST_H_
|
||||
#define ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACORRECTROLLBACKFILEREQUEST_H_
|
||||
|
||||
#include <alibabacloud/dms-enterprise/Dms_enterpriseExport.h>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
namespace AlibabaCloud {
|
||||
namespace Dms_enterprise {
|
||||
namespace Model {
|
||||
class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCorrectRollbackFileRequest : public RpcServiceRequest {
|
||||
public:
|
||||
GetDataCorrectRollbackFileRequest();
|
||||
~GetDataCorrectRollbackFileRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
} // namespace AlibabaCloud
|
||||
#endif // !ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACORRECTROLLBACKFILEREQUEST_H_
|
||||
@@ -0,0 +1,57 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACORRECTROLLBACKFILERESULT_H_
|
||||
#define ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACORRECTROLLBACKFILERESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/dms-enterprise/Dms_enterpriseExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Dms_enterprise
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCorrectRollbackFileResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
GetDataCorrectRollbackFileResult();
|
||||
explicit GetDataCorrectRollbackFileResult(const std::string &payload);
|
||||
~GetDataCorrectRollbackFileResult();
|
||||
std::string getFileUrl()const;
|
||||
std::string getErrorCode()const;
|
||||
std::string getErrorMessage()const;
|
||||
bool getSuccess()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string fileUrl_;
|
||||
std::string errorCode_;
|
||||
std::string errorMessage_;
|
||||
bool success_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACORRECTROLLBACKFILERESULT_H_
|
||||
@@ -30,16 +30,16 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCorrectSQLFileRequest : public R
|
||||
public:
|
||||
GetDataCorrectSQLFileRequest();
|
||||
~GetDataCorrectSQLFileRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getOrderActionName() const;
|
||||
void setOrderActionName(const std::string &orderActionName);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
std::string orderActionName_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCorrectTaskDetailRequest : publi
|
||||
public:
|
||||
GetDataCorrectTaskDetailRequest();
|
||||
~GetDataCorrectTaskDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACRONCLEARCONFIGREQUEST_H_
|
||||
#define ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACRONCLEARCONFIGREQUEST_H_
|
||||
|
||||
#include <alibabacloud/dms-enterprise/Dms_enterpriseExport.h>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
namespace AlibabaCloud {
|
||||
namespace Dms_enterprise {
|
||||
namespace Model {
|
||||
class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCronClearConfigRequest : public RpcServiceRequest {
|
||||
public:
|
||||
GetDataCronClearConfigRequest();
|
||||
~GetDataCronClearConfigRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
} // namespace AlibabaCloud
|
||||
#endif // !ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACRONCLEARCONFIGREQUEST_H_
|
||||
@@ -0,0 +1,68 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACRONCLEARCONFIGRESULT_H_
|
||||
#define ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACRONCLEARCONFIGRESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/dms-enterprise/Dms_enterpriseExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Dms_enterprise
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCronClearConfigResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
struct DataCronClearConfig
|
||||
{
|
||||
long currentClearTaskCount;
|
||||
std::string cronFormat;
|
||||
std::string cronStatus;
|
||||
std::string cronLastCallStartTime;
|
||||
std::string cronNextCallTime;
|
||||
std::string duration;
|
||||
long optimizeTableAfterEveryClearTimes;
|
||||
std::string cronCallTimes;
|
||||
};
|
||||
|
||||
|
||||
GetDataCronClearConfigResult();
|
||||
explicit GetDataCronClearConfigResult(const std::string &payload);
|
||||
~GetDataCronClearConfigResult();
|
||||
DataCronClearConfig getDataCronClearConfig()const;
|
||||
std::string getErrorCode()const;
|
||||
std::string getErrorMessage()const;
|
||||
bool getSuccess()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
DataCronClearConfig dataCronClearConfig_;
|
||||
std::string errorCode_;
|
||||
std::string errorMessage_;
|
||||
bool success_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETDATACRONCLEARCONFIGRESULT_H_
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataCronClearTaskDetailListRequest :
|
||||
public:
|
||||
GetDataCronClearTaskDetailListRequest();
|
||||
~GetDataCronClearTaskDetailListRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getPageNumber() const;
|
||||
void setPageNumber(long pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getPageSize() const;
|
||||
void setPageSize(long pageSize);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long pageNumber_;
|
||||
long tid_;
|
||||
long pageSize_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataExportDownloadURLRequest : publi
|
||||
public:
|
||||
GetDataExportDownloadURLRequest();
|
||||
~GetDataExportDownloadURLRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getActionName() const;
|
||||
void setActionName(const std::string &actionName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long orderId_;
|
||||
std::string actionName_;
|
||||
long tid_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDataExportOrderDetailRequest : publi
|
||||
public:
|
||||
GetDataExportOrderDetailRequest();
|
||||
~GetDataExportOrderDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetDatabaseRequest : public RpcServiceR
|
||||
public:
|
||||
GetDatabaseRequest();
|
||||
~GetDatabaseRequest();
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getSid() const;
|
||||
void setSid(const std::string &sid);
|
||||
int getPort() const;
|
||||
void setPort(int port);
|
||||
std::string getHost() const;
|
||||
void setHost(const std::string &host);
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
int getPort() const;
|
||||
void setPort(int port);
|
||||
|
||||
private:
|
||||
std::string schemaName_;
|
||||
long tid_;
|
||||
std::string sid_;
|
||||
int port_;
|
||||
std::string host_;
|
||||
std::string schemaName_;
|
||||
int port_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setTid(long tid);
|
||||
std::string getSid() const;
|
||||
void setSid(const std::string &sid);
|
||||
int getPort() const;
|
||||
void setPort(int port);
|
||||
std::string getHost() const;
|
||||
void setHost(const std::string &host);
|
||||
int getPort() const;
|
||||
void setPort(int port);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string sid_;
|
||||
int port_;
|
||||
std::string host_;
|
||||
int port_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetLhSpaceByNameRequest : public RpcSer
|
||||
public:
|
||||
GetLhSpaceByNameRequest();
|
||||
~GetLhSpaceByNameRequest();
|
||||
std::string getSpaceName() const;
|
||||
void setSpaceName(const std::string &spaceName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getSpaceName() const;
|
||||
void setSpaceName(const std::string &spaceName);
|
||||
|
||||
private:
|
||||
std::string spaceName_;
|
||||
long tid_;
|
||||
std::string spaceName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,10 +30,6 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetOpLogRequest : public RpcServiceRequ
|
||||
public:
|
||||
GetOpLogRequest();
|
||||
~GetOpLogRequest();
|
||||
std::string getModule() const;
|
||||
void setModule(const std::string &module);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
long getTid() const;
|
||||
@@ -42,14 +38,18 @@ public:
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getModule() const;
|
||||
void setModule(const std::string &module);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
|
||||
private:
|
||||
std::string module_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
std::string module_;
|
||||
std::string endTime_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETORDERATTACHMENTFILEREQUEST_H_
|
||||
#define ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETORDERATTACHMENTFILEREQUEST_H_
|
||||
|
||||
#include <alibabacloud/dms-enterprise/Dms_enterpriseExport.h>
|
||||
#include <alibabacloud/core/RpcServiceRequest.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
namespace AlibabaCloud {
|
||||
namespace Dms_enterprise {
|
||||
namespace Model {
|
||||
class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetOrderAttachmentFileRequest : public RpcServiceRequest {
|
||||
public:
|
||||
GetOrderAttachmentFileRequest();
|
||||
~GetOrderAttachmentFileRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
} // namespace AlibabaCloud
|
||||
#endif // !ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETORDERATTACHMENTFILEREQUEST_H_
|
||||
@@ -0,0 +1,57 @@
|
||||
/*
|
||||
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETORDERATTACHMENTFILERESULT_H_
|
||||
#define ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETORDERATTACHMENTFILERESULT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <alibabacloud/core/ServiceResult.h>
|
||||
#include <alibabacloud/dms-enterprise/Dms_enterpriseExport.h>
|
||||
|
||||
namespace AlibabaCloud
|
||||
{
|
||||
namespace Dms_enterprise
|
||||
{
|
||||
namespace Model
|
||||
{
|
||||
class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetOrderAttachmentFileResult : public ServiceResult
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
GetOrderAttachmentFileResult();
|
||||
explicit GetOrderAttachmentFileResult(const std::string &payload);
|
||||
~GetOrderAttachmentFileResult();
|
||||
std::string getFileUrl()const;
|
||||
std::string getErrorCode()const;
|
||||
std::string getErrorMessage()const;
|
||||
bool getSuccess()const;
|
||||
|
||||
protected:
|
||||
void parse(const std::string &payload);
|
||||
private:
|
||||
std::string fileUrl_;
|
||||
std::string errorCode_;
|
||||
std::string errorMessage_;
|
||||
bool success_;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !ALIBABACLOUD_DMS_ENTERPRISE_MODEL_GETORDERATTACHMENTFILERESULT_H_
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetOrderBaseInfoRequest : public RpcSer
|
||||
public:
|
||||
GetOrderBaseInfoRequest();
|
||||
~GetOrderBaseInfoRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetOwnerApplyOrderDetailRequest : publi
|
||||
public:
|
||||
GetOwnerApplyOrderDetailRequest();
|
||||
~GetOwnerApplyOrderDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetPermApplyOrderDetailRequest : public
|
||||
public:
|
||||
GetPermApplyOrderDetailRequest();
|
||||
~GetPermApplyOrderDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -32,15 +32,15 @@ public:
|
||||
~GetProxyRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getInstanceId() const;
|
||||
void setInstanceId(long instanceId);
|
||||
long getProxyId() const;
|
||||
void setProxyId(long proxyId);
|
||||
long getInstanceId() const;
|
||||
void setInstanceId(long instanceId);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long instanceId_;
|
||||
long proxyId_;
|
||||
long instanceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,16 +30,16 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetSQLReviewCheckResultStatusRequest :
|
||||
public:
|
||||
GetSQLReviewCheckResultStatusRequest();
|
||||
~GetSQLReviewCheckResultStatusRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getOrderActionName() const;
|
||||
void setOrderActionName(const std::string &orderActionName);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
std::string orderActionName_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetStructSyncExecSqlDetailRequest : pub
|
||||
public:
|
||||
GetStructSyncExecSqlDetailRequest();
|
||||
~GetStructSyncExecSqlDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getPageNumber() const;
|
||||
void setPageNumber(long pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getPageSize() const;
|
||||
void setPageSize(long pageSize);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long pageNumber_;
|
||||
long tid_;
|
||||
long pageSize_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetStructSyncJobAnalyzeResultRequest :
|
||||
public:
|
||||
GetStructSyncJobAnalyzeResultRequest();
|
||||
~GetStructSyncJobAnalyzeResultRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getCompareType() const;
|
||||
void setCompareType(const std::string &compareType);
|
||||
long getPageNumber() const;
|
||||
void setPageNumber(long pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getPageSize() const;
|
||||
void setPageSize(long pageSize);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getCompareType() const;
|
||||
void setCompareType(const std::string &compareType);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string compareType_;
|
||||
long pageNumber_;
|
||||
long tid_;
|
||||
long pageSize_;
|
||||
long orderId_;
|
||||
std::string compareType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetStructSyncJobDetailRequest : public
|
||||
public:
|
||||
GetStructSyncJobDetailRequest();
|
||||
~GetStructSyncJobDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetStructSyncOrderDetailRequest : publi
|
||||
public:
|
||||
GetStructSyncOrderDetailRequest();
|
||||
~GetStructSyncOrderDetailRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GetUserUploadFileJobRequest : public Rp
|
||||
public:
|
||||
GetUserUploadFileJobRequest();
|
||||
~GetUserUploadFileJobRequest();
|
||||
std::string getJobKey() const;
|
||||
void setJobKey(const std::string &jobKey);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getJobKey() const;
|
||||
void setJobKey(const std::string &jobKey);
|
||||
|
||||
private:
|
||||
std::string jobKey_;
|
||||
long tid_;
|
||||
std::string jobKey_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,38 +30,38 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT GrantUserPermissionRequest : public Rpc
|
||||
public:
|
||||
GrantUserPermissionRequest();
|
||||
~GrantUserPermissionRequest();
|
||||
std::string getPermTypes() const;
|
||||
void setPermTypes(const std::string &permTypes);
|
||||
std::string getDsType() const;
|
||||
void setDsType(const std::string &dsType);
|
||||
std::string getExpireDate() const;
|
||||
void setExpireDate(const std::string &expireDate);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getTableId() const;
|
||||
void setTableId(const std::string &tableId);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getPermTypes() const;
|
||||
void setPermTypes(const std::string &permTypes);
|
||||
std::string getDsType() const;
|
||||
void setDsType(const std::string &dsType);
|
||||
long getInstanceId() const;
|
||||
void setInstanceId(long instanceId);
|
||||
std::string getDbId() const;
|
||||
void setDbId(const std::string &dbId);
|
||||
std::string getTableId() const;
|
||||
void setTableId(const std::string &tableId);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
|
||||
private:
|
||||
std::string permTypes_;
|
||||
std::string dsType_;
|
||||
std::string expireDate_;
|
||||
std::string userId_;
|
||||
long tid_;
|
||||
std::string tableId_;
|
||||
std::string tableName_;
|
||||
std::string permTypes_;
|
||||
std::string dsType_;
|
||||
long instanceId_;
|
||||
std::string dbId_;
|
||||
std::string tableId_;
|
||||
bool logic_;
|
||||
std::string tableName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListDDLPublishRecordsRequest : public R
|
||||
public:
|
||||
ListDDLPublishRecordsRequest();
|
||||
~ListDDLPublishRecordsRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListDataCorrectPreCheckDBRequest : publ
|
||||
public:
|
||||
ListDataCorrectPreCheckDBRequest();
|
||||
~ListDataCorrectPreCheckDBRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getPageNumber() const;
|
||||
void setPageNumber(long pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getPageSize() const;
|
||||
void setPageSize(long pageSize);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long pageNumber_;
|
||||
long tid_;
|
||||
long pageSize_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,23 +30,23 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListDataCorrectPreCheckSQLRequest : pub
|
||||
public:
|
||||
ListDataCorrectPreCheckSQLRequest();
|
||||
~ListDataCorrectPreCheckSQLRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getPageNumber() const;
|
||||
void setPageNumber(long pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getDbId() const;
|
||||
void setDbId(long dbId);
|
||||
long getPageSize() const;
|
||||
void setPageSize(long pageSize);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getDbId() const;
|
||||
void setDbId(long dbId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long pageNumber_;
|
||||
long tid_;
|
||||
long dbId_;
|
||||
long pageSize_;
|
||||
long orderId_;
|
||||
long dbId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,12 +34,12 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getPermType() const;
|
||||
void setPermType(const std::string &permType);
|
||||
std::string getDbId() const;
|
||||
void setDbId(const std::string &dbId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
std::string getUserName() const;
|
||||
@@ -48,9 +48,9 @@ public:
|
||||
private:
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
std::string permType_;
|
||||
std::string dbId_;
|
||||
int pageSize_;
|
||||
bool logic_;
|
||||
std::string userName_;
|
||||
};
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getInstanceId() const;
|
||||
void setInstanceId(const std::string &instanceId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getInstanceId() const;
|
||||
void setInstanceId(const std::string &instanceId);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
std::string instanceId_;
|
||||
int pageSize_;
|
||||
std::string instanceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,28 +30,28 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListDesensitizationRuleRequest : public
|
||||
public:
|
||||
ListDesensitizationRuleRequest();
|
||||
~ListDesensitizationRuleRequest();
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getRuleName() const;
|
||||
void setRuleName(const std::string &ruleName);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getFuncType() const;
|
||||
void setFuncType(const std::string &funcType);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getRuleType() const;
|
||||
void setRuleType(const std::string &ruleType);
|
||||
std::string getFuncType() const;
|
||||
void setFuncType(const std::string &funcType);
|
||||
int getRuleId() const;
|
||||
void setRuleId(int ruleId);
|
||||
|
||||
private:
|
||||
std::string ruleType_;
|
||||
std::string ruleName_;
|
||||
int pageNumber_;
|
||||
long tid_;
|
||||
std::string funcType_;
|
||||
int pageSize_;
|
||||
std::string ruleType_;
|
||||
std::string funcType_;
|
||||
int ruleId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -34,8 +34,6 @@ public:
|
||||
void setSearchName(const std::string &searchName);
|
||||
std::string getOpUserName() const;
|
||||
void setOpUserName(const std::string &opUserName);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
int getPageNumber() const;
|
||||
@@ -44,15 +42,17 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
|
||||
private:
|
||||
std::string searchName_;
|
||||
std::string opUserName_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
int pageNumber_;
|
||||
long tid_;
|
||||
int pageSize_;
|
||||
std::string endTime_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,18 +34,18 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getInstanceId() const;
|
||||
void setInstanceId(const std::string &instanceId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getInstanceId() const;
|
||||
void setInstanceId(const std::string &instanceId);
|
||||
std::string getUserName() const;
|
||||
void setUserName(const std::string &userName);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
std::string instanceId_;
|
||||
int pageSize_;
|
||||
std::string instanceId_;
|
||||
std::string userName_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -34,31 +34,31 @@ public:
|
||||
void setSearchKey(const std::string &searchKey);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getInstanceState() const;
|
||||
void setInstanceState(const std::string &instanceState);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getNetType() const;
|
||||
void setNetType(const std::string &netType);
|
||||
std::string getDbType() const;
|
||||
void setDbType(const std::string &dbType);
|
||||
std::string getEnvType() const;
|
||||
void setEnvType(const std::string &envType);
|
||||
std::string getInstanceSource() const;
|
||||
void setInstanceSource(const std::string &instanceSource);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getInstanceState() const;
|
||||
void setInstanceState(const std::string &instanceState);
|
||||
std::string getNetType() const;
|
||||
void setNetType(const std::string &netType);
|
||||
std::string getDbType() const;
|
||||
void setDbType(const std::string &dbType);
|
||||
|
||||
private:
|
||||
std::string searchKey_;
|
||||
long tid_;
|
||||
std::string instanceState_;
|
||||
int pageNumber_;
|
||||
std::string netType_;
|
||||
std::string dbType_;
|
||||
std::string envType_;
|
||||
std::string instanceSource_;
|
||||
int pageSize_;
|
||||
std::string instanceState_;
|
||||
std::string netType_;
|
||||
std::string dbType_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -32,12 +32,8 @@ public:
|
||||
~ListOrdersRequest();
|
||||
std::string getOrderStatus() const;
|
||||
void setOrderStatus(const std::string &orderStatus);
|
||||
std::string getSearchContent() const;
|
||||
void setSearchContent(const std::string &searchContent);
|
||||
std::string getSearchDateType() const;
|
||||
void setSearchDateType(const std::string &searchDateType);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
long getTid() const;
|
||||
@@ -50,18 +46,22 @@ public:
|
||||
void setPageSize(int pageSize);
|
||||
std::string getOrderResultType() const;
|
||||
void setOrderResultType(const std::string &orderResultType);
|
||||
std::string getSearchContent() const;
|
||||
void setSearchContent(const std::string &searchContent);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
|
||||
private:
|
||||
std::string orderStatus_;
|
||||
std::string searchContent_;
|
||||
std::string searchDateType_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
std::string pluginType_;
|
||||
int pageSize_;
|
||||
std::string orderResultType_;
|
||||
std::string searchContent_;
|
||||
std::string endTime_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,10 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListProxySQLExecAuditLogRequest : publi
|
||||
public:
|
||||
ListProxySQLExecAuditLogRequest();
|
||||
~ListProxySQLExecAuditLogRequest();
|
||||
std::string getSQLType() const;
|
||||
void setSQLType(const std::string &sQLType);
|
||||
std::string getSearchName() const;
|
||||
void setSearchName(const std::string &searchName);
|
||||
std::string getOpUserName() const;
|
||||
void setOpUserName(const std::string &opUserName);
|
||||
long getEndTime() const;
|
||||
void setEndTime(long endTime);
|
||||
long getStartTime() const;
|
||||
void setStartTime(long startTime);
|
||||
int getPageNumber() const;
|
||||
@@ -46,18 +42,22 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSQLType() const;
|
||||
void setSQLType(const std::string &sQLType);
|
||||
long getEndTime() const;
|
||||
void setEndTime(long endTime);
|
||||
std::string getExecState() const;
|
||||
void setExecState(const std::string &execState);
|
||||
|
||||
private:
|
||||
std::string sQLType_;
|
||||
std::string searchName_;
|
||||
std::string opUserName_;
|
||||
long endTime_;
|
||||
long startTime_;
|
||||
int pageNumber_;
|
||||
long tid_;
|
||||
int pageSize_;
|
||||
std::string sQLType_;
|
||||
long endTime_;
|
||||
std::string execState_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,14 +30,10 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListSQLExecAuditLogRequest : public Rpc
|
||||
public:
|
||||
ListSQLExecAuditLogRequest();
|
||||
~ListSQLExecAuditLogRequest();
|
||||
std::string getSqlType() const;
|
||||
void setSqlType(const std::string &sqlType);
|
||||
std::string getSearchName() const;
|
||||
void setSearchName(const std::string &searchName);
|
||||
std::string getOpUserName() const;
|
||||
void setOpUserName(const std::string &opUserName);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
int getPageNumber() const;
|
||||
@@ -46,18 +42,22 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getSqlType() const;
|
||||
void setSqlType(const std::string &sqlType);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getExecState() const;
|
||||
void setExecState(const std::string &execState);
|
||||
|
||||
private:
|
||||
std::string sqlType_;
|
||||
std::string searchName_;
|
||||
std::string opUserName_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
int pageNumber_;
|
||||
long tid_;
|
||||
int pageSize_;
|
||||
std::string sqlType_;
|
||||
std::string endTime_;
|
||||
std::string execState_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -40,19 +40,19 @@ public:
|
||||
};
|
||||
ListSQLReviewOriginSQLRequest();
|
||||
~ListSQLReviewOriginSQLRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
OrderActionDetail getOrderActionDetail() const;
|
||||
void setOrderActionDetail(const OrderActionDetail &orderActionDetail);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getOrderActionName() const;
|
||||
void setOrderActionName(const std::string &orderActionName);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
long orderId_;
|
||||
OrderActionDetail orderActionDetail_;
|
||||
long tid_;
|
||||
std::string orderActionName_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,26 +30,26 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListSensitiveColumnsDetailRequest : pub
|
||||
public:
|
||||
ListSensitiveColumnsDetailRequest();
|
||||
~ListSensitiveColumnsDetailRequest();
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getDbId() const;
|
||||
void setDbId(long dbId);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
|
||||
private:
|
||||
long tid_;
|
||||
std::string tableName_;
|
||||
std::string schemaName_;
|
||||
std::string columnName_;
|
||||
long tid_;
|
||||
long dbId_;
|
||||
bool logic_;
|
||||
std::string tableName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,35 +30,35 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ListSensitiveColumnsRequest : public Rp
|
||||
public:
|
||||
ListSensitiveColumnsRequest();
|
||||
~ListSensitiveColumnsRequest();
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
std::string getSecurityLevel() const;
|
||||
void setSecurityLevel(const std::string &securityLevel);
|
||||
long getDbId() const;
|
||||
void setDbId(long dbId);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
|
||||
private:
|
||||
std::string schemaName_;
|
||||
std::string columnName_;
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
int pageSize_;
|
||||
std::string tableName_;
|
||||
std::string schemaName_;
|
||||
std::string columnName_;
|
||||
std::string securityLevel_;
|
||||
long dbId_;
|
||||
int pageSize_;
|
||||
bool logic_;
|
||||
std::string tableName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -32,36 +32,36 @@ public:
|
||||
~ListSensitiveDataAuditLogRequest();
|
||||
std::string getOpUserName() const;
|
||||
void setOpUserName(const std::string &opUserName);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getStartTime() const;
|
||||
void setStartTime(const std::string &startTime);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getDbName() const;
|
||||
void setDbName(const std::string &dbName);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getModuleName() const;
|
||||
void setModuleName(const std::string &moduleName);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getEndTime() const;
|
||||
void setEndTime(const std::string &endTime);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
std::string getDbName() const;
|
||||
void setDbName(const std::string &dbName);
|
||||
|
||||
private:
|
||||
std::string opUserName_;
|
||||
std::string endTime_;
|
||||
std::string startTime_;
|
||||
std::string columnName_;
|
||||
int pageNumber_;
|
||||
long tid_;
|
||||
std::string dbName_;
|
||||
int pageSize_;
|
||||
std::string moduleName_;
|
||||
std::string tableName_;
|
||||
std::string endTime_;
|
||||
std::string columnName_;
|
||||
std::string dbName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -39,6 +39,7 @@ namespace AlibabaCloud
|
||||
long lastMenderId;
|
||||
std::string groupMode;
|
||||
std::string dbType;
|
||||
long groupId;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -34,19 +34,19 @@ public:
|
||||
void setSearchKey(const std::string &searchKey);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
bool getNeedLastDagInstance() const;
|
||||
void setNeedLastDagInstance(bool needLastDagInstance);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
int getPageIndex() const;
|
||||
void setPageIndex(int pageIndex);
|
||||
bool getNeedLastDagInstance() const;
|
||||
void setNeedLastDagInstance(bool needLastDagInstance);
|
||||
|
||||
private:
|
||||
std::string searchKey_;
|
||||
long tid_;
|
||||
bool needLastDagInstance_;
|
||||
int pageSize_;
|
||||
int pageIndex_;
|
||||
bool needLastDagInstance_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -38,16 +38,16 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getEnvType() const;
|
||||
void setEnvType(const std::string &envType);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getPermType() const;
|
||||
void setPermType(const std::string &permType);
|
||||
std::string getDatabaseName() const;
|
||||
void setDatabaseName(const std::string &databaseName);
|
||||
std::string getEnvType() const;
|
||||
void setEnvType(const std::string &envType);
|
||||
std::string getDbType() const;
|
||||
void setDbType(const std::string &dbType);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
|
||||
@@ -56,11 +56,11 @@ private:
|
||||
std::string userId_;
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
std::string envType_;
|
||||
int pageSize_;
|
||||
std::string permType_;
|
||||
std::string databaseName_;
|
||||
std::string envType_;
|
||||
std::string dbType_;
|
||||
int pageSize_;
|
||||
bool logic_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -38,18 +38,18 @@ public:
|
||||
void setTid(long tid);
|
||||
int getPageNumber() const;
|
||||
void setPageNumber(int pageNumber);
|
||||
std::string getUserState() const;
|
||||
void setUserState(const std::string &userState);
|
||||
int getPageSize() const;
|
||||
void setPageSize(int pageSize);
|
||||
std::string getUserState() const;
|
||||
void setUserState(const std::string &userState);
|
||||
|
||||
private:
|
||||
std::string role_;
|
||||
std::string searchKey_;
|
||||
long tid_;
|
||||
int pageNumber_;
|
||||
std::string userState_;
|
||||
int pageSize_;
|
||||
std::string userState_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ModifyDataCorrectExecSQLRequest : publi
|
||||
public:
|
||||
ModifyDataCorrectExecSQLRequest();
|
||||
~ModifyDataCorrectExecSQLRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getExecSQL() const;
|
||||
void setExecSQL(const std::string &execSQL);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string execSQL_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,31 +30,31 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ModifyDesensitizationStrategyRequest :
|
||||
public:
|
||||
ModifyDesensitizationStrategyRequest();
|
||||
~ModifyDesensitizationStrategyRequest();
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
bool getIsReset() const;
|
||||
void setIsReset(bool isReset);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getSchemaName() const;
|
||||
void setSchemaName(const std::string &schemaName);
|
||||
bool getIsLogic() const;
|
||||
void setIsLogic(bool isLogic);
|
||||
std::string getColumnName() const;
|
||||
void setColumnName(const std::string &columnName);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
int getDbId() const;
|
||||
void setDbId(int dbId);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
int getRuleId() const;
|
||||
void setRuleId(int ruleId);
|
||||
|
||||
private:
|
||||
std::string schemaName_;
|
||||
bool isReset_;
|
||||
long tid_;
|
||||
std::string tableName_;
|
||||
std::string schemaName_;
|
||||
bool isLogic_;
|
||||
std::string columnName_;
|
||||
long tid_;
|
||||
int dbId_;
|
||||
std::string tableName_;
|
||||
int ruleId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT PauseDataCorrectSQLJobRequest : public
|
||||
public:
|
||||
PauseDataCorrectSQLJobRequest();
|
||||
~PauseDataCorrectSQLJobRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getType() const;
|
||||
void setType(const std::string &type);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getJobId() const;
|
||||
void setJobId(long jobId);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string type_;
|
||||
long tid_;
|
||||
long jobId_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT PublishAndDeployTaskFlowRequest : publi
|
||||
public:
|
||||
PublishAndDeployTaskFlowRequest();
|
||||
~PublishAndDeployTaskFlowRequest();
|
||||
std::string getVersionComments() const;
|
||||
void setVersionComments(const std::string &versionComments);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getVersionComments() const;
|
||||
void setVersionComments(const std::string &versionComments);
|
||||
|
||||
private:
|
||||
std::string versionComments_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
std::string versionComments_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,17 +30,17 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ReDeployLhDagVersionRequest : public Rp
|
||||
public:
|
||||
ReDeployLhDagVersionRequest();
|
||||
~ReDeployLhDagVersionRequest();
|
||||
long getDagVersion() const;
|
||||
void setDagVersion(long dagVersion);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getDagVersion() const;
|
||||
void setDagVersion(long dagVersion);
|
||||
|
||||
private:
|
||||
long dagVersion_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
long dagVersion_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,19 +30,19 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ReRunTaskFlowInstanceRequest : public R
|
||||
public:
|
||||
ReRunTaskFlowInstanceRequest();
|
||||
~ReRunTaskFlowInstanceRequest();
|
||||
std::string getDagVersion() const;
|
||||
void setDagVersion(const std::string &dagVersion);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getDagVersion() const;
|
||||
void setDagVersion(const std::string &dagVersion);
|
||||
long getDagInstanceId() const;
|
||||
void setDagInstanceId(long dagInstanceId);
|
||||
|
||||
private:
|
||||
std::string dagVersion_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
std::string dagVersion_;
|
||||
long dagInstanceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT RefundPayAsYouGoOrderRequest : public R
|
||||
public:
|
||||
RefundPayAsYouGoOrderRequest();
|
||||
~RefundPayAsYouGoOrderRequest();
|
||||
std::string getOrderId() const;
|
||||
void setOrderId(const std::string &orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getOrderId() const;
|
||||
void setOrderId(const std::string &orderId);
|
||||
|
||||
private:
|
||||
std::string orderId_;
|
||||
long tid_;
|
||||
std::string orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,19 +34,19 @@ public:
|
||||
void setRoleNames(const std::string &roleNames);
|
||||
std::string getUserNick() const;
|
||||
void setUserNick(const std::string &userNick);
|
||||
std::string getMobile() const;
|
||||
void setMobile(const std::string &mobile);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getUid() const;
|
||||
void setUid(const std::string &uid);
|
||||
std::string getMobile() const;
|
||||
void setMobile(const std::string &mobile);
|
||||
|
||||
private:
|
||||
std::string roleNames_;
|
||||
std::string userNick_;
|
||||
std::string mobile_;
|
||||
long tid_;
|
||||
std::string uid_;
|
||||
std::string mobile_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,20 +30,20 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT RestartDataCorrectSQLJobRequest : publi
|
||||
public:
|
||||
RestartDataCorrectSQLJobRequest();
|
||||
~RestartDataCorrectSQLJobRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
std::string getType() const;
|
||||
void setType(const std::string &type);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getJobId() const;
|
||||
void setJobId(long jobId);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
std::string type_;
|
||||
long tid_;
|
||||
long jobId_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,19 +30,19 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT ResumeTaskFlowInstanceRequest : public
|
||||
public:
|
||||
ResumeTaskFlowInstanceRequest();
|
||||
~ResumeTaskFlowInstanceRequest();
|
||||
std::string getDagVersion() const;
|
||||
void setDagVersion(const std::string &dagVersion);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getDagVersion() const;
|
||||
void setDagVersion(const std::string &dagVersion);
|
||||
long getDagInstanceId() const;
|
||||
void setDagInstanceId(long dagInstanceId);
|
||||
|
||||
private:
|
||||
std::string dagVersion_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
std::string dagVersion_;
|
||||
long dagInstanceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT RetryDataCorrectPreCheckRequest : publi
|
||||
public:
|
||||
RetryDataCorrectPreCheckRequest();
|
||||
~RetryDataCorrectPreCheckRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,38 +30,38 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT RevokeUserPermissionRequest : public Rp
|
||||
public:
|
||||
RevokeUserPermissionRequest();
|
||||
~RevokeUserPermissionRequest();
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getTableId() const;
|
||||
void setTableId(const std::string &tableId);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
std::string getPermTypes() const;
|
||||
void setPermTypes(const std::string &permTypes);
|
||||
std::string getUserAccessId() const;
|
||||
void setUserAccessId(const std::string &userAccessId);
|
||||
std::string getDsType() const;
|
||||
void setDsType(const std::string &dsType);
|
||||
std::string getUserId() const;
|
||||
void setUserId(const std::string &userId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getInstanceId() const;
|
||||
void setInstanceId(long instanceId);
|
||||
std::string getDbId() const;
|
||||
void setDbId(const std::string &dbId);
|
||||
std::string getTableId() const;
|
||||
void setTableId(const std::string &tableId);
|
||||
bool getLogic() const;
|
||||
void setLogic(bool logic);
|
||||
std::string getTableName() const;
|
||||
void setTableName(const std::string &tableName);
|
||||
|
||||
private:
|
||||
std::string userId_;
|
||||
long tid_;
|
||||
std::string tableId_;
|
||||
std::string tableName_;
|
||||
std::string permTypes_;
|
||||
std::string userAccessId_;
|
||||
std::string dsType_;
|
||||
std::string userId_;
|
||||
long tid_;
|
||||
long instanceId_;
|
||||
std::string dbId_;
|
||||
std::string tableId_;
|
||||
bool logic_;
|
||||
std::string tableName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,19 +30,19 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT SetOwnersRequest : public RpcServiceReq
|
||||
public:
|
||||
SetOwnersRequest();
|
||||
~SetOwnersRequest();
|
||||
std::string getResourceId() const;
|
||||
void setResourceId(const std::string &resourceId);
|
||||
std::string getOwnerIds() const;
|
||||
void setOwnerIds(const std::string &ownerIds);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getResourceId() const;
|
||||
void setResourceId(const std::string &resourceId);
|
||||
std::string getOwnerType() const;
|
||||
void setOwnerType(const std::string &ownerType);
|
||||
|
||||
private:
|
||||
std::string resourceId_;
|
||||
std::string ownerIds_;
|
||||
long tid_;
|
||||
std::string resourceId_;
|
||||
std::string ownerType_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT SubmitOrderApprovalRequest : public Rpc
|
||||
public:
|
||||
SubmitOrderApprovalRequest();
|
||||
~SubmitOrderApprovalRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,14 +30,14 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT SubmitStructSyncOrderApprovalRequest :
|
||||
public:
|
||||
SubmitStructSyncOrderApprovalRequest();
|
||||
~SubmitStructSyncOrderApprovalRequest();
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
long getOrderId() const;
|
||||
void setOrderId(long orderId);
|
||||
|
||||
private:
|
||||
long orderId_;
|
||||
long tid_;
|
||||
long orderId_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -30,16 +30,16 @@ class ALIBABACLOUD_DMS_ENTERPRISE_EXPORT SyncInstanceMetaRequest : public RpcSer
|
||||
public:
|
||||
SyncInstanceMetaRequest();
|
||||
~SyncInstanceMetaRequest();
|
||||
bool getIgnoreTable() const;
|
||||
void setIgnoreTable(bool ignoreTable);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
bool getIgnoreTable() const;
|
||||
void setIgnoreTable(bool ignoreTable);
|
||||
std::string getInstanceId() const;
|
||||
void setInstanceId(const std::string &instanceId);
|
||||
|
||||
private:
|
||||
bool ignoreTable_;
|
||||
long tid_;
|
||||
bool ignoreTable_;
|
||||
std::string instanceId_;
|
||||
};
|
||||
} // namespace Model
|
||||
|
||||
@@ -34,16 +34,16 @@ public:
|
||||
void setDescription(const std::string &description);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::string getScenarioName() const;
|
||||
void setScenarioName(const std::string &scenarioName);
|
||||
std::string getScenarioId() const;
|
||||
void setScenarioId(const std::string &scenarioId);
|
||||
std::string getScenarioName() const;
|
||||
void setScenarioName(const std::string &scenarioName);
|
||||
|
||||
private:
|
||||
std::string description_;
|
||||
long tid_;
|
||||
std::string scenarioName_;
|
||||
std::string scenarioId_;
|
||||
std::string scenarioName_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
@@ -34,17 +34,17 @@ public:
|
||||
};
|
||||
UpdateTaskFlowConstantsRequest();
|
||||
~UpdateTaskFlowConstantsRequest();
|
||||
std::vector<DagConstants> getDagConstants() const;
|
||||
void setDagConstants(const std::vector<DagConstants> &dagConstants);
|
||||
long getDagId() const;
|
||||
void setDagId(long dagId);
|
||||
long getTid() const;
|
||||
void setTid(long tid);
|
||||
std::vector<DagConstants> getDagConstants() const;
|
||||
void setDagConstants(const std::vector<DagConstants> &dagConstants);
|
||||
|
||||
private:
|
||||
std::vector<DagConstants> dagConstants_;
|
||||
long dagId_;
|
||||
long tid_;
|
||||
std::vector<DagConstants> dagConstants_;
|
||||
};
|
||||
} // namespace Model
|
||||
} // namespace Dms_enterprise
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user