|
@@ -45,6 +45,8 @@ namespace AlibabaCloud
|
|
|
void setEndTime(const std::string& endTime);
|
|
void setEndTime(const std::string& endTime);
|
|
|
long getOwnerId()const;
|
|
long getOwnerId()const;
|
|
|
void setOwnerId(long ownerId);
|
|
void setOwnerId(long ownerId);
|
|
|
|
|
+ std::string getInterval()const;
|
|
|
|
|
+ void setInterval(const std::string& interval);
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
std::string startTime_;
|
|
std::string startTime_;
|
|
@@ -52,6 +54,7 @@ namespace AlibabaCloud
|
|
|
std::string domainName_;
|
|
std::string domainName_;
|
|
|
std::string endTime_;
|
|
std::string endTime_;
|
|
|
long ownerId_;
|
|
long ownerId_;
|
|
|
|
|
+ std::string interval_;
|
|
|
|
|
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|