|
@@ -40,6 +40,8 @@ public:
|
|
|
void setAlertMethods(const std::string &alertMethods);
|
|
void setAlertMethods(const std::string &alertMethods);
|
|
|
int getPageNumber() const;
|
|
int getPageNumber() const;
|
|
|
void setPageNumber(int pageNumber);
|
|
void setPageNumber(int pageNumber);
|
|
|
|
|
+ long getBaselineId() const;
|
|
|
|
|
+ void setBaselineId(long baselineId);
|
|
|
long getRemindId() const;
|
|
long getRemindId() const;
|
|
|
void setRemindId(long remindId);
|
|
void setRemindId(long remindId);
|
|
|
int getPageSize() const;
|
|
int getPageSize() const;
|
|
@@ -53,6 +55,7 @@ private:
|
|
|
std::string beginTime_;
|
|
std::string beginTime_;
|
|
|
std::string alertMethods_;
|
|
std::string alertMethods_;
|
|
|
int pageNumber_;
|
|
int pageNumber_;
|
|
|
|
|
+ long baselineId_;
|
|
|
long remindId_;
|
|
long remindId_;
|
|
|
int pageSize_;
|
|
int pageSize_;
|
|
|
std::string alertRuleTypes_;
|
|
std::string alertRuleTypes_;
|