Generated 2020-05-18 for dataworks-public.

This commit is contained in:
sdk-team
2023-03-08 07:47:47 +00:00
parent 69e65468df
commit e26545ca6b
29 changed files with 193 additions and 25 deletions

View File

@@ -1 +1 @@
1.36.1492 1.36.1493

View File

@@ -40,6 +40,8 @@ public:
void setEnvType(const std::string &envType); void setEnvType(const std::string &envType);
std::string getTableName() const; std::string getTableName() const;
void setTableName(const std::string &tableName); void setTableName(const std::string &tableName);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
@@ -47,6 +49,7 @@ private:
std::string matchExpression_; std::string matchExpression_;
std::string envType_; std::string envType_;
std::string tableName_; std::string tableName_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -38,12 +38,15 @@ public:
void setEntityId(long entityId); void setEntityId(long entityId);
int getAlarmMode() const; int getAlarmMode() const;
void setAlarmMode(int alarmMode); void setAlarmMode(int alarmMode);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
std::string follower_; std::string follower_;
long entityId_; long entityId_;
int alarmMode_; int alarmMode_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -48,6 +48,8 @@ public:
void setProperty(const std::string &property); void setProperty(const std::string &property);
std::string getWarningThreshold() const; std::string getWarningThreshold() const;
void setWarningThreshold(const std::string &warningThreshold); void setWarningThreshold(const std::string &warningThreshold);
long getProjectId() const;
void setProjectId(long projectId);
std::string getMethodName() const; std::string getMethodName() const;
void setMethodName(const std::string &methodName); void setMethodName(const std::string &methodName);
std::string getProjectName() const; std::string getProjectName() const;
@@ -77,6 +79,7 @@ private:
std::string _operator_; std::string _operator_;
std::string property_; std::string property_;
std::string warningThreshold_; std::string warningThreshold_;
long projectId_;
std::string methodName_; std::string methodName_;
std::string projectName_; std::string projectName_;
int ruleType_; int ruleType_;

View File

@@ -32,15 +32,18 @@ public:
~DeleteQualityEntityRequest(); ~DeleteQualityEntityRequest();
std::string getProjectName() const; std::string getProjectName() const;
void setProjectName(const std::string &projectName); void setProjectName(const std::string &projectName);
std::string getEnvType() const;
void setEnvType(const std::string &envType);
long getEntityId() const; long getEntityId() const;
void setEntityId(long entityId); void setEntityId(long entityId);
std::string getEnvType() const;
void setEnvType(const std::string &envType);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
std::string envType_;
long entityId_; long entityId_;
std::string envType_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -34,10 +34,13 @@ public:
void setProjectName(const std::string &projectName); void setProjectName(const std::string &projectName);
long getFollowerId() const; long getFollowerId() const;
void setFollowerId(long followerId); void setFollowerId(long followerId);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
long followerId_; long followerId_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -34,10 +34,13 @@ public:
void setProjectName(const std::string &projectName); void setProjectName(const std::string &projectName);
long getRuleId() const; long getRuleId() const;
void setRuleId(long ruleId); void setRuleId(long ruleId);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
long ruleId_; long ruleId_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -38,12 +38,15 @@ public:
void setEnvType(const std::string &envType); void setEnvType(const std::string &envType);
std::string getTableName() const; std::string getTableName() const;
void setTableName(const std::string &tableName); void setTableName(const std::string &tableName);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
std::string matchExpression_; std::string matchExpression_;
std::string envType_; std::string envType_;
std::string tableName_; std::string tableName_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -34,10 +34,13 @@ public:
void setProjectName(const std::string &projectName); void setProjectName(const std::string &projectName);
long getEntityId() const; long getEntityId() const;
void setEntityId(long entityId); void setEntityId(long entityId);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
long entityId_; long entityId_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -34,10 +34,13 @@ public:
void setProjectName(const std::string &projectName); void setProjectName(const std::string &projectName);
long getRuleId() const; long getRuleId() const;
void setRuleId(long ruleId); void setRuleId(long ruleId);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
long ruleId_; long ruleId_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -42,6 +42,8 @@ public:
void setEndDate(const std::string &endDate); void setEndDate(const std::string &endDate);
int getPageSize() const; int getPageSize() const;
void setPageSize(int pageSize); void setPageSize(int pageSize);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
@@ -50,6 +52,7 @@ private:
int pageNumber_; int pageNumber_;
std::string endDate_; std::string endDate_;
int pageSize_; int pageSize_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -42,6 +42,8 @@ public:
void setPageSize(int pageSize); void setPageSize(int pageSize);
long getRuleId() const; long getRuleId() const;
void setRuleId(long ruleId); void setRuleId(long ruleId);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
@@ -50,6 +52,7 @@ private:
std::string endDate_; std::string endDate_;
int pageSize_; int pageSize_;
long ruleId_; long ruleId_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -38,12 +38,15 @@ public:
void setPageNumber(int pageNumber); void setPageNumber(int pageNumber);
int getPageSize() const; int getPageSize() const;
void setPageSize(int pageSize); void setPageSize(int pageSize);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
std::string projectName_; std::string projectName_;
long entityId_; long entityId_;
int pageNumber_; int pageNumber_;
int pageSize_; int pageSize_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -30,20 +30,23 @@ class ALIBABACLOUD_DATAWORKS_PUBLIC_EXPORT UpdateQualityFollowerRequest : public
public: public:
UpdateQualityFollowerRequest(); UpdateQualityFollowerRequest();
~UpdateQualityFollowerRequest(); ~UpdateQualityFollowerRequest();
int getAlarmMode() const;
void setAlarmMode(int alarmMode);
std::string getProjectName() const; std::string getProjectName() const;
void setProjectName(const std::string &projectName); void setProjectName(const std::string &projectName);
std::string getFollower() const; std::string getFollower() const;
void setFollower(const std::string &follower); void setFollower(const std::string &follower);
long getFollowerId() const; long getFollowerId() const;
void setFollowerId(long followerId); void setFollowerId(long followerId);
int getAlarmMode() const;
void setAlarmMode(int alarmMode);
long getProjectId() const;
void setProjectId(long projectId);
private: private:
int alarmMode_;
std::string projectName_; std::string projectName_;
std::string follower_; std::string follower_;
long followerId_; long followerId_;
int alarmMode_;
long projectId_;
}; };
} // namespace Model } // namespace Model
} // namespace Dataworks_public } // namespace Dataworks_public

View File

@@ -50,6 +50,8 @@ public:
void setId(long id); void setId(long id);
std::string getWarningThreshold() const; std::string getWarningThreshold() const;
void setWarningThreshold(const std::string &warningThreshold); void setWarningThreshold(const std::string &warningThreshold);
long getProjectId() const;
void setProjectId(long projectId);
std::string getMethodName() const; std::string getMethodName() const;
void setMethodName(const std::string &methodName); void setMethodName(const std::string &methodName);
std::string getProjectName() const; std::string getProjectName() const;
@@ -82,6 +84,7 @@ private:
std::string property_; std::string property_;
long id_; long id_;
std::string warningThreshold_; std::string warningThreshold_;
long projectId_;
std::string methodName_; std::string methodName_;
std::string projectName_; std::string projectName_;
int ruleType_; int ruleType_;

View File

@@ -70,3 +70,12 @@ void CreateQualityEntityRequest::setTableName(const std::string &tableName) {
setBodyParameter(std::string("TableName"), tableName); setBodyParameter(std::string("TableName"), tableName);
} }
long CreateQualityEntityRequest::getProjectId() const {
return projectId_;
}
void CreateQualityEntityRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -61,3 +61,12 @@ void CreateQualityFollowerRequest::setAlarmMode(int alarmMode) {
setBodyParameter(std::string("AlarmMode"), std::to_string(alarmMode)); setBodyParameter(std::string("AlarmMode"), std::to_string(alarmMode));
} }
long CreateQualityFollowerRequest::getProjectId() const {
return projectId_;
}
void CreateQualityFollowerRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -106,6 +106,15 @@ void CreateQualityRuleRequest::setWarningThreshold(const std::string &warningThr
setBodyParameter(std::string("WarningThreshold"), warningThreshold); setBodyParameter(std::string("WarningThreshold"), warningThreshold);
} }
long CreateQualityRuleRequest::getProjectId() const {
return projectId_;
}
void CreateQualityRuleRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}
std::string CreateQualityRuleRequest::getMethodName() const { std::string CreateQualityRuleRequest::getMethodName() const {
return methodName_; return methodName_;
} }

View File

@@ -34,15 +34,6 @@ void DeleteQualityEntityRequest::setProjectName(const std::string &projectName)
setBodyParameter(std::string("ProjectName"), projectName); setBodyParameter(std::string("ProjectName"), projectName);
} }
std::string DeleteQualityEntityRequest::getEnvType() const {
return envType_;
}
void DeleteQualityEntityRequest::setEnvType(const std::string &envType) {
envType_ = envType;
setBodyParameter(std::string("EnvType"), envType);
}
long DeleteQualityEntityRequest::getEntityId() const { long DeleteQualityEntityRequest::getEntityId() const {
return entityId_; return entityId_;
} }
@@ -52,3 +43,21 @@ void DeleteQualityEntityRequest::setEntityId(long entityId) {
setBodyParameter(std::string("EntityId"), std::to_string(entityId)); setBodyParameter(std::string("EntityId"), std::to_string(entityId));
} }
std::string DeleteQualityEntityRequest::getEnvType() const {
return envType_;
}
void DeleteQualityEntityRequest::setEnvType(const std::string &envType) {
envType_ = envType;
setBodyParameter(std::string("EnvType"), envType);
}
long DeleteQualityEntityRequest::getProjectId() const {
return projectId_;
}
void DeleteQualityEntityRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -43,3 +43,12 @@ void DeleteQualityFollowerRequest::setFollowerId(long followerId) {
setBodyParameter(std::string("FollowerId"), std::to_string(followerId)); setBodyParameter(std::string("FollowerId"), std::to_string(followerId));
} }
long DeleteQualityFollowerRequest::getProjectId() const {
return projectId_;
}
void DeleteQualityFollowerRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -43,3 +43,12 @@ void DeleteQualityRuleRequest::setRuleId(long ruleId) {
setBodyParameter(std::string("RuleId"), std::to_string(ruleId)); setBodyParameter(std::string("RuleId"), std::to_string(ruleId));
} }
long DeleteQualityRuleRequest::getProjectId() const {
return projectId_;
}
void DeleteQualityRuleRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -61,3 +61,12 @@ void GetQualityEntityRequest::setTableName(const std::string &tableName) {
setBodyParameter(std::string("TableName"), tableName); setBodyParameter(std::string("TableName"), tableName);
} }
long GetQualityEntityRequest::getProjectId() const {
return projectId_;
}
void GetQualityEntityRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -43,3 +43,12 @@ void GetQualityFollowerRequest::setEntityId(long entityId) {
setBodyParameter(std::string("EntityId"), std::to_string(entityId)); setBodyParameter(std::string("EntityId"), std::to_string(entityId));
} }
long GetQualityFollowerRequest::getProjectId() const {
return projectId_;
}
void GetQualityFollowerRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -43,3 +43,12 @@ void GetQualityRuleRequest::setRuleId(long ruleId) {
setBodyParameter(std::string("RuleId"), std::to_string(ruleId)); setBodyParameter(std::string("RuleId"), std::to_string(ruleId));
} }
long GetQualityRuleRequest::getProjectId() const {
return projectId_;
}
void GetQualityRuleRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -79,3 +79,12 @@ void ListQualityResultsByEntityRequest::setPageSize(int pageSize) {
setBodyParameter(std::string("PageSize"), std::to_string(pageSize)); setBodyParameter(std::string("PageSize"), std::to_string(pageSize));
} }
long ListQualityResultsByEntityRequest::getProjectId() const {
return projectId_;
}
void ListQualityResultsByEntityRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -79,3 +79,12 @@ void ListQualityResultsByRuleRequest::setRuleId(long ruleId) {
setBodyParameter(std::string("RuleId"), std::to_string(ruleId)); setBodyParameter(std::string("RuleId"), std::to_string(ruleId));
} }
long ListQualityResultsByRuleRequest::getProjectId() const {
return projectId_;
}
void ListQualityResultsByRuleRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -61,3 +61,12 @@ void ListQualityRulesRequest::setPageSize(int pageSize) {
setBodyParameter(std::string("PageSize"), std::to_string(pageSize)); setBodyParameter(std::string("PageSize"), std::to_string(pageSize));
} }
long ListQualityRulesRequest::getProjectId() const {
return projectId_;
}
void ListQualityRulesRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -25,15 +25,6 @@ UpdateQualityFollowerRequest::UpdateQualityFollowerRequest()
UpdateQualityFollowerRequest::~UpdateQualityFollowerRequest() {} UpdateQualityFollowerRequest::~UpdateQualityFollowerRequest() {}
int UpdateQualityFollowerRequest::getAlarmMode() const {
return alarmMode_;
}
void UpdateQualityFollowerRequest::setAlarmMode(int alarmMode) {
alarmMode_ = alarmMode;
setBodyParameter(std::string("AlarmMode"), std::to_string(alarmMode));
}
std::string UpdateQualityFollowerRequest::getProjectName() const { std::string UpdateQualityFollowerRequest::getProjectName() const {
return projectName_; return projectName_;
} }
@@ -61,3 +52,21 @@ void UpdateQualityFollowerRequest::setFollowerId(long followerId) {
setBodyParameter(std::string("FollowerId"), std::to_string(followerId)); setBodyParameter(std::string("FollowerId"), std::to_string(followerId));
} }
int UpdateQualityFollowerRequest::getAlarmMode() const {
return alarmMode_;
}
void UpdateQualityFollowerRequest::setAlarmMode(int alarmMode) {
alarmMode_ = alarmMode;
setBodyParameter(std::string("AlarmMode"), std::to_string(alarmMode));
}
long UpdateQualityFollowerRequest::getProjectId() const {
return projectId_;
}
void UpdateQualityFollowerRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}

View File

@@ -115,6 +115,15 @@ void UpdateQualityRuleRequest::setWarningThreshold(const std::string &warningThr
setBodyParameter(std::string("WarningThreshold"), warningThreshold); setBodyParameter(std::string("WarningThreshold"), warningThreshold);
} }
long UpdateQualityRuleRequest::getProjectId() const {
return projectId_;
}
void UpdateQualityRuleRequest::setProjectId(long projectId) {
projectId_ = projectId;
setBodyParameter(std::string("ProjectId"), std::to_string(projectId));
}
std::string UpdateQualityRuleRequest::getMethodName() const { std::string UpdateQualityRuleRequest::getMethodName() const {
return methodName_; return methodName_;
} }