Generated 2018-01-20 for Iot.
This commit is contained in:
@@ -25,65 +25,65 @@ SetEdgeInstanceDriverConfigsRequest::SetEdgeInstanceDriverConfigsRequest() :
|
||||
SetEdgeInstanceDriverConfigsRequest::~SetEdgeInstanceDriverConfigsRequest()
|
||||
{}
|
||||
|
||||
std::vector<SetEdgeInstanceDriverConfigsRequest::Configs> SetEdgeInstanceDriverConfigsRequest::getConfigs()const
|
||||
{
|
||||
return configs_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setConfigs(const std::vector<Configs>& configs)
|
||||
{
|
||||
configs_ = configs;
|
||||
int i = 0;
|
||||
for(int i = 0; i!= configs.size(); i++) {
|
||||
auto obj = configs.at(i);
|
||||
std::string str ="Configs."+ std::to_string(i);
|
||||
setCoreParameter(str + ".Format", obj.format);
|
||||
setCoreParameter(str + ".Content", obj.content);
|
||||
setCoreParameter(str + ".Key", obj.key);
|
||||
}
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getAccessKeyId()const
|
||||
{
|
||||
return accessKeyId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getDriverId()const
|
||||
{
|
||||
return driverId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setDriverId(const std::string& driverId)
|
||||
{
|
||||
driverId_ = driverId;
|
||||
setCoreParameter("DriverId", driverId);
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getIotInstanceId()const
|
||||
{
|
||||
return iotInstanceId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setIotInstanceId(const std::string& iotInstanceId)
|
||||
{
|
||||
iotInstanceId_ = iotInstanceId;
|
||||
setCoreParameter("IotInstanceId", iotInstanceId);
|
||||
}
|
||||
|
||||
std::vector<SetEdgeInstanceDriverConfigsRequest::Configs> SetEdgeInstanceDriverConfigsRequest::getConfigs()const
|
||||
{
|
||||
return configs_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setConfigs(const std::vector<Configs>& configs)
|
||||
{
|
||||
configs_ = configs;
|
||||
int i = 0;
|
||||
for(int i = 0; i!= configs.size(); i++) {
|
||||
auto obj = configs.at(i);
|
||||
std::string str ="Configs."+ std::to_string(i);
|
||||
setCoreParameter(str + ".Format", obj.format);
|
||||
setCoreParameter(str + ".Content", obj.content);
|
||||
setCoreParameter(str + ".Key", obj.key);
|
||||
}
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getAccessKeyId()const
|
||||
{
|
||||
return accessKeyId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getInstanceId()const
|
||||
{
|
||||
return instanceId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getDriverId()const
|
||||
{
|
||||
return driverId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setDriverId(const std::string& driverId)
|
||||
{
|
||||
driverId_ = driverId;
|
||||
setCoreParameter("DriverId", driverId);
|
||||
}
|
||||
|
||||
std::string SetEdgeInstanceDriverConfigsRequest::getIotInstanceId()const
|
||||
{
|
||||
return iotInstanceId_;
|
||||
}
|
||||
|
||||
void SetEdgeInstanceDriverConfigsRequest::setIotInstanceId(const std::string& iotInstanceId)
|
||||
{
|
||||
iotInstanceId_ = iotInstanceId;
|
||||
setCoreParameter("IotInstanceId", iotInstanceId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user