Generated 2020-05-18 for dataworks-public.

This commit is contained in:
sdk-team
2023-01-13 06:55:47 +00:00
parent cf26b726ed
commit 8577e276cb
9 changed files with 24 additions and 12 deletions

View File

@@ -37,7 +37,9 @@ namespace AlibabaCloud
std::string entityId;
std::string followerAccountName;
std::string tableName;
long modifyTime;
std::string projectName;
long createTime;
std::string follower;
long id;
int alarmMode;

View File

@@ -35,6 +35,7 @@ namespace AlibabaCloud
struct Data
{
std::string comment;
bool openSwitch;
int checker;
std::string criticalThreshold;
std::string checkerName;

View File

@@ -40,8 +40,8 @@ public:
void setEndDate(const std::string &endDate);
int getPageSize() const;
void setPageSize(int pageSize);
int getRuleId() const;
void setRuleId(int ruleId);
long getRuleId() const;
void setRuleId(long ruleId);
private:
std::string projectName_;
@@ -49,7 +49,7 @@ private:
int pageNumber_;
std::string endDate_;
int pageSize_;
int ruleId_;
long ruleId_;
};
} // namespace Model
} // namespace Dataworks_public

View File

@@ -60,11 +60,12 @@ namespace AlibabaCloud
float expectValue;
std::vector<RuleChecksItem::ReferenceValueItem> referenceValue;
float warningThreshold;
int ruleId;
long ruleId;
long beginTime;
std::string whereCondition;
int checkResultStatus;
std::string matchExpression;
bool open;
float upperValue;
bool isPrediction;
int checkResult;
@@ -85,11 +86,11 @@ namespace AlibabaCloud
int checkerType;
std::string externalType;
int checkerId;
int entityId;
long entityId;
std::string tableName;
int blockType;
std::string actualExpression;
int id;
long id;
float lowerValue;
};
long totalCount;