fixed #51
This commit is contained in:
@@ -57,6 +57,8 @@ namespace AlibabaCloud
|
||||
void setLevels(const std::string& levels);
|
||||
std::string getParentEventTypes()const;
|
||||
void setParentEventTypes(const std::string& parentEventTypes);
|
||||
std::string getStatus()const;
|
||||
void setStatus(const std::string& status);
|
||||
|
||||
private:
|
||||
std::string remark_;
|
||||
@@ -70,6 +72,7 @@ namespace AlibabaCloud
|
||||
std::string name_;
|
||||
std::string levels_;
|
||||
std::string parentEventTypes_;
|
||||
std::string status_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace AlibabaCloud
|
||||
public:
|
||||
struct WarningSummary
|
||||
{
|
||||
std::string uniqueInfo;
|
||||
std::string alarmEventName;
|
||||
int eventStatus;
|
||||
std::string saleVersion;
|
||||
|
||||
Reference in New Issue
Block a user