Generated 2020-05-18 for dataworks-public.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -35,6 +35,7 @@ namespace AlibabaCloud
|
||||
struct Data
|
||||
{
|
||||
std::string comment;
|
||||
bool openSwitch;
|
||||
int checker;
|
||||
std::string criticalThreshold;
|
||||
std::string checkerName;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user