|
@@ -27,17 +27,6 @@ UpdateMonitorRequest::UpdateMonitorRequest() :
|
|
|
UpdateMonitorRequest::~UpdateMonitorRequest()
|
|
UpdateMonitorRequest::~UpdateMonitorRequest()
|
|
|
{}
|
|
{}
|
|
|
|
|
|
|
|
-std::string UpdateMonitorRequest::getDeviceOperateType()const
|
|
|
|
|
-{
|
|
|
|
|
- return deviceOperateType_;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-void UpdateMonitorRequest::setDeviceOperateType(const std::string& deviceOperateType)
|
|
|
|
|
-{
|
|
|
|
|
- deviceOperateType_ = deviceOperateType;
|
|
|
|
|
- setBodyParameter("DeviceOperateType", deviceOperateType);
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
std::string UpdateMonitorRequest::getCorpId()const
|
|
std::string UpdateMonitorRequest::getCorpId()const
|
|
|
{
|
|
{
|
|
|
return corpId_;
|
|
return corpId_;
|
|
@@ -49,17 +38,6 @@ void UpdateMonitorRequest::setCorpId(const std::string& corpId)
|
|
|
setBodyParameter("CorpId", corpId);
|
|
setBodyParameter("CorpId", corpId);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-std::string UpdateMonitorRequest::getPicList()const
|
|
|
|
|
-{
|
|
|
|
|
- return picList_;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-void UpdateMonitorRequest::setPicList(const std::string& picList)
|
|
|
|
|
-{
|
|
|
|
|
- picList_ = picList;
|
|
|
|
|
- setBodyParameter("PicList", picList);
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
std::string UpdateMonitorRequest::getDescription()const
|
|
std::string UpdateMonitorRequest::getDescription()const
|
|
|
{
|
|
{
|
|
|
return description_;
|
|
return description_;
|
|
@@ -104,47 +82,80 @@ void UpdateMonitorRequest::setAttributeName(const std::string& attributeName)
|
|
|
setBodyParameter("AttributeName", attributeName);
|
|
setBodyParameter("AttributeName", attributeName);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-std::string UpdateMonitorRequest::getAttributeValueList()const
|
|
|
|
|
|
|
+std::string UpdateMonitorRequest::getAttributeOperateType()const
|
|
|
{
|
|
{
|
|
|
- return attributeValueList_;
|
|
|
|
|
|
|
+ return attributeOperateType_;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-void UpdateMonitorRequest::setAttributeValueList(const std::string& attributeValueList)
|
|
|
|
|
|
|
+void UpdateMonitorRequest::setAttributeOperateType(const std::string& attributeOperateType)
|
|
|
{
|
|
{
|
|
|
- attributeValueList_ = attributeValueList;
|
|
|
|
|
- setBodyParameter("AttributeValueList", attributeValueList);
|
|
|
|
|
|
|
+ attributeOperateType_ = attributeOperateType;
|
|
|
|
|
+ setBodyParameter("AttributeOperateType", attributeOperateType);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-std::string UpdateMonitorRequest::getDeviceList()const
|
|
|
|
|
|
|
+std::string UpdateMonitorRequest::getRuleExpression()const
|
|
|
{
|
|
{
|
|
|
- return deviceList_;
|
|
|
|
|
|
|
+ return ruleExpression_;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-void UpdateMonitorRequest::setDeviceList(const std::string& deviceList)
|
|
|
|
|
|
|
+void UpdateMonitorRequest::setRuleExpression(const std::string& ruleExpression)
|
|
|
{
|
|
{
|
|
|
- deviceList_ = deviceList;
|
|
|
|
|
- setBodyParameter("DeviceList", deviceList);
|
|
|
|
|
|
|
+ ruleExpression_ = ruleExpression;
|
|
|
|
|
+ setBodyParameter("RuleExpression", ruleExpression);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-std::string UpdateMonitorRequest::getAttributeOperateType()const
|
|
|
|
|
|
|
+std::string UpdateMonitorRequest::getTaskId()const
|
|
|
{
|
|
{
|
|
|
- return attributeOperateType_;
|
|
|
|
|
|
|
+ return taskId_;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-void UpdateMonitorRequest::setAttributeOperateType(const std::string& attributeOperateType)
|
|
|
|
|
|
|
+void UpdateMonitorRequest::setTaskId(const std::string& taskId)
|
|
|
{
|
|
{
|
|
|
- attributeOperateType_ = attributeOperateType;
|
|
|
|
|
- setBodyParameter("AttributeOperateType", attributeOperateType);
|
|
|
|
|
|
|
+ taskId_ = taskId;
|
|
|
|
|
+ setBodyParameter("TaskId", taskId);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-std::string UpdateMonitorRequest::getTaskId()const
|
|
|
|
|
|
|
+std::string UpdateMonitorRequest::getDeviceOperateType()const
|
|
|
{
|
|
{
|
|
|
- return taskId_;
|
|
|
|
|
|
|
+ return deviceOperateType_;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-void UpdateMonitorRequest::setTaskId(const std::string& taskId)
|
|
|
|
|
|
|
+void UpdateMonitorRequest::setDeviceOperateType(const std::string& deviceOperateType)
|
|
|
{
|
|
{
|
|
|
- taskId_ = taskId;
|
|
|
|
|
- setBodyParameter("TaskId", taskId);
|
|
|
|
|
|
|
+ deviceOperateType_ = deviceOperateType;
|
|
|
|
|
+ setBodyParameter("DeviceOperateType", deviceOperateType);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+std::string UpdateMonitorRequest::getPicList()const
|
|
|
|
|
+{
|
|
|
|
|
+ return picList_;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+void UpdateMonitorRequest::setPicList(const std::string& picList)
|
|
|
|
|
+{
|
|
|
|
|
+ picList_ = picList;
|
|
|
|
|
+ setBodyParameter("PicList", picList);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+std::string UpdateMonitorRequest::getAttributeValueList()const
|
|
|
|
|
+{
|
|
|
|
|
+ return attributeValueList_;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+void UpdateMonitorRequest::setAttributeValueList(const std::string& attributeValueList)
|
|
|
|
|
+{
|
|
|
|
|
+ attributeValueList_ = attributeValueList;
|
|
|
|
|
+ setBodyParameter("AttributeValueList", attributeValueList);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+std::string UpdateMonitorRequest::getDeviceList()const
|
|
|
|
|
+{
|
|
|
|
|
+ return deviceList_;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+void UpdateMonitorRequest::setDeviceList(const std::string& deviceList)
|
|
|
|
|
+{
|
|
|
|
|
+ deviceList_ = deviceList;
|
|
|
|
|
+ setBodyParameter("DeviceList", deviceList);
|
|
|
}
|
|
}
|
|
|
|
|
|