|
|
@@ -25,80 +25,80 @@ QueryEdgeInstanceHistoricDeploymentRequest::QueryEdgeInstanceHistoricDeploymentR
|
|
|
QueryEdgeInstanceHistoricDeploymentRequest::~QueryEdgeInstanceHistoricDeploymentRequest()
|
|
|
{}
|
|
|
|
|
|
-long QueryEdgeInstanceHistoricDeploymentRequest::getEndTime()const
|
|
|
-{
|
|
|
- return endTime_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setEndTime(long endTime)
|
|
|
-{
|
|
|
- endTime_ = endTime;
|
|
|
- setCoreParameter("EndTime", std::to_string(endTime));
|
|
|
-}
|
|
|
-
|
|
|
-int QueryEdgeInstanceHistoricDeploymentRequest::getCurrentPage()const
|
|
|
-{
|
|
|
- return currentPage_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setCurrentPage(int currentPage)
|
|
|
-{
|
|
|
- currentPage_ = currentPage;
|
|
|
- setCoreParameter("CurrentPage", std::to_string(currentPage));
|
|
|
-}
|
|
|
-
|
|
|
-long QueryEdgeInstanceHistoricDeploymentRequest::getStartTime()const
|
|
|
-{
|
|
|
- return startTime_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setStartTime(long startTime)
|
|
|
-{
|
|
|
- startTime_ = startTime;
|
|
|
- setCoreParameter("StartTime", std::to_string(startTime));
|
|
|
-}
|
|
|
-
|
|
|
-std::string QueryEdgeInstanceHistoricDeploymentRequest::getAccessKeyId()const
|
|
|
-{
|
|
|
- return accessKeyId_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setAccessKeyId(const std::string& accessKeyId)
|
|
|
-{
|
|
|
- accessKeyId_ = accessKeyId;
|
|
|
- setCoreParameter("AccessKeyId", accessKeyId);
|
|
|
-}
|
|
|
-
|
|
|
-std::string QueryEdgeInstanceHistoricDeploymentRequest::getInstanceId()const
|
|
|
-{
|
|
|
- return instanceId_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setInstanceId(const std::string& instanceId)
|
|
|
-{
|
|
|
- instanceId_ = instanceId;
|
|
|
- setCoreParameter("InstanceId", instanceId);
|
|
|
-}
|
|
|
-
|
|
|
-std::string QueryEdgeInstanceHistoricDeploymentRequest::getIotInstanceId()const
|
|
|
-{
|
|
|
- return iotInstanceId_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setIotInstanceId(const std::string& iotInstanceId)
|
|
|
-{
|
|
|
- iotInstanceId_ = iotInstanceId;
|
|
|
- setCoreParameter("IotInstanceId", iotInstanceId);
|
|
|
-}
|
|
|
-
|
|
|
-int QueryEdgeInstanceHistoricDeploymentRequest::getPageSize()const
|
|
|
-{
|
|
|
- return pageSize_;
|
|
|
-}
|
|
|
-
|
|
|
-void QueryEdgeInstanceHistoricDeploymentRequest::setPageSize(int pageSize)
|
|
|
-{
|
|
|
- pageSize_ = pageSize;
|
|
|
- setCoreParameter("PageSize", std::to_string(pageSize));
|
|
|
-}
|
|
|
-
|
|
|
+long QueryEdgeInstanceHistoricDeploymentRequest::getEndTime()const
|
|
|
+{
|
|
|
+ return endTime_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setEndTime(long endTime)
|
|
|
+{
|
|
|
+ endTime_ = endTime;
|
|
|
+ setCoreParameter("EndTime", std::to_string(endTime));
|
|
|
+}
|
|
|
+
|
|
|
+int QueryEdgeInstanceHistoricDeploymentRequest::getCurrentPage()const
|
|
|
+{
|
|
|
+ return currentPage_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setCurrentPage(int currentPage)
|
|
|
+{
|
|
|
+ currentPage_ = currentPage;
|
|
|
+ setCoreParameter("CurrentPage", std::to_string(currentPage));
|
|
|
+}
|
|
|
+
|
|
|
+long QueryEdgeInstanceHistoricDeploymentRequest::getStartTime()const
|
|
|
+{
|
|
|
+ return startTime_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setStartTime(long startTime)
|
|
|
+{
|
|
|
+ startTime_ = startTime;
|
|
|
+ setCoreParameter("StartTime", std::to_string(startTime));
|
|
|
+}
|
|
|
+
|
|
|
+std::string QueryEdgeInstanceHistoricDeploymentRequest::getAccessKeyId()const
|
|
|
+{
|
|
|
+ return accessKeyId_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setAccessKeyId(const std::string& accessKeyId)
|
|
|
+{
|
|
|
+ accessKeyId_ = accessKeyId;
|
|
|
+ setCoreParameter("AccessKeyId", accessKeyId);
|
|
|
+}
|
|
|
+
|
|
|
+std::string QueryEdgeInstanceHistoricDeploymentRequest::getInstanceId()const
|
|
|
+{
|
|
|
+ return instanceId_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setInstanceId(const std::string& instanceId)
|
|
|
+{
|
|
|
+ instanceId_ = instanceId;
|
|
|
+ setCoreParameter("InstanceId", instanceId);
|
|
|
+}
|
|
|
+
|
|
|
+std::string QueryEdgeInstanceHistoricDeploymentRequest::getIotInstanceId()const
|
|
|
+{
|
|
|
+ return iotInstanceId_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setIotInstanceId(const std::string& iotInstanceId)
|
|
|
+{
|
|
|
+ iotInstanceId_ = iotInstanceId;
|
|
|
+ setCoreParameter("IotInstanceId", iotInstanceId);
|
|
|
+}
|
|
|
+
|
|
|
+int QueryEdgeInstanceHistoricDeploymentRequest::getPageSize()const
|
|
|
+{
|
|
|
+ return pageSize_;
|
|
|
+}
|
|
|
+
|
|
|
+void QueryEdgeInstanceHistoricDeploymentRequest::setPageSize(int pageSize)
|
|
|
+{
|
|
|
+ pageSize_ = pageSize;
|
|
|
+ setCoreParameter("PageSize", std::to_string(pageSize));
|
|
|
+}
|
|
|
+
|