regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AddApgroupConfigRequest;
|
||||
|
||||
AddApgroupConfigRequest::AddApgroupConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AddApgroupConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AddApgroupConfigRequest::~AddApgroupConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AddApgroupConfigRequest::getDescription()const
|
||||
void AddApgroupConfigRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string AddApgroupConfigRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string AddApgroupConfigRequest::getAccessKeyId()const
|
||||
void AddApgroupConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long AddApgroupConfigRequest::getParentApgroupId()const
|
||||
@@ -55,7 +57,7 @@ long AddApgroupConfigRequest::getParentApgroupId()const
|
||||
void AddApgroupConfigRequest::setParentApgroupId(long parentApgroupId)
|
||||
{
|
||||
parentApgroupId_ = parentApgroupId;
|
||||
setCoreParameter("ParentApgroupId", std::to_string(parentApgroupId));
|
||||
setParameter("ParentApgroupId", std::to_string(parentApgroupId));
|
||||
}
|
||||
|
||||
std::string AddApgroupConfigRequest::getName()const
|
||||
@@ -66,6 +68,6 @@ std::string AddApgroupConfigRequest::getName()const
|
||||
void AddApgroupConfigRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AliyunRegisterApAssetRequest;
|
||||
|
||||
AliyunRegisterApAssetRequest::AliyunRegisterApAssetRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AliyunRegisterApAsset")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AliyunRegisterApAssetRequest::~AliyunRegisterApAssetRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long AliyunRegisterApAssetRequest::getApgroupId()const
|
||||
void AliyunRegisterApAssetRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string AliyunRegisterApAssetRequest::getMac()const
|
||||
@@ -44,7 +46,7 @@ std::string AliyunRegisterApAssetRequest::getMac()const
|
||||
void AliyunRegisterApAssetRequest::setMac(const std::string& mac)
|
||||
{
|
||||
mac_ = mac;
|
||||
setCoreParameter("Mac", mac);
|
||||
setParameter("Mac", mac);
|
||||
}
|
||||
|
||||
std::string AliyunRegisterApAssetRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string AliyunRegisterApAssetRequest::getAccessKeyId()const
|
||||
void AliyunRegisterApAssetRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string AliyunRegisterApAssetRequest::getSerialNo()const
|
||||
@@ -66,6 +68,6 @@ std::string AliyunRegisterApAssetRequest::getSerialNo()const
|
||||
void AliyunRegisterApAssetRequest::setSerialNo(const std::string& serialNo)
|
||||
{
|
||||
serialNo_ = serialNo;
|
||||
setCoreParameter("SerialNo", serialNo);
|
||||
setParameter("SerialNo", serialNo);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::ApgroupBatchAddApRequest;
|
||||
|
||||
ApgroupBatchAddApRequest::ApgroupBatchAddApRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "ApgroupBatchAddAp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ApgroupBatchAddApRequest::~ApgroupBatchAddApRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long ApgroupBatchAddApRequest::getApgroupId()const
|
||||
void ApgroupBatchAddApRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string ApgroupBatchAddApRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string ApgroupBatchAddApRequest::getAccessKeyId()const
|
||||
void ApgroupBatchAddApRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string ApgroupBatchAddApRequest::getApAssetIds()const
|
||||
@@ -55,6 +57,6 @@ std::string ApgroupBatchAddApRequest::getApAssetIds()const
|
||||
void ApgroupBatchAddApRequest::setApAssetIds(const std::string& apAssetIds)
|
||||
{
|
||||
apAssetIds_ = apAssetIds;
|
||||
setCoreParameter("ApAssetIds", apAssetIds);
|
||||
setParameter("ApAssetIds", apAssetIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::ApgroupBatchDeleteApRequest;
|
||||
|
||||
ApgroupBatchDeleteApRequest::ApgroupBatchDeleteApRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "ApgroupBatchDeleteAp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ApgroupBatchDeleteApRequest::~ApgroupBatchDeleteApRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string ApgroupBatchDeleteApRequest::getAccessKeyId()const
|
||||
void ApgroupBatchDeleteApRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string ApgroupBatchDeleteApRequest::getApAssetIds()const
|
||||
@@ -44,6 +46,6 @@ std::string ApgroupBatchDeleteApRequest::getApAssetIds()const
|
||||
void ApgroupBatchDeleteApRequest::setApAssetIds(const std::string& apAssetIds)
|
||||
{
|
||||
apAssetIds_ = apAssetIds;
|
||||
setCoreParameter("ApAssetIds", apAssetIds);
|
||||
setParameter("ApAssetIds", apAssetIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AreaCreateRequest;
|
||||
|
||||
AreaCreateRequest::AreaCreateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AreaCreate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AreaCreateRequest::~AreaCreateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AreaCreateRequest::getAccessKeyId()const
|
||||
void AreaCreateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long AreaCreateRequest::getSid()const
|
||||
@@ -44,7 +46,7 @@ long AreaCreateRequest::getSid()const
|
||||
void AreaCreateRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
std::string AreaCreateRequest::getName()const
|
||||
@@ -55,7 +57,7 @@ std::string AreaCreateRequest::getName()const
|
||||
void AreaCreateRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
std::string AreaCreateRequest::getDids()const
|
||||
@@ -66,6 +68,6 @@ std::string AreaCreateRequest::getDids()const
|
||||
void AreaCreateRequest::setDids(const std::string& dids)
|
||||
{
|
||||
dids_ = dids;
|
||||
setCoreParameter("Dids", dids);
|
||||
setParameter("Dids", dids);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AreaDeleteRequest;
|
||||
|
||||
AreaDeleteRequest::AreaDeleteRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AreaDelete")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AreaDeleteRequest::~AreaDeleteRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AreaDeleteRequest::getAccessKeyId()const
|
||||
void AreaDeleteRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long AreaDeleteRequest::getSid()const
|
||||
@@ -44,7 +46,7 @@ long AreaDeleteRequest::getSid()const
|
||||
void AreaDeleteRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
long AreaDeleteRequest::getAid()const
|
||||
@@ -55,6 +57,6 @@ long AreaDeleteRequest::getAid()const
|
||||
void AreaDeleteRequest::setAid(long aid)
|
||||
{
|
||||
aid_ = aid;
|
||||
setCoreParameter("Aid", std::to_string(aid));
|
||||
setParameter("Aid", std::to_string(aid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AreaInfoRequest;
|
||||
|
||||
AreaInfoRequest::AreaInfoRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AreaInfo")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AreaInfoRequest::~AreaInfoRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AreaInfoRequest::getAccessKeyId()const
|
||||
void AreaInfoRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long AreaInfoRequest::getSid()const
|
||||
@@ -44,7 +46,7 @@ long AreaInfoRequest::getSid()const
|
||||
void AreaInfoRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
long AreaInfoRequest::getAid()const
|
||||
@@ -55,6 +57,6 @@ long AreaInfoRequest::getAid()const
|
||||
void AreaInfoRequest::setAid(long aid)
|
||||
{
|
||||
aid_ = aid;
|
||||
setCoreParameter("Aid", std::to_string(aid));
|
||||
setParameter("Aid", std::to_string(aid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AreaShowListRequest;
|
||||
|
||||
AreaShowListRequest::AreaShowListRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AreaShowList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AreaShowListRequest::~AreaShowListRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AreaShowListRequest::getAccessKeyId()const
|
||||
void AreaShowListRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long AreaShowListRequest::getSid()const
|
||||
@@ -44,7 +46,7 @@ long AreaShowListRequest::getSid()const
|
||||
void AreaShowListRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
int AreaShowListRequest::getPage()const
|
||||
@@ -55,7 +57,7 @@ int AreaShowListRequest::getPage()const
|
||||
void AreaShowListRequest::setPage(int page)
|
||||
{
|
||||
page_ = page;
|
||||
setCoreParameter("Page", std::to_string(page));
|
||||
setParameter("Page", std::to_string(page));
|
||||
}
|
||||
|
||||
int AreaShowListRequest::getPer()const
|
||||
@@ -66,6 +68,6 @@ int AreaShowListRequest::getPer()const
|
||||
void AreaShowListRequest::setPer(int per)
|
||||
{
|
||||
per_ = per;
|
||||
setCoreParameter("Per", std::to_string(per));
|
||||
setParameter("Per", std::to_string(per));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::AreaUpdateRequest;
|
||||
|
||||
AreaUpdateRequest::AreaUpdateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "AreaUpdate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AreaUpdateRequest::~AreaUpdateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AreaUpdateRequest::getAccessKeyId()const
|
||||
void AreaUpdateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long AreaUpdateRequest::getSid()const
|
||||
@@ -44,7 +46,7 @@ long AreaUpdateRequest::getSid()const
|
||||
void AreaUpdateRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
std::string AreaUpdateRequest::getName()const
|
||||
@@ -55,7 +57,7 @@ std::string AreaUpdateRequest::getName()const
|
||||
void AreaUpdateRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
std::string AreaUpdateRequest::getDids()const
|
||||
@@ -66,7 +68,7 @@ std::string AreaUpdateRequest::getDids()const
|
||||
void AreaUpdateRequest::setDids(const std::string& dids)
|
||||
{
|
||||
dids_ = dids;
|
||||
setCoreParameter("Dids", dids);
|
||||
setParameter("Dids", dids);
|
||||
}
|
||||
|
||||
long AreaUpdateRequest::getAid()const
|
||||
@@ -77,6 +79,6 @@ long AreaUpdateRequest::getAid()const
|
||||
void AreaUpdateRequest::setAid(long aid)
|
||||
{
|
||||
aid_ = aid;
|
||||
setCoreParameter("Aid", std::to_string(aid));
|
||||
setParameter("Aid", std::to_string(aid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BatchChangeGroupApNameRequest;
|
||||
|
||||
BatchChangeGroupApNameRequest::BatchChangeGroupApNameRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BatchChangeGroupApName")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BatchChangeGroupApNameRequest::~BatchChangeGroupApNameRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BatchChangeGroupApNameRequest::getJsonData()const
|
||||
void BatchChangeGroupApNameRequest::setJsonData(const std::string& jsonData)
|
||||
{
|
||||
jsonData_ = jsonData;
|
||||
setCoreParameter("JsonData", jsonData);
|
||||
setParameter("JsonData", jsonData);
|
||||
}
|
||||
|
||||
std::string BatchChangeGroupApNameRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string BatchChangeGroupApNameRequest::getAccessKeyId()const
|
||||
void BatchChangeGroupApNameRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BatchRegisterApAssetRequest;
|
||||
|
||||
BatchRegisterApAssetRequest::BatchRegisterApAssetRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BatchRegisterApAsset")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BatchRegisterApAssetRequest::~BatchRegisterApAssetRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BatchRegisterApAssetRequest::getJsonData()const
|
||||
void BatchRegisterApAssetRequest::setJsonData(const std::string& jsonData)
|
||||
{
|
||||
jsonData_ = jsonData;
|
||||
setCoreParameter("JsonData", jsonData);
|
||||
setParameter("JsonData", jsonData);
|
||||
}
|
||||
|
||||
std::string BatchRegisterApAssetRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string BatchRegisterApAssetRequest::getAccessKeyId()const
|
||||
void BatchRegisterApAssetRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BatchSaveApPositionRequest;
|
||||
|
||||
BatchSaveApPositionRequest::BatchSaveApPositionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BatchSaveApPosition")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BatchSaveApPositionRequest::~BatchSaveApPositionRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BatchSaveApPositionRequest::getJsonData()const
|
||||
void BatchSaveApPositionRequest::setJsonData(const std::string& jsonData)
|
||||
{
|
||||
jsonData_ = jsonData;
|
||||
setCoreParameter("JsonData", jsonData);
|
||||
setParameter("JsonData", jsonData);
|
||||
}
|
||||
|
||||
std::string BatchSaveApPositionRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string BatchSaveApPositionRequest::getAccessKeyId()const
|
||||
void BatchSaveApPositionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BusinessCreateRequest;
|
||||
|
||||
BusinessCreateRequest::BusinessCreateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BusinessCreate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BusinessCreateRequest::~BusinessCreateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BusinessCreateRequest::getBusinessCity()const
|
||||
void BusinessCreateRequest::setBusinessCity(const std::string& businessCity)
|
||||
{
|
||||
businessCity_ = businessCity;
|
||||
setCoreParameter("BusinessCity", businessCity);
|
||||
setParameter("BusinessCity", businessCity);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getWarnEmail()const
|
||||
@@ -44,7 +46,7 @@ std::string BusinessCreateRequest::getWarnEmail()const
|
||||
void BusinessCreateRequest::setWarnEmail(const std::string& warnEmail)
|
||||
{
|
||||
warnEmail_ = warnEmail;
|
||||
setCoreParameter("WarnEmail", warnEmail);
|
||||
setParameter("WarnEmail", warnEmail);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string BusinessCreateRequest::getAccessKeyId()const
|
||||
void BusinessCreateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getBusinessType()const
|
||||
@@ -66,7 +68,7 @@ int BusinessCreateRequest::getBusinessType()const
|
||||
void BusinessCreateRequest::setBusinessType(int businessType)
|
||||
{
|
||||
businessType_ = businessType;
|
||||
setCoreParameter("BusinessType", std::to_string(businessType));
|
||||
setParameter("BusinessType", std::to_string(businessType));
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getBusinessTopType()const
|
||||
@@ -77,7 +79,7 @@ int BusinessCreateRequest::getBusinessTopType()const
|
||||
void BusinessCreateRequest::setBusinessTopType(int businessTopType)
|
||||
{
|
||||
businessTopType_ = businessTopType;
|
||||
setCoreParameter("BusinessTopType", std::to_string(businessTopType));
|
||||
setParameter("BusinessTopType", std::to_string(businessTopType));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessTel()const
|
||||
@@ -88,7 +90,7 @@ std::string BusinessCreateRequest::getBusinessTel()const
|
||||
void BusinessCreateRequest::setBusinessTel(const std::string& businessTel)
|
||||
{
|
||||
businessTel_ = businessTel;
|
||||
setCoreParameter("BusinessTel", businessTel);
|
||||
setParameter("BusinessTel", businessTel);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessProvince()const
|
||||
@@ -99,7 +101,7 @@ std::string BusinessCreateRequest::getBusinessProvince()const
|
||||
void BusinessCreateRequest::setBusinessProvince(const std::string& businessProvince)
|
||||
{
|
||||
businessProvince_ = businessProvince;
|
||||
setCoreParameter("BusinessProvince", businessProvince);
|
||||
setParameter("BusinessProvince", businessProvince);
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getBusinessSubtype()const
|
||||
@@ -110,7 +112,7 @@ int BusinessCreateRequest::getBusinessSubtype()const
|
||||
void BusinessCreateRequest::setBusinessSubtype(int businessSubtype)
|
||||
{
|
||||
businessSubtype_ = businessSubtype;
|
||||
setCoreParameter("BusinessSubtype", std::to_string(businessSubtype));
|
||||
setParameter("BusinessSubtype", std::to_string(businessSubtype));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getCombo()const
|
||||
@@ -121,7 +123,7 @@ std::string BusinessCreateRequest::getCombo()const
|
||||
void BusinessCreateRequest::setCombo(const std::string& combo)
|
||||
{
|
||||
combo_ = combo;
|
||||
setCoreParameter("Combo", combo);
|
||||
setParameter("Combo", combo);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessManager()const
|
||||
@@ -132,7 +134,7 @@ std::string BusinessCreateRequest::getBusinessManager()const
|
||||
void BusinessCreateRequest::setBusinessManager(const std::string& businessManager)
|
||||
{
|
||||
businessManager_ = businessManager;
|
||||
setCoreParameter("BusinessManager", businessManager);
|
||||
setParameter("BusinessManager", businessManager);
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getWarn()const
|
||||
@@ -143,7 +145,7 @@ int BusinessCreateRequest::getWarn()const
|
||||
void BusinessCreateRequest::setWarn(int warn)
|
||||
{
|
||||
warn_ = warn;
|
||||
setCoreParameter("Warn", std::to_string(warn));
|
||||
setParameter("Warn", std::to_string(warn));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessName()const
|
||||
@@ -154,7 +156,7 @@ std::string BusinessCreateRequest::getBusinessName()const
|
||||
void BusinessCreateRequest::setBusinessName(const std::string& businessName)
|
||||
{
|
||||
businessName_ = businessName;
|
||||
setCoreParameter("BusinessName", businessName);
|
||||
setParameter("BusinessName", businessName);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessAddress()const
|
||||
@@ -165,6 +167,6 @@ std::string BusinessCreateRequest::getBusinessAddress()const
|
||||
void BusinessCreateRequest::setBusinessAddress(const std::string& businessAddress)
|
||||
{
|
||||
businessAddress_ = businessAddress;
|
||||
setCoreParameter("BusinessAddress", businessAddress);
|
||||
setParameter("BusinessAddress", businessAddress);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BusinessInfoRequest;
|
||||
|
||||
BusinessInfoRequest::BusinessInfoRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BusinessInfo")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BusinessInfoRequest::~BusinessInfoRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BusinessInfoRequest::getAccessKeyId()const
|
||||
void BusinessInfoRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long BusinessInfoRequest::getBid()const
|
||||
@@ -44,6 +46,6 @@ long BusinessInfoRequest::getBid()const
|
||||
void BusinessInfoRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BusinessShowListRequest;
|
||||
|
||||
BusinessShowListRequest::BusinessShowListRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BusinessShowList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BusinessShowListRequest::~BusinessShowListRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BusinessShowListRequest::getAccessKeyId()const
|
||||
void BusinessShowListRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int BusinessShowListRequest::getPage()const
|
||||
@@ -44,7 +46,7 @@ int BusinessShowListRequest::getPage()const
|
||||
void BusinessShowListRequest::setPage(int page)
|
||||
{
|
||||
page_ = page;
|
||||
setCoreParameter("Page", std::to_string(page));
|
||||
setParameter("Page", std::to_string(page));
|
||||
}
|
||||
|
||||
int BusinessShowListRequest::getPer()const
|
||||
@@ -55,6 +57,6 @@ int BusinessShowListRequest::getPer()const
|
||||
void BusinessShowListRequest::setPer(int per)
|
||||
{
|
||||
per_ = per;
|
||||
setCoreParameter("Per", std::to_string(per));
|
||||
setParameter("Per", std::to_string(per));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::BusinessUpdateRequest;
|
||||
|
||||
BusinessUpdateRequest::BusinessUpdateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "BusinessUpdate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BusinessUpdateRequest::~BusinessUpdateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BusinessUpdateRequest::getBusinessCity()const
|
||||
void BusinessUpdateRequest::setBusinessCity(const std::string& businessCity)
|
||||
{
|
||||
businessCity_ = businessCity;
|
||||
setCoreParameter("BusinessCity", businessCity);
|
||||
setParameter("BusinessCity", businessCity);
|
||||
}
|
||||
|
||||
std::string BusinessUpdateRequest::getWarnEmail()const
|
||||
@@ -44,7 +46,7 @@ std::string BusinessUpdateRequest::getWarnEmail()const
|
||||
void BusinessUpdateRequest::setWarnEmail(const std::string& warnEmail)
|
||||
{
|
||||
warnEmail_ = warnEmail;
|
||||
setCoreParameter("WarnEmail", warnEmail);
|
||||
setParameter("WarnEmail", warnEmail);
|
||||
}
|
||||
|
||||
std::string BusinessUpdateRequest::getBusinessManager()const
|
||||
@@ -55,7 +57,7 @@ std::string BusinessUpdateRequest::getBusinessManager()const
|
||||
void BusinessUpdateRequest::setBusinessManager(const std::string& businessManager)
|
||||
{
|
||||
businessManager_ = businessManager;
|
||||
setCoreParameter("BusinessManager", businessManager);
|
||||
setParameter("BusinessManager", businessManager);
|
||||
}
|
||||
|
||||
std::string BusinessUpdateRequest::getAccessKeyId()const
|
||||
@@ -66,7 +68,7 @@ std::string BusinessUpdateRequest::getAccessKeyId()const
|
||||
void BusinessUpdateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int BusinessUpdateRequest::getWarn()const
|
||||
@@ -77,7 +79,7 @@ int BusinessUpdateRequest::getWarn()const
|
||||
void BusinessUpdateRequest::setWarn(int warn)
|
||||
{
|
||||
warn_ = warn;
|
||||
setCoreParameter("Warn", std::to_string(warn));
|
||||
setParameter("Warn", std::to_string(warn));
|
||||
}
|
||||
|
||||
std::string BusinessUpdateRequest::getBusinessAddress()const
|
||||
@@ -88,7 +90,7 @@ std::string BusinessUpdateRequest::getBusinessAddress()const
|
||||
void BusinessUpdateRequest::setBusinessAddress(const std::string& businessAddress)
|
||||
{
|
||||
businessAddress_ = businessAddress;
|
||||
setCoreParameter("BusinessAddress", businessAddress);
|
||||
setParameter("BusinessAddress", businessAddress);
|
||||
}
|
||||
|
||||
long BusinessUpdateRequest::getBid()const
|
||||
@@ -99,7 +101,7 @@ long BusinessUpdateRequest::getBid()const
|
||||
void BusinessUpdateRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
std::string BusinessUpdateRequest::getBusinessProvince()const
|
||||
@@ -110,6 +112,6 @@ std::string BusinessUpdateRequest::getBusinessProvince()const
|
||||
void BusinessUpdateRequest::setBusinessProvince(const std::string& businessProvince)
|
||||
{
|
||||
businessProvince_ = businessProvince;
|
||||
setCoreParameter("BusinessProvince", businessProvince);
|
||||
setParameter("BusinessProvince", businessProvince);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::CeaseInstanceRequest;
|
||||
|
||||
CeaseInstanceRequest::CeaseInstanceRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "CeaseInstance")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CeaseInstanceRequest::~CeaseInstanceRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CeaseInstanceRequest::getTraceId()const
|
||||
void CeaseInstanceRequest::setTraceId(const std::string& traceId)
|
||||
{
|
||||
traceId_ = traceId;
|
||||
setCoreParameter("TraceId", traceId);
|
||||
setParameter("TraceId", traceId);
|
||||
}
|
||||
|
||||
std::string CeaseInstanceRequest::getSpMsg()const
|
||||
@@ -44,7 +46,7 @@ std::string CeaseInstanceRequest::getSpMsg()const
|
||||
void CeaseInstanceRequest::setSpMsg(const std::string& spMsg)
|
||||
{
|
||||
spMsg_ = spMsg;
|
||||
setCoreParameter("SpMsg", spMsg);
|
||||
setParameter("SpMsg", spMsg);
|
||||
}
|
||||
|
||||
std::string CeaseInstanceRequest::getAccessKeyId()const
|
||||
@@ -55,6 +57,6 @@ std::string CeaseInstanceRequest::getAccessKeyId()const
|
||||
void CeaseInstanceRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::CheckRootPermissionRequest;
|
||||
|
||||
CheckRootPermissionRequest::CheckRootPermissionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "CheckRootPermission")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CheckRootPermissionRequest::~CheckRootPermissionRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string CheckRootPermissionRequest::getAccessKeyId()const
|
||||
void CheckRootPermissionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::CheckUmengDataAnalysisPermissionRequest;
|
||||
|
||||
CheckUmengDataAnalysisPermissionRequest::CheckUmengDataAnalysisPermissionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "CheckUmengDataAnalysisPermission")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CheckUmengDataAnalysisPermissionRequest::~CheckUmengDataAnalysisPermissionRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string CheckUmengDataAnalysisPermissionRequest::getAccessKeyId()const
|
||||
void CheckUmengDataAnalysisPermissionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::ConfigAutoRenewRequest;
|
||||
|
||||
ConfigAutoRenewRequest::ConfigAutoRenewRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "ConfigAutoRenew")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ConfigAutoRenewRequest::~ConfigAutoRenewRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int ConfigAutoRenewRequest::getOffsetDays()const
|
||||
void ConfigAutoRenewRequest::setOffsetDays(int offsetDays)
|
||||
{
|
||||
offsetDays_ = offsetDays;
|
||||
setCoreParameter("OffsetDays", std::to_string(offsetDays));
|
||||
setParameter("OffsetDays", std::to_string(offsetDays));
|
||||
}
|
||||
|
||||
int ConfigAutoRenewRequest::getMonths()const
|
||||
@@ -44,7 +46,7 @@ int ConfigAutoRenewRequest::getMonths()const
|
||||
void ConfigAutoRenewRequest::setMonths(int months)
|
||||
{
|
||||
months_ = months;
|
||||
setCoreParameter("Months", std::to_string(months));
|
||||
setParameter("Months", std::to_string(months));
|
||||
}
|
||||
|
||||
std::vector<std::string> ConfigAutoRenewRequest::getApList()const
|
||||
@@ -55,8 +57,9 @@ std::vector<std::string> ConfigAutoRenewRequest::getApList()const
|
||||
void ConfigAutoRenewRequest::setApList(const std::vector<std::string>& apList)
|
||||
{
|
||||
apList_ = apList;
|
||||
for(int i = 0; i!= apList.size(); i++)
|
||||
setCoreParameter("ApList."+ std::to_string(i), apList.at(i));
|
||||
for(int dep1 = 0; dep1!= apList.size(); dep1++) {
|
||||
setParameter("ApList."+ std::to_string(dep1), apList.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
std::string ConfigAutoRenewRequest::getAccessKeyId()const
|
||||
@@ -67,7 +70,7 @@ std::string ConfigAutoRenewRequest::getAccessKeyId()const
|
||||
void ConfigAutoRenewRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
bool ConfigAutoRenewRequest::getAutoRenew()const
|
||||
@@ -78,6 +81,6 @@ bool ConfigAutoRenewRequest::getAutoRenew()const
|
||||
void ConfigAutoRenewRequest::setAutoRenew(bool autoRenew)
|
||||
{
|
||||
autoRenew_ = autoRenew;
|
||||
setCoreParameter("AutoRenew", autoRenew ? "true" : "false");
|
||||
setParameter("AutoRenew", autoRenew ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::CreateRenewOrderRequest;
|
||||
|
||||
CreateRenewOrderRequest::CreateRenewOrderRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "CreateRenewOrder")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateRenewOrderRequest::~CreateRenewOrderRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int CreateRenewOrderRequest::getTimeCycleNum()const
|
||||
void CreateRenewOrderRequest::setTimeCycleNum(int timeCycleNum)
|
||||
{
|
||||
timeCycleNum_ = timeCycleNum;
|
||||
setCoreParameter("TimeCycleNum", std::to_string(timeCycleNum));
|
||||
setParameter("TimeCycleNum", std::to_string(timeCycleNum));
|
||||
}
|
||||
|
||||
std::vector<std::string> CreateRenewOrderRequest::getApList()const
|
||||
@@ -44,8 +46,9 @@ std::vector<std::string> CreateRenewOrderRequest::getApList()const
|
||||
void CreateRenewOrderRequest::setApList(const std::vector<std::string>& apList)
|
||||
{
|
||||
apList_ = apList;
|
||||
for(int i = 0; i!= apList.size(); i++)
|
||||
setCoreParameter("ApList."+ std::to_string(i), apList.at(i));
|
||||
for(int dep1 = 0; dep1!= apList.size(); dep1++) {
|
||||
setParameter("ApList."+ std::to_string(dep1), apList.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
std::string CreateRenewOrderRequest::getAccessKeyId()const
|
||||
@@ -56,6 +59,6 @@ std::string CreateRenewOrderRequest::getAccessKeyId()const
|
||||
void CreateRenewOrderRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::CreateSubAccountPermissionRequest;
|
||||
|
||||
CreateSubAccountPermissionRequest::CreateSubAccountPermissionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "CreateSubAccountPermission")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateSubAccountPermissionRequest::~CreateSubAccountPermissionRequest()
|
||||
{}
|
||||
@@ -33,8 +35,9 @@ std::vector<long> CreateSubAccountPermissionRequest::getShopGroupIds()const
|
||||
void CreateSubAccountPermissionRequest::setShopGroupIds(const std::vector<long>& shopGroupIds)
|
||||
{
|
||||
shopGroupIds_ = shopGroupIds;
|
||||
for(int i = 0; i!= shopGroupIds.size(); i++)
|
||||
setCoreParameter("ShopGroupIds."+ std::to_string(i), std::to_string(shopGroupIds.at(i)));
|
||||
for(int dep1 = 0; dep1!= shopGroupIds.size(); dep1++) {
|
||||
setParameter("ShopGroupIds."+ std::to_string(dep1), std::to_string(shopGroupIds.at(dep1)));
|
||||
}
|
||||
}
|
||||
|
||||
std::string CreateSubAccountPermissionRequest::getAccessKeyId()const
|
||||
@@ -45,7 +48,7 @@ std::string CreateSubAccountPermissionRequest::getAccessKeyId()const
|
||||
void CreateSubAccountPermissionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long CreateSubAccountPermissionRequest::getUid()const
|
||||
@@ -56,7 +59,7 @@ long CreateSubAccountPermissionRequest::getUid()const
|
||||
void CreateSubAccountPermissionRequest::setUid(long uid)
|
||||
{
|
||||
uid_ = uid;
|
||||
setCoreParameter("Uid", std::to_string(uid));
|
||||
setParameter("Uid", std::to_string(uid));
|
||||
}
|
||||
|
||||
std::vector<long> CreateSubAccountPermissionRequest::getShopIds()const
|
||||
@@ -67,8 +70,9 @@ std::vector<long> CreateSubAccountPermissionRequest::getShopIds()const
|
||||
void CreateSubAccountPermissionRequest::setShopIds(const std::vector<long>& shopIds)
|
||||
{
|
||||
shopIds_ = shopIds;
|
||||
for(int i = 0; i!= shopIds.size(); i++)
|
||||
setCoreParameter("ShopIds."+ std::to_string(i), std::to_string(shopIds.at(i)));
|
||||
for(int dep1 = 0; dep1!= shopIds.size(); dep1++) {
|
||||
setParameter("ShopIds."+ std::to_string(dep1), std::to_string(shopIds.at(dep1)));
|
||||
}
|
||||
}
|
||||
|
||||
std::string CreateSubAccountPermissionRequest::getPagePermission()const
|
||||
@@ -79,7 +83,7 @@ std::string CreateSubAccountPermissionRequest::getPagePermission()const
|
||||
void CreateSubAccountPermissionRequest::setPagePermission(const std::string& pagePermission)
|
||||
{
|
||||
pagePermission_ = pagePermission;
|
||||
setCoreParameter("PagePermission", pagePermission);
|
||||
setParameter("PagePermission", pagePermission);
|
||||
}
|
||||
|
||||
int CreateSubAccountPermissionRequest::getPermissionType()const
|
||||
@@ -90,7 +94,7 @@ int CreateSubAccountPermissionRequest::getPermissionType()const
|
||||
void CreateSubAccountPermissionRequest::setPermissionType(int permissionType)
|
||||
{
|
||||
permissionType_ = permissionType;
|
||||
setCoreParameter("PermissionType", std::to_string(permissionType));
|
||||
setParameter("PermissionType", std::to_string(permissionType));
|
||||
}
|
||||
|
||||
std::vector<long> CreateSubAccountPermissionRequest::getBusinessIds()const
|
||||
@@ -101,7 +105,8 @@ std::vector<long> CreateSubAccountPermissionRequest::getBusinessIds()const
|
||||
void CreateSubAccountPermissionRequest::setBusinessIds(const std::vector<long>& businessIds)
|
||||
{
|
||||
businessIds_ = businessIds;
|
||||
for(int i = 0; i!= businessIds.size(); i++)
|
||||
setCoreParameter("BusinessIds."+ std::to_string(i), std::to_string(businessIds.at(i)));
|
||||
for(int dep1 = 0; dep1!= businessIds.size(); dep1++) {
|
||||
setParameter("BusinessIds."+ std::to_string(dep1), std::to_string(businessIds.at(dep1)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DelApPositionRequest;
|
||||
|
||||
DelApPositionRequest::DelApPositionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DelApPosition")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DelApPositionRequest::~DelApPositionRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DelApPositionRequest::getAccessKeyId()const
|
||||
void DelApPositionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DelApPositionRequest::getApAssetId()const
|
||||
@@ -44,7 +46,7 @@ long DelApPositionRequest::getApAssetId()const
|
||||
void DelApPositionRequest::setApAssetId(long apAssetId)
|
||||
{
|
||||
apAssetId_ = apAssetId;
|
||||
setCoreParameter("ApAssetId", std::to_string(apAssetId));
|
||||
setParameter("ApAssetId", std::to_string(apAssetId));
|
||||
}
|
||||
|
||||
long DelApPositionRequest::getMapId()const
|
||||
@@ -55,6 +57,6 @@ long DelApPositionRequest::getMapId()const
|
||||
void DelApPositionRequest::setMapId(long mapId)
|
||||
{
|
||||
mapId_ = mapId;
|
||||
setCoreParameter("MapId", std::to_string(mapId));
|
||||
setParameter("MapId", std::to_string(mapId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DelPageConfigTemplateRequest;
|
||||
|
||||
DelPageConfigTemplateRequest::DelPageConfigTemplateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DelPageConfigTemplate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DelPageConfigTemplateRequest::~DelPageConfigTemplateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DelPageConfigTemplateRequest::getAccessKeyId()const
|
||||
void DelPageConfigTemplateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DelPageConfigTemplateRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long DelPageConfigTemplateRequest::getId()const
|
||||
void DelPageConfigTemplateRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DelPortalTempRequest;
|
||||
|
||||
DelPortalTempRequest::DelPortalTempRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DelPortalTemp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DelPortalTempRequest::~DelPortalTempRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DelPortalTempRequest::getAccessKeyId()const
|
||||
void DelPortalTempRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DelPortalTempRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long DelPortalTempRequest::getId()const
|
||||
void DelPortalTempRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DelSubAccountPermissionRequest;
|
||||
|
||||
DelSubAccountPermissionRequest::DelSubAccountPermissionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DelSubAccountPermission")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DelSubAccountPermissionRequest::~DelSubAccountPermissionRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DelSubAccountPermissionRequest::getAccessKeyId()const
|
||||
void DelSubAccountPermissionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DelSubAccountPermissionRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long DelSubAccountPermissionRequest::getId()const
|
||||
void DelSubAccountPermissionRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DelUmengPagePermission4RootRequest;
|
||||
|
||||
DelUmengPagePermission4RootRequest::DelUmengPagePermission4RootRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DelUmengPagePermission4Root")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DelUmengPagePermission4RootRequest::~DelUmengPagePermission4RootRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DelUmengPagePermission4RootRequest::getAccessKeyId()const
|
||||
void DelUmengPagePermission4RootRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DelUmengPagePermission4RootRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long DelUmengPagePermission4RootRequest::getId()const
|
||||
void DelUmengPagePermission4RootRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeleteApRadioSsidConfigRequest;
|
||||
|
||||
DeleteApRadioSsidConfigRequest::DeleteApRadioSsidConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeleteApRadioSsidConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteApRadioSsidConfigRequest::~DeleteApRadioSsidConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeleteApRadioSsidConfigRequest::getAccessKeyId()const
|
||||
void DeleteApRadioSsidConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int DeleteApRadioSsidConfigRequest::getInstantlyEffective()const
|
||||
@@ -44,7 +46,7 @@ int DeleteApRadioSsidConfigRequest::getInstantlyEffective()const
|
||||
void DeleteApRadioSsidConfigRequest::setInstantlyEffective(int instantlyEffective)
|
||||
{
|
||||
instantlyEffective_ = instantlyEffective;
|
||||
setCoreParameter("InstantlyEffective", std::to_string(instantlyEffective));
|
||||
setParameter("InstantlyEffective", std::to_string(instantlyEffective));
|
||||
}
|
||||
|
||||
long DeleteApRadioSsidConfigRequest::getId()const
|
||||
@@ -55,6 +57,6 @@ long DeleteApRadioSsidConfigRequest::getId()const
|
||||
void DeleteApRadioSsidConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeleteApgroupConfigRequest;
|
||||
|
||||
DeleteApgroupConfigRequest::DeleteApgroupConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeleteApgroupConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteApgroupConfigRequest::~DeleteApgroupConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeleteApgroupConfigRequest::getAccessKeyId()const
|
||||
void DeleteApgroupConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DeleteApgroupConfigRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long DeleteApgroupConfigRequest::getId()const
|
||||
void DeleteApgroupConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeleteApgroupSsidConfigRequest;
|
||||
|
||||
DeleteApgroupSsidConfigRequest::DeleteApgroupSsidConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeleteApgroupSsidConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteApgroupSsidConfigRequest::~DeleteApgroupSsidConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DeleteApgroupSsidConfigRequest::getApgroupId()const
|
||||
void DeleteApgroupSsidConfigRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string DeleteApgroupSsidConfigRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string DeleteApgroupSsidConfigRequest::getAccessKeyId()const
|
||||
void DeleteApgroupSsidConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DeleteApgroupSsidConfigRequest::getId()const
|
||||
@@ -55,6 +57,6 @@ long DeleteApgroupSsidConfigRequest::getId()const
|
||||
void DeleteApgroupSsidConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeletePositionMapRequest;
|
||||
|
||||
DeletePositionMapRequest::DeletePositionMapRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeletePositionMap")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeletePositionMapRequest::~DeletePositionMapRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeletePositionMapRequest::getAccessKeyId()const
|
||||
void DeletePositionMapRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DeletePositionMapRequest::getMapId()const
|
||||
@@ -44,6 +46,6 @@ long DeletePositionMapRequest::getMapId()const
|
||||
void DeletePositionMapRequest::setMapId(long mapId)
|
||||
{
|
||||
mapId_ = mapId;
|
||||
setCoreParameter("MapId", std::to_string(mapId));
|
||||
setParameter("MapId", std::to_string(mapId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeviceBatchCreateRequest;
|
||||
|
||||
DeviceBatchCreateRequest::DeviceBatchCreateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeviceBatchCreate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeviceBatchCreateRequest::~DeviceBatchCreateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DeviceBatchCreateRequest::getDeviceType()const
|
||||
void DeviceBatchCreateRequest::setDeviceType(int deviceType)
|
||||
{
|
||||
deviceType_ = deviceType;
|
||||
setCoreParameter("DeviceType", std::to_string(deviceType));
|
||||
setParameter("DeviceType", std::to_string(deviceType));
|
||||
}
|
||||
|
||||
std::string DeviceBatchCreateRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string DeviceBatchCreateRequest::getAccessKeyId()const
|
||||
void DeviceBatchCreateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string DeviceBatchCreateRequest::getSn()const
|
||||
@@ -55,6 +57,6 @@ std::string DeviceBatchCreateRequest::getSn()const
|
||||
void DeviceBatchCreateRequest::setSn(const std::string& sn)
|
||||
{
|
||||
sn_ = sn;
|
||||
setCoreParameter("Sn", sn);
|
||||
setParameter("Sn", sn);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeviceCreateRequest;
|
||||
|
||||
DeviceCreateRequest::DeviceCreateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeviceCreate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeviceCreateRequest::~DeviceCreateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeviceCreateRequest::getDevicePosition()const
|
||||
void DeviceCreateRequest::setDevicePosition(const std::string& devicePosition)
|
||||
{
|
||||
devicePosition_ = devicePosition;
|
||||
setCoreParameter("DevicePosition", devicePosition);
|
||||
setParameter("DevicePosition", devicePosition);
|
||||
}
|
||||
|
||||
int DeviceCreateRequest::getDeviceType()const
|
||||
@@ -44,7 +46,7 @@ int DeviceCreateRequest::getDeviceType()const
|
||||
void DeviceCreateRequest::setDeviceType(int deviceType)
|
||||
{
|
||||
deviceType_ = deviceType;
|
||||
setCoreParameter("DeviceType", std::to_string(deviceType));
|
||||
setParameter("DeviceType", std::to_string(deviceType));
|
||||
}
|
||||
|
||||
std::string DeviceCreateRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string DeviceCreateRequest::getAccessKeyId()const
|
||||
void DeviceCreateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DeviceCreateRequest::getSid()const
|
||||
@@ -66,7 +68,7 @@ long DeviceCreateRequest::getSid()const
|
||||
void DeviceCreateRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
std::string DeviceCreateRequest::getDeviceNum()const
|
||||
@@ -77,7 +79,7 @@ std::string DeviceCreateRequest::getDeviceNum()const
|
||||
void DeviceCreateRequest::setDeviceNum(const std::string& deviceNum)
|
||||
{
|
||||
deviceNum_ = deviceNum;
|
||||
setCoreParameter("DeviceNum", deviceNum);
|
||||
setParameter("DeviceNum", deviceNum);
|
||||
}
|
||||
|
||||
std::string DeviceCreateRequest::getDeviceName()const
|
||||
@@ -88,6 +90,6 @@ std::string DeviceCreateRequest::getDeviceName()const
|
||||
void DeviceCreateRequest::setDeviceName(const std::string& deviceName)
|
||||
{
|
||||
deviceName_ = deviceName;
|
||||
setCoreParameter("DeviceName", deviceName);
|
||||
setParameter("DeviceName", deviceName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeviceDeleteRequest;
|
||||
|
||||
DeviceDeleteRequest::DeviceDeleteRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeviceDelete")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeviceDeleteRequest::~DeviceDeleteRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeviceDeleteRequest::getMac()const
|
||||
void DeviceDeleteRequest::setMac(const std::string& mac)
|
||||
{
|
||||
mac_ = mac;
|
||||
setCoreParameter("Mac", mac);
|
||||
setParameter("Mac", mac);
|
||||
}
|
||||
|
||||
std::string DeviceDeleteRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string DeviceDeleteRequest::getAccessKeyId()const
|
||||
void DeviceDeleteRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DeviceDeleteRequest::getDid()const
|
||||
@@ -55,6 +57,6 @@ long DeviceDeleteRequest::getDid()const
|
||||
void DeviceDeleteRequest::setDid(long did)
|
||||
{
|
||||
did_ = did;
|
||||
setCoreParameter("Did", std::to_string(did));
|
||||
setParameter("Did", std::to_string(did));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeviceShowListRequest;
|
||||
|
||||
DeviceShowListRequest::DeviceShowListRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeviceShowList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeviceShowListRequest::~DeviceShowListRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DeviceShowListRequest::getDeviceType()const
|
||||
void DeviceShowListRequest::setDeviceType(int deviceType)
|
||||
{
|
||||
deviceType_ = deviceType;
|
||||
setCoreParameter("DeviceType", std::to_string(deviceType));
|
||||
setParameter("DeviceType", std::to_string(deviceType));
|
||||
}
|
||||
|
||||
std::string DeviceShowListRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string DeviceShowListRequest::getAccessKeyId()const
|
||||
void DeviceShowListRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long DeviceShowListRequest::getSid()const
|
||||
@@ -55,7 +57,7 @@ long DeviceShowListRequest::getSid()const
|
||||
void DeviceShowListRequest::setSid(long sid)
|
||||
{
|
||||
sid_ = sid;
|
||||
setCoreParameter("Sid", std::to_string(sid));
|
||||
setParameter("Sid", std::to_string(sid));
|
||||
}
|
||||
|
||||
std::string DeviceShowListRequest::getDirc()const
|
||||
@@ -66,7 +68,7 @@ std::string DeviceShowListRequest::getDirc()const
|
||||
void DeviceShowListRequest::setDirc(const std::string& dirc)
|
||||
{
|
||||
dirc_ = dirc;
|
||||
setCoreParameter("Dirc", dirc);
|
||||
setParameter("Dirc", dirc);
|
||||
}
|
||||
|
||||
int DeviceShowListRequest::getPage()const
|
||||
@@ -77,7 +79,7 @@ int DeviceShowListRequest::getPage()const
|
||||
void DeviceShowListRequest::setPage(int page)
|
||||
{
|
||||
page_ = page;
|
||||
setCoreParameter("Page", std::to_string(page));
|
||||
setParameter("Page", std::to_string(page));
|
||||
}
|
||||
|
||||
int DeviceShowListRequest::getPer()const
|
||||
@@ -88,6 +90,6 @@ int DeviceShowListRequest::getPer()const
|
||||
void DeviceShowListRequest::setPer(int per)
|
||||
{
|
||||
per_ = per;
|
||||
setCoreParameter("Per", std::to_string(per));
|
||||
setParameter("Per", std::to_string(per));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::DeviceUpdateRequest;
|
||||
|
||||
DeviceUpdateRequest::DeviceUpdateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "DeviceUpdate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeviceUpdateRequest::~DeviceUpdateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeviceUpdateRequest::getDevicePosition()const
|
||||
void DeviceUpdateRequest::setDevicePosition(const std::string& devicePosition)
|
||||
{
|
||||
devicePosition_ = devicePosition;
|
||||
setCoreParameter("DevicePosition", devicePosition);
|
||||
setParameter("DevicePosition", devicePosition);
|
||||
}
|
||||
|
||||
std::string DeviceUpdateRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string DeviceUpdateRequest::getAccessKeyId()const
|
||||
void DeviceUpdateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string DeviceUpdateRequest::getDeviceName()const
|
||||
@@ -55,7 +57,7 @@ std::string DeviceUpdateRequest::getDeviceName()const
|
||||
void DeviceUpdateRequest::setDeviceName(const std::string& deviceName)
|
||||
{
|
||||
deviceName_ = deviceName;
|
||||
setCoreParameter("DeviceName", deviceName);
|
||||
setParameter("DeviceName", deviceName);
|
||||
}
|
||||
|
||||
long DeviceUpdateRequest::getDid()const
|
||||
@@ -66,6 +68,6 @@ long DeviceUpdateRequest::getDid()const
|
||||
void DeviceUpdateRequest::setDid(long did)
|
||||
{
|
||||
did_ = did;
|
||||
setCoreParameter("Did", std::to_string(did));
|
||||
setParameter("Did", std::to_string(did));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::ExcelToJsonRequest;
|
||||
|
||||
ExcelToJsonRequest::ExcelToJsonRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "ExcelToJson")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ExcelToJsonRequest::~ExcelToJsonRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string ExcelToJsonRequest::getUploadData()const
|
||||
void ExcelToJsonRequest::setUploadData(const std::string& uploadData)
|
||||
{
|
||||
uploadData_ = uploadData;
|
||||
setCoreParameter("UploadData", uploadData);
|
||||
setParameter("UploadData", uploadData);
|
||||
}
|
||||
|
||||
std::string ExcelToJsonRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string ExcelToJsonRequest::getAccessKeyId()const
|
||||
void ExcelToJsonRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::FindApRequest;
|
||||
|
||||
FindApRequest::FindApRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "FindAp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
FindApRequest::~FindApRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string FindApRequest::getAccessKeyId()const
|
||||
void FindApRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long FindApRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long FindApRequest::getId()const
|
||||
void FindApRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::FrequencyAnalyseRequest;
|
||||
|
||||
FrequencyAnalyseRequest::FrequencyAnalyseRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "FrequencyAnalyse")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
FrequencyAnalyseRequest::~FrequencyAnalyseRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string FrequencyAnalyseRequest::getAccessKeyId()const
|
||||
void FrequencyAnalyseRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long FrequencyAnalyseRequest::getGsid()const
|
||||
@@ -44,6 +46,6 @@ long FrequencyAnalyseRequest::getGsid()const
|
||||
void FrequencyAnalyseRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
setParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetAccountConfigRequest;
|
||||
|
||||
GetAccountConfigRequest::GetAccountConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetAccountConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetAccountConfigRequest::~GetAccountConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetAccountConfigRequest::getAccessKeyId()const
|
||||
void GetAccountConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetAccountConfigRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetAccountConfigRequest::getId()const
|
||||
void GetAccountConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetAddApsProgressRequest;
|
||||
|
||||
GetAddApsProgressRequest::GetAddApsProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetAddApsProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetAddApsProgressRequest::~GetAddApsProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetAddApsProgressRequest::getAccessKeyId()const
|
||||
void GetAddApsProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetAddApsProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetAddApsProgressRequest::getId()const
|
||||
void GetAddApsProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetAllActiveShopByGroupRequest;
|
||||
|
||||
GetAllActiveShopByGroupRequest::GetAllActiveShopByGroupRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetAllActiveShopByGroup")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetAllActiveShopByGroupRequest::~GetAllActiveShopByGroupRequest()
|
||||
{}
|
||||
@@ -33,8 +35,9 @@ std::vector<long> GetAllActiveShopByGroupRequest::getGids()const
|
||||
void GetAllActiveShopByGroupRequest::setGids(const std::vector<long>& gids)
|
||||
{
|
||||
gids_ = gids;
|
||||
for(int i = 0; i!= gids.size(); i++)
|
||||
setCoreParameter("Gids."+ std::to_string(i), std::to_string(gids.at(i)));
|
||||
for(int dep1 = 0; dep1!= gids.size(); dep1++) {
|
||||
setParameter("Gids."+ std::to_string(dep1), std::to_string(gids.at(dep1)));
|
||||
}
|
||||
}
|
||||
|
||||
std::string GetAllActiveShopByGroupRequest::getAccessKeyId()const
|
||||
@@ -45,7 +48,7 @@ std::string GetAllActiveShopByGroupRequest::getAccessKeyId()const
|
||||
void GetAllActiveShopByGroupRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetAllActiveShopByGroupRequest::getBid()const
|
||||
@@ -56,6 +59,6 @@ long GetAllActiveShopByGroupRequest::getBid()const
|
||||
void GetAllActiveShopByGroupRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetAllApModelRequest;
|
||||
|
||||
GetAllApModelRequest::GetAllApModelRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetAllApModel")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetAllApModelRequest::~GetAllApModelRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetAllApModelRequest::getAccessKeyId()const
|
||||
void GetAllApModelRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApDetailedConfigRequest;
|
||||
|
||||
GetApDetailedConfigRequest::GetApDetailedConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApDetailedConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApDetailedConfigRequest::~GetApDetailedConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApDetailedConfigRequest::getAccessKeyId()const
|
||||
void GetApDetailedConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApDetailedConfigRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApDetailedConfigRequest::getId()const
|
||||
void GetApDetailedConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApDetailedStatusRequest;
|
||||
|
||||
GetApDetailedStatusRequest::GetApDetailedStatusRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApDetailedStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApDetailedStatusRequest::~GetApDetailedStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApDetailedStatusRequest::getAccessKeyId()const
|
||||
void GetApDetailedStatusRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApDetailedStatusRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApDetailedStatusRequest::getId()const
|
||||
void GetApDetailedStatusRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApPortalBindRequest;
|
||||
|
||||
GetApPortalBindRequest::GetApPortalBindRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApPortalBind")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApPortalBindRequest::~GetApPortalBindRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int GetApPortalBindRequest::getConfigType()const
|
||||
void GetApPortalBindRequest::setConfigType(int configType)
|
||||
{
|
||||
configType_ = configType;
|
||||
setCoreParameter("ConfigType", std::to_string(configType));
|
||||
setParameter("ConfigType", std::to_string(configType));
|
||||
}
|
||||
|
||||
long GetApPortalBindRequest::getBindId()const
|
||||
@@ -44,7 +46,7 @@ long GetApPortalBindRequest::getBindId()const
|
||||
void GetApPortalBindRequest::setBindId(long bindId)
|
||||
{
|
||||
bindId_ = bindId;
|
||||
setCoreParameter("BindId", std::to_string(bindId));
|
||||
setParameter("BindId", std::to_string(bindId));
|
||||
}
|
||||
|
||||
std::string GetApPortalBindRequest::getAccessKeyId()const
|
||||
@@ -55,6 +57,6 @@ std::string GetApPortalBindRequest::getAccessKeyId()const
|
||||
void GetApPortalBindRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApRunHistoryTimeSerRequest;
|
||||
|
||||
GetApRunHistoryTimeSerRequest::GetApRunHistoryTimeSerRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApRunHistoryTimeSer")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApRunHistoryTimeSerRequest::~GetApRunHistoryTimeSerRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetApRunHistoryTimeSerRequest::getStart()const
|
||||
void GetApRunHistoryTimeSerRequest::setStart(long start)
|
||||
{
|
||||
start_ = start;
|
||||
setCoreParameter("Start", std::to_string(start));
|
||||
setParameter("Start", std::to_string(start));
|
||||
}
|
||||
|
||||
std::string GetApRunHistoryTimeSerRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string GetApRunHistoryTimeSerRequest::getAccessKeyId()const
|
||||
void GetApRunHistoryTimeSerRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApRunHistoryTimeSerRequest::getEnd()const
|
||||
@@ -55,7 +57,7 @@ long GetApRunHistoryTimeSerRequest::getEnd()const
|
||||
void GetApRunHistoryTimeSerRequest::setEnd(long end)
|
||||
{
|
||||
end_ = end;
|
||||
setCoreParameter("End", std::to_string(end));
|
||||
setParameter("End", std::to_string(end));
|
||||
}
|
||||
|
||||
long GetApRunHistoryTimeSerRequest::getId()const
|
||||
@@ -66,6 +68,6 @@ long GetApRunHistoryTimeSerRequest::getId()const
|
||||
void GetApRunHistoryTimeSerRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApStaMiscAggRequest;
|
||||
|
||||
GetApStaMiscAggRequest::GetApStaMiscAggRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApStaMiscAgg")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApStaMiscAggRequest::~GetApStaMiscAggRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetApStaMiscAggRequest::getApgroupId()const
|
||||
void GetApStaMiscAggRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string GetApStaMiscAggRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetApStaMiscAggRequest::getAccessKeyId()const
|
||||
void GetApStaMiscAggRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApTopRequest;
|
||||
|
||||
GetApTopRequest::GetApTopRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApTop")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApTopRequest::~GetApTopRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetApTopRequest::getApgroupId()const
|
||||
void GetApTopRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string GetApTopRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetApTopRequest::getAccessKeyId()const
|
||||
void GetApTopRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApgroupConfigProgressRequest;
|
||||
|
||||
GetApgroupConfigProgressRequest::GetApgroupConfigProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApgroupConfigProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApgroupConfigProgressRequest::~GetApgroupConfigProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApgroupConfigProgressRequest::getAccessKeyId()const
|
||||
void GetApgroupConfigProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApgroupConfigProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApgroupConfigProgressRequest::getId()const
|
||||
void GetApgroupConfigProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApgroupDetailedConfigRequest;
|
||||
|
||||
GetApgroupDetailedConfigRequest::GetApgroupDetailedConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApgroupDetailedConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApgroupDetailedConfigRequest::~GetApgroupDetailedConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApgroupDetailedConfigRequest::getAccessKeyId()const
|
||||
void GetApgroupDetailedConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApgroupDetailedConfigRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApgroupDetailedConfigRequest::getId()const
|
||||
void GetApgroupDetailedConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApgroupPortalConfigProgressRequest;
|
||||
|
||||
GetApgroupPortalConfigProgressRequest::GetApgroupPortalConfigProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApgroupPortalConfigProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApgroupPortalConfigProgressRequest::~GetApgroupPortalConfigProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApgroupPortalConfigProgressRequest::getAccessKeyId()const
|
||||
void GetApgroupPortalConfigProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApgroupPortalConfigProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApgroupPortalConfigProgressRequest::getId()const
|
||||
void GetApgroupPortalConfigProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApgroupScanConfigSaveProgressRequest;
|
||||
|
||||
GetApgroupScanConfigSaveProgressRequest::GetApgroupScanConfigSaveProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApgroupScanConfigSaveProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApgroupScanConfigSaveProgressRequest::~GetApgroupScanConfigSaveProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApgroupScanConfigSaveProgressRequest::getAccessKeyId()const
|
||||
void GetApgroupScanConfigSaveProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApgroupScanConfigSaveProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApgroupScanConfigSaveProgressRequest::getId()const
|
||||
void GetApgroupScanConfigSaveProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetApgroupSsidConfigProgressRequest;
|
||||
|
||||
GetApgroupSsidConfigProgressRequest::GetApgroupSsidConfigProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetApgroupSsidConfigProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetApgroupSsidConfigProgressRequest::~GetApgroupSsidConfigProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetApgroupSsidConfigProgressRequest::getAccessKeyId()const
|
||||
void GetApgroupSsidConfigProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetApgroupSsidConfigProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetApgroupSsidConfigProgressRequest::getId()const
|
||||
void GetApgroupSsidConfigProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetBatchSaveApAssetProgressRequest;
|
||||
|
||||
GetBatchSaveApAssetProgressRequest::GetBatchSaveApAssetProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetBatchSaveApAssetProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetBatchSaveApAssetProgressRequest::~GetBatchSaveApAssetProgressRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetBatchSaveApAssetProgressRequest::getAccessKeyId()const
|
||||
void GetBatchSaveApAssetProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetBidRequest;
|
||||
|
||||
GetBidRequest::GetBidRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetBid")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetBidRequest::~GetBidRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int GetBidRequest::getLength()const
|
||||
void GetBidRequest::setLength(int length)
|
||||
{
|
||||
length_ = length;
|
||||
setCoreParameter("Length", std::to_string(length));
|
||||
setParameter("Length", std::to_string(length));
|
||||
}
|
||||
|
||||
std::string GetBidRequest::getAccessKeyId()const
|
||||
@@ -44,7 +46,7 @@ std::string GetBidRequest::getAccessKeyId()const
|
||||
void GetBidRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int GetBidRequest::getPageIndex()const
|
||||
@@ -55,6 +57,6 @@ int GetBidRequest::getPageIndex()const
|
||||
void GetBidRequest::setPageIndex(int pageIndex)
|
||||
{
|
||||
pageIndex_ = pageIndex;
|
||||
setCoreParameter("PageIndex", std::to_string(pageIndex));
|
||||
setParameter("PageIndex", std::to_string(pageIndex));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetBids4Uid4RootRequest;
|
||||
|
||||
GetBids4Uid4RootRequest::GetBids4Uid4RootRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetBids4Uid4Root")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetBids4Uid4RootRequest::~GetBids4Uid4RootRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetBids4Uid4RootRequest::getAccessKeyId()const
|
||||
void GetBids4Uid4RootRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetBids4Uid4RootRequest::getUid()const
|
||||
@@ -44,6 +46,6 @@ long GetBids4Uid4RootRequest::getUid()const
|
||||
void GetBids4Uid4RootRequest::setUid(long uid)
|
||||
{
|
||||
uid_ = uid;
|
||||
setCoreParameter("Uid", std::to_string(uid));
|
||||
setParameter("Uid", std::to_string(uid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetBindAp4UmengRequest;
|
||||
|
||||
GetBindAp4UmengRequest::GetBindAp4UmengRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetBindAp4Umeng")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetBindAp4UmengRequest::~GetBindAp4UmengRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetBindAp4UmengRequest::getAccessKeyId()const
|
||||
void GetBindAp4UmengRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetCrowdListRequest;
|
||||
|
||||
GetCrowdListRequest::GetCrowdListRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetCrowdList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetCrowdListRequest::~GetCrowdListRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int GetCrowdListRequest::getClassType()const
|
||||
void GetCrowdListRequest::setClassType(int classType)
|
||||
{
|
||||
classType_ = classType;
|
||||
setCoreParameter("ClassType", std::to_string(classType));
|
||||
setParameter("ClassType", std::to_string(classType));
|
||||
}
|
||||
|
||||
std::string GetCrowdListRequest::getGsType()const
|
||||
@@ -44,7 +46,7 @@ std::string GetCrowdListRequest::getGsType()const
|
||||
void GetCrowdListRequest::setGsType(const std::string& gsType)
|
||||
{
|
||||
gsType_ = gsType;
|
||||
setCoreParameter("GsType", gsType);
|
||||
setParameter("GsType", gsType);
|
||||
}
|
||||
|
||||
std::string GetCrowdListRequest::getEndTime()const
|
||||
@@ -55,7 +57,7 @@ std::string GetCrowdListRequest::getEndTime()const
|
||||
void GetCrowdListRequest::setEndTime(const std::string& endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", endTime);
|
||||
setParameter("EndTime", endTime);
|
||||
}
|
||||
|
||||
std::string GetCrowdListRequest::getStartTime()const
|
||||
@@ -66,7 +68,7 @@ std::string GetCrowdListRequest::getStartTime()const
|
||||
void GetCrowdListRequest::setStartTime(const std::string& startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", startTime);
|
||||
setParameter("StartTime", startTime);
|
||||
}
|
||||
|
||||
std::string GetCrowdListRequest::getAccessKeyId()const
|
||||
@@ -77,7 +79,7 @@ std::string GetCrowdListRequest::getAccessKeyId()const
|
||||
void GetCrowdListRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetCrowdListRequest::getGsid()const
|
||||
@@ -88,7 +90,7 @@ long GetCrowdListRequest::getGsid()const
|
||||
void GetCrowdListRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
setParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
int GetCrowdListRequest::getPage()const
|
||||
@@ -99,7 +101,7 @@ int GetCrowdListRequest::getPage()const
|
||||
void GetCrowdListRequest::setPage(int page)
|
||||
{
|
||||
page_ = page;
|
||||
setCoreParameter("Page", std::to_string(page));
|
||||
setParameter("Page", std::to_string(page));
|
||||
}
|
||||
|
||||
int GetCrowdListRequest::getPer()const
|
||||
@@ -110,7 +112,7 @@ int GetCrowdListRequest::getPer()const
|
||||
void GetCrowdListRequest::setPer(int per)
|
||||
{
|
||||
per_ = per;
|
||||
setCoreParameter("Per", std::to_string(per));
|
||||
setParameter("Per", std::to_string(per));
|
||||
}
|
||||
|
||||
long GetCrowdListRequest::getBid()const
|
||||
@@ -121,6 +123,6 @@ long GetCrowdListRequest::getBid()const
|
||||
void GetCrowdListRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetDailyStatisticRequest;
|
||||
|
||||
GetDailyStatisticRequest::GetDailyStatisticRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetDailyStatistic")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetDailyStatisticRequest::~GetDailyStatisticRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetDailyStatisticRequest::getApgroupId()const
|
||||
void GetDailyStatisticRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string GetDailyStatisticRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetDailyStatisticRequest::getAccessKeyId()const
|
||||
void GetDailyStatisticRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetDeviceInfoByMacRequest;
|
||||
|
||||
GetDeviceInfoByMacRequest::GetDeviceInfoByMacRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetDeviceInfoByMac")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetDeviceInfoByMacRequest::~GetDeviceInfoByMacRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetDeviceInfoByMacRequest::getMac()const
|
||||
void GetDeviceInfoByMacRequest::setMac(const std::string& mac)
|
||||
{
|
||||
mac_ = mac;
|
||||
setCoreParameter("Mac", mac);
|
||||
setParameter("Mac", mac);
|
||||
}
|
||||
|
||||
std::string GetDeviceInfoByMacRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetDeviceInfoByMacRequest::getAccessKeyId()const
|
||||
void GetDeviceInfoByMacRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetGroupApChangeNameTemplateRequest;
|
||||
|
||||
GetGroupApChangeNameTemplateRequest::GetGroupApChangeNameTemplateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetGroupApChangeNameTemplate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetGroupApChangeNameTemplateRequest::~GetGroupApChangeNameTemplateRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetGroupApChangeNameTemplateRequest::getAccessKeyId()const
|
||||
void GetGroupApChangeNameTemplateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetGroupApRadioConfigProgressRequest;
|
||||
|
||||
GetGroupApRadioConfigProgressRequest::GetGroupApRadioConfigProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetGroupApRadioConfigProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetGroupApRadioConfigProgressRequest::~GetGroupApRadioConfigProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetGroupApRadioConfigProgressRequest::getAccessKeyId()const
|
||||
void GetGroupApRadioConfigProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetGroupApRadioConfigProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetGroupApRadioConfigProgressRequest::getId()const
|
||||
void GetGroupApRadioConfigProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetGroupApRadioConfigTemplateRequest;
|
||||
|
||||
GetGroupApRadioConfigTemplateRequest::GetGroupApRadioConfigTemplateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetGroupApRadioConfigTemplate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetGroupApRadioConfigTemplateRequest::~GetGroupApRadioConfigTemplateRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetGroupApRadioConfigTemplateRequest::getAccessKeyId()const
|
||||
void GetGroupApRadioConfigTemplateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetGroupApRadioOnoffProgressRequest;
|
||||
|
||||
GetGroupApRadioOnoffProgressRequest::GetGroupApRadioOnoffProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetGroupApRadioOnoffProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetGroupApRadioOnoffProgressRequest::~GetGroupApRadioOnoffProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetGroupApRadioOnoffProgressRequest::getAccessKeyId()const
|
||||
void GetGroupApRadioOnoffProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetGroupApRadioOnoffProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetGroupApRadioOnoffProgressRequest::getId()const
|
||||
void GetGroupApRadioOnoffProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetGroupApRepairProgressRequest;
|
||||
|
||||
GetGroupApRepairProgressRequest::GetGroupApRepairProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetGroupApRepairProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetGroupApRepairProgressRequest::~GetGroupApRepairProgressRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetGroupApRepairProgressRequest::getAccessKeyId()const
|
||||
void GetGroupApRepairProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetGroupApRepairProgressRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetGroupApRepairProgressRequest::getId()const
|
||||
void GetGroupApRepairProgressRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetInstanceByShopRequest;
|
||||
|
||||
GetInstanceByShopRequest::GetInstanceByShopRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetInstanceByShop")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetInstanceByShopRequest::~GetInstanceByShopRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetInstanceByShopRequest::getAccessKeyId()const
|
||||
void GetInstanceByShopRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetInstanceByShopRequest::getShopId()const
|
||||
@@ -44,6 +46,6 @@ long GetInstanceByShopRequest::getShopId()const
|
||||
void GetInstanceByShopRequest::setShopId(long shopId)
|
||||
{
|
||||
shopId_ = shopId;
|
||||
setCoreParameter("ShopId", std::to_string(shopId));
|
||||
setParameter("ShopId", std::to_string(shopId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetLatestApStatisticRequest;
|
||||
|
||||
GetLatestApStatisticRequest::GetLatestApStatisticRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetLatestApStatistic")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetLatestApStatisticRequest::~GetLatestApStatisticRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetLatestApStatisticRequest::getApgroupId()const
|
||||
void GetLatestApStatisticRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string GetLatestApStatisticRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetLatestApStatisticRequest::getAccessKeyId()const
|
||||
void GetLatestApStatisticRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetLatestStaStatisticRequest;
|
||||
|
||||
GetLatestStaStatisticRequest::GetLatestStaStatisticRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetLatestStaStatistic")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetLatestStaStatisticRequest::~GetLatestStaStatisticRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetLatestStaStatisticRequest::getApgroupId()const
|
||||
void GetLatestStaStatisticRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string GetLatestStaStatisticRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetLatestStaStatisticRequest::getAccessKeyId()const
|
||||
void GetLatestStaStatisticRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetMapUrlRequest;
|
||||
|
||||
GetMapUrlRequest::GetMapUrlRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetMapUrl")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetMapUrlRequest::~GetMapUrlRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetMapUrlRequest::getAccessKeyId()const
|
||||
void GetMapUrlRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetMapUrlRequest::getMapId()const
|
||||
@@ -44,6 +46,6 @@ long GetMapUrlRequest::getMapId()const
|
||||
void GetMapUrlRequest::setMapId(long mapId)
|
||||
{
|
||||
mapId_ = mapId;
|
||||
setCoreParameter("MapId", std::to_string(mapId));
|
||||
setParameter("MapId", std::to_string(mapId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetOnlineApTimeSerRequest;
|
||||
|
||||
GetOnlineApTimeSerRequest::GetOnlineApTimeSerRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetOnlineApTimeSer")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetOnlineApTimeSerRequest::~GetOnlineApTimeSerRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetOnlineApTimeSerRequest::getApgroupId()const
|
||||
void GetOnlineApTimeSerRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
long GetOnlineApTimeSerRequest::getStart()const
|
||||
@@ -44,7 +46,7 @@ long GetOnlineApTimeSerRequest::getStart()const
|
||||
void GetOnlineApTimeSerRequest::setStart(long start)
|
||||
{
|
||||
start_ = start;
|
||||
setCoreParameter("Start", std::to_string(start));
|
||||
setParameter("Start", std::to_string(start));
|
||||
}
|
||||
|
||||
std::string GetOnlineApTimeSerRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string GetOnlineApTimeSerRequest::getAccessKeyId()const
|
||||
void GetOnlineApTimeSerRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetOnlineApTimeSerRequest::getZoomStart()const
|
||||
@@ -66,7 +68,7 @@ long GetOnlineApTimeSerRequest::getZoomStart()const
|
||||
void GetOnlineApTimeSerRequest::setZoomStart(long zoomStart)
|
||||
{
|
||||
zoomStart_ = zoomStart;
|
||||
setCoreParameter("ZoomStart", std::to_string(zoomStart));
|
||||
setParameter("ZoomStart", std::to_string(zoomStart));
|
||||
}
|
||||
|
||||
long GetOnlineApTimeSerRequest::getCompanyId()const
|
||||
@@ -77,7 +79,7 @@ long GetOnlineApTimeSerRequest::getCompanyId()const
|
||||
void GetOnlineApTimeSerRequest::setCompanyId(long companyId)
|
||||
{
|
||||
companyId_ = companyId;
|
||||
setCoreParameter("CompanyId", std::to_string(companyId));
|
||||
setParameter("CompanyId", std::to_string(companyId));
|
||||
}
|
||||
|
||||
long GetOnlineApTimeSerRequest::getZoomEnd()const
|
||||
@@ -88,7 +90,7 @@ long GetOnlineApTimeSerRequest::getZoomEnd()const
|
||||
void GetOnlineApTimeSerRequest::setZoomEnd(long zoomEnd)
|
||||
{
|
||||
zoomEnd_ = zoomEnd;
|
||||
setCoreParameter("ZoomEnd", std::to_string(zoomEnd));
|
||||
setParameter("ZoomEnd", std::to_string(zoomEnd));
|
||||
}
|
||||
|
||||
long GetOnlineApTimeSerRequest::getEnd()const
|
||||
@@ -99,6 +101,6 @@ long GetOnlineApTimeSerRequest::getEnd()const
|
||||
void GetOnlineApTimeSerRequest::setEnd(long end)
|
||||
{
|
||||
end_ = end;
|
||||
setCoreParameter("End", std::to_string(end));
|
||||
setParameter("End", std::to_string(end));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetOnlineStaTimeSerRequest;
|
||||
|
||||
GetOnlineStaTimeSerRequest::GetOnlineStaTimeSerRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetOnlineStaTimeSer")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetOnlineStaTimeSerRequest::~GetOnlineStaTimeSerRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetOnlineStaTimeSerRequest::getApgroupId()const
|
||||
void GetOnlineStaTimeSerRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
long GetOnlineStaTimeSerRequest::getStart()const
|
||||
@@ -44,7 +46,7 @@ long GetOnlineStaTimeSerRequest::getStart()const
|
||||
void GetOnlineStaTimeSerRequest::setStart(long start)
|
||||
{
|
||||
start_ = start;
|
||||
setCoreParameter("Start", std::to_string(start));
|
||||
setParameter("Start", std::to_string(start));
|
||||
}
|
||||
|
||||
std::string GetOnlineStaTimeSerRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string GetOnlineStaTimeSerRequest::getAccessKeyId()const
|
||||
void GetOnlineStaTimeSerRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetOnlineStaTimeSerRequest::getZoomStart()const
|
||||
@@ -66,7 +68,7 @@ long GetOnlineStaTimeSerRequest::getZoomStart()const
|
||||
void GetOnlineStaTimeSerRequest::setZoomStart(long zoomStart)
|
||||
{
|
||||
zoomStart_ = zoomStart;
|
||||
setCoreParameter("ZoomStart", std::to_string(zoomStart));
|
||||
setParameter("ZoomStart", std::to_string(zoomStart));
|
||||
}
|
||||
|
||||
long GetOnlineStaTimeSerRequest::getCompanyId()const
|
||||
@@ -77,7 +79,7 @@ long GetOnlineStaTimeSerRequest::getCompanyId()const
|
||||
void GetOnlineStaTimeSerRequest::setCompanyId(long companyId)
|
||||
{
|
||||
companyId_ = companyId;
|
||||
setCoreParameter("CompanyId", std::to_string(companyId));
|
||||
setParameter("CompanyId", std::to_string(companyId));
|
||||
}
|
||||
|
||||
long GetOnlineStaTimeSerRequest::getZoomEnd()const
|
||||
@@ -88,7 +90,7 @@ long GetOnlineStaTimeSerRequest::getZoomEnd()const
|
||||
void GetOnlineStaTimeSerRequest::setZoomEnd(long zoomEnd)
|
||||
{
|
||||
zoomEnd_ = zoomEnd;
|
||||
setCoreParameter("ZoomEnd", std::to_string(zoomEnd));
|
||||
setParameter("ZoomEnd", std::to_string(zoomEnd));
|
||||
}
|
||||
|
||||
long GetOnlineStaTimeSerRequest::getEnd()const
|
||||
@@ -99,6 +101,6 @@ long GetOnlineStaTimeSerRequest::getEnd()const
|
||||
void GetOnlineStaTimeSerRequest::setEnd(long end)
|
||||
{
|
||||
end_ = end;
|
||||
setCoreParameter("End", std::to_string(end));
|
||||
setParameter("End", std::to_string(end));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetOssServerSignRequest;
|
||||
|
||||
GetOssServerSignRequest::GetOssServerSignRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetOssServerSign")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetOssServerSignRequest::~GetOssServerSignRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetOssServerSignRequest::getAccessKeyId()const
|
||||
void GetOssServerSignRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int GetOssServerSignRequest::getDirType()const
|
||||
@@ -44,6 +46,6 @@ int GetOssServerSignRequest::getDirType()const
|
||||
void GetOssServerSignRequest::setDirType(int dirType)
|
||||
{
|
||||
dirType_ = dirType;
|
||||
setCoreParameter("DirType", std::to_string(dirType));
|
||||
setParameter("DirType", std::to_string(dirType));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetPageConfigTemplateRequest;
|
||||
|
||||
GetPageConfigTemplateRequest::GetPageConfigTemplateRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetPageConfigTemplate")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetPageConfigTemplateRequest::~GetPageConfigTemplateRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetPageConfigTemplateRequest::getAccessKeyId()const
|
||||
void GetPageConfigTemplateRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetPageConfigTemplateRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetPageConfigTemplateRequest::getId()const
|
||||
void GetPageConfigTemplateRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetPagePropertiesRequest;
|
||||
|
||||
GetPagePropertiesRequest::GetPagePropertiesRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetPageProperties")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetPagePropertiesRequest::~GetPagePropertiesRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetPagePropertiesRequest::getAccessKeyId()const
|
||||
void GetPagePropertiesRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetPortalTempDetailRequest;
|
||||
|
||||
GetPortalTempDetailRequest::GetPortalTempDetailRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetPortalTempDetail")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetPortalTempDetailRequest::~GetPortalTempDetailRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetPortalTempDetailRequest::getAccessKeyId()const
|
||||
void GetPortalTempDetailRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetPortalTempDetailRequest::getId()const
|
||||
@@ -44,7 +46,7 @@ long GetPortalTempDetailRequest::getId()const
|
||||
void GetPortalTempDetailRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string GetPortalTempDetailRequest::getUniqueId()const
|
||||
@@ -55,6 +57,6 @@ std::string GetPortalTempDetailRequest::getUniqueId()const
|
||||
void GetPortalTempDetailRequest::setUniqueId(const std::string& uniqueId)
|
||||
{
|
||||
uniqueId_ = uniqueId;
|
||||
setCoreParameter("UniqueId", uniqueId);
|
||||
setParameter("UniqueId", uniqueId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetProbeDataSubscriberConfigRequest;
|
||||
|
||||
GetProbeDataSubscriberConfigRequest::GetProbeDataSubscriberConfigRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetProbeDataSubscriberConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetProbeDataSubscriberConfigRequest::~GetProbeDataSubscriberConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetProbeDataSubscriberConfigRequest::getAccessKeyId()const
|
||||
void GetProbeDataSubscriberConfigRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetProbeDataSubscriberConfigRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetProbeDataSubscriberConfigRequest::getId()const
|
||||
void GetProbeDataSubscriberConfigRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetRadioRunHistoryTimeSerRequest;
|
||||
|
||||
GetRadioRunHistoryTimeSerRequest::GetRadioRunHistoryTimeSerRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetRadioRunHistoryTimeSer")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetRadioRunHistoryTimeSerRequest::~GetRadioRunHistoryTimeSerRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetRadioRunHistoryTimeSerRequest::getAccessKeyId()const
|
||||
void GetRadioRunHistoryTimeSerRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetRadioRunHistoryTimeSerRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetRadioRunHistoryTimeSerRequest::getId()const
|
||||
void GetRadioRunHistoryTimeSerRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetScanModeRequest;
|
||||
|
||||
GetScanModeRequest::GetScanModeRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetScanMode")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetScanModeRequest::~GetScanModeRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetScanModeRequest::getAccessKeyId()const
|
||||
void GetScanModeRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::vector<std::string> GetScanModeRequest::getMacList()const
|
||||
@@ -44,7 +46,8 @@ std::vector<std::string> GetScanModeRequest::getMacList()const
|
||||
void GetScanModeRequest::setMacList(const std::vector<std::string>& macList)
|
||||
{
|
||||
macList_ = macList;
|
||||
for(int i = 0; i!= macList.size(); i++)
|
||||
setCoreParameter("MacList."+ std::to_string(i), macList.at(i));
|
||||
for(int dep1 = 0; dep1!= macList.size(); dep1++) {
|
||||
setParameter("MacList."+ std::to_string(dep1), macList.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetScanProbeTimeSerRequest;
|
||||
|
||||
GetScanProbeTimeSerRequest::GetScanProbeTimeSerRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetScanProbeTimeSer")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetScanProbeTimeSerRequest::~GetScanProbeTimeSerRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetScanProbeTimeSerRequest::getApgroupId()const
|
||||
void GetScanProbeTimeSerRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
long GetScanProbeTimeSerRequest::getStart()const
|
||||
@@ -44,7 +46,7 @@ long GetScanProbeTimeSerRequest::getStart()const
|
||||
void GetScanProbeTimeSerRequest::setStart(long start)
|
||||
{
|
||||
start_ = start;
|
||||
setCoreParameter("Start", std::to_string(start));
|
||||
setParameter("Start", std::to_string(start));
|
||||
}
|
||||
|
||||
std::string GetScanProbeTimeSerRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string GetScanProbeTimeSerRequest::getAccessKeyId()const
|
||||
void GetScanProbeTimeSerRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetScanProbeTimeSerRequest::getZoomStart()const
|
||||
@@ -66,7 +68,7 @@ long GetScanProbeTimeSerRequest::getZoomStart()const
|
||||
void GetScanProbeTimeSerRequest::setZoomStart(long zoomStart)
|
||||
{
|
||||
zoomStart_ = zoomStart;
|
||||
setCoreParameter("ZoomStart", std::to_string(zoomStart));
|
||||
setParameter("ZoomStart", std::to_string(zoomStart));
|
||||
}
|
||||
|
||||
long GetScanProbeTimeSerRequest::getCompanyId()const
|
||||
@@ -77,7 +79,7 @@ long GetScanProbeTimeSerRequest::getCompanyId()const
|
||||
void GetScanProbeTimeSerRequest::setCompanyId(long companyId)
|
||||
{
|
||||
companyId_ = companyId;
|
||||
setCoreParameter("CompanyId", std::to_string(companyId));
|
||||
setParameter("CompanyId", std::to_string(companyId));
|
||||
}
|
||||
|
||||
long GetScanProbeTimeSerRequest::getZoomEnd()const
|
||||
@@ -88,7 +90,7 @@ long GetScanProbeTimeSerRequest::getZoomEnd()const
|
||||
void GetScanProbeTimeSerRequest::setZoomEnd(long zoomEnd)
|
||||
{
|
||||
zoomEnd_ = zoomEnd;
|
||||
setCoreParameter("ZoomEnd", std::to_string(zoomEnd));
|
||||
setParameter("ZoomEnd", std::to_string(zoomEnd));
|
||||
}
|
||||
|
||||
long GetScanProbeTimeSerRequest::getEnd()const
|
||||
@@ -99,6 +101,6 @@ long GetScanProbeTimeSerRequest::getEnd()const
|
||||
void GetScanProbeTimeSerRequest::setEnd(long end)
|
||||
{
|
||||
end_ = end;
|
||||
setCoreParameter("End", std::to_string(end));
|
||||
setParameter("End", std::to_string(end));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetSendCommandByMacProgressRequest;
|
||||
|
||||
GetSendCommandByMacProgressRequest::GetSendCommandByMacProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetSendCommandByMacProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetSendCommandByMacProgressRequest::~GetSendCommandByMacProgressRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetSendCommandByMacProgressRequest::getAccessKeyId()const
|
||||
void GetSendCommandByMacProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetSidsAndGids4BidRequest;
|
||||
|
||||
GetSidsAndGids4BidRequest::GetSidsAndGids4BidRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetSidsAndGids4Bid")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetSidsAndGids4BidRequest::~GetSidsAndGids4BidRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetSidsAndGids4BidRequest::getAccessKeyId()const
|
||||
void GetSidsAndGids4BidRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetSidsAndGids4BidRequest::getQueryId()const
|
||||
@@ -44,7 +46,7 @@ long GetSidsAndGids4BidRequest::getQueryId()const
|
||||
void GetSidsAndGids4BidRequest::setQueryId(long queryId)
|
||||
{
|
||||
queryId_ = queryId;
|
||||
setCoreParameter("QueryId", std::to_string(queryId));
|
||||
setParameter("QueryId", std::to_string(queryId));
|
||||
}
|
||||
|
||||
int GetSidsAndGids4BidRequest::getQueryType()const
|
||||
@@ -55,6 +57,6 @@ int GetSidsAndGids4BidRequest::getQueryType()const
|
||||
void GetSidsAndGids4BidRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetStaDetailedStatusRequest;
|
||||
|
||||
GetStaDetailedStatusRequest::GetStaDetailedStatusRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetStaDetailedStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetStaDetailedStatusRequest::~GetStaDetailedStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetStaDetailedStatusRequest::getAccessKeyId()const
|
||||
void GetStaDetailedStatusRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetStaDetailedStatusRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetStaDetailedStatusRequest::getId()const
|
||||
void GetStaDetailedStatusRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetStaRunHistoryTimeSerRequest;
|
||||
|
||||
GetStaRunHistoryTimeSerRequest::GetStaRunHistoryTimeSerRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetStaRunHistoryTimeSer")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetStaRunHistoryTimeSerRequest::~GetStaRunHistoryTimeSerRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetStaRunHistoryTimeSerRequest::getAccessKeyId()const
|
||||
void GetStaRunHistoryTimeSerRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetStaRunHistoryTimeSerRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetStaRunHistoryTimeSerRequest::getId()const
|
||||
void GetStaRunHistoryTimeSerRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetStaTopRequest;
|
||||
|
||||
GetStaTopRequest::GetStaTopRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetStaTop")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetStaTopRequest::~GetStaTopRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long GetStaTopRequest::getApgroupId()const
|
||||
void GetStaTopRequest::setApgroupId(long apgroupId)
|
||||
{
|
||||
apgroupId_ = apgroupId;
|
||||
setCoreParameter("ApgroupId", std::to_string(apgroupId));
|
||||
setParameter("ApgroupId", std::to_string(apgroupId));
|
||||
}
|
||||
|
||||
std::string GetStaTopRequest::getAccessKeyId()const
|
||||
@@ -44,6 +46,6 @@ std::string GetStaTopRequest::getAccessKeyId()const
|
||||
void GetStaTopRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetSubAccountPermissionRequest;
|
||||
|
||||
GetSubAccountPermissionRequest::GetSubAccountPermissionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetSubAccountPermission")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetSubAccountPermissionRequest::~GetSubAccountPermissionRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetSubAccountPermissionRequest::getAccessKeyId()const
|
||||
void GetSubAccountPermissionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetSubAccountPermissionRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetSubAccountPermissionRequest::getId()const
|
||||
void GetSubAccountPermissionRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetSubAccountStatusRequest;
|
||||
|
||||
GetSubAccountStatusRequest::GetSubAccountStatusRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetSubAccountStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetSubAccountStatusRequest::~GetSubAccountStatusRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetSubAccountStatusRequest::getAccessKeyId()const
|
||||
void GetSubAccountStatusRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetUmengPagePermission4RootRequest;
|
||||
|
||||
GetUmengPagePermission4RootRequest::GetUmengPagePermission4RootRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetUmengPagePermission4Root")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetUmengPagePermission4RootRequest::~GetUmengPagePermission4RootRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetUmengPagePermission4RootRequest::getAccessKeyId()const
|
||||
void GetUmengPagePermission4RootRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetUmengPagePermission4RootRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetUmengPagePermission4RootRequest::getId()const
|
||||
void GetUmengPagePermission4RootRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetUpgradeAPGroupProgressRequest;
|
||||
|
||||
GetUpgradeAPGroupProgressRequest::GetUpgradeAPGroupProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetUpgradeAPGroupProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetUpgradeAPGroupProgressRequest::~GetUpgradeAPGroupProgressRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetUpgradeAPGroupProgressRequest::getAccessKeyId()const
|
||||
void GetUpgradeAPGroupProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetUpgradeAPProgressRequest;
|
||||
|
||||
GetUpgradeAPProgressRequest::GetUpgradeAPProgressRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetUpgradeAPProgress")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetUpgradeAPProgressRequest::~GetUpgradeAPProgressRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetUpgradeAPProgressRequest::getAccessKeyId()const
|
||||
void GetUpgradeAPProgressRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetUpgradeImgRequest;
|
||||
|
||||
GetUpgradeImgRequest::GetUpgradeImgRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetUpgradeImg")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetUpgradeImgRequest::~GetUpgradeImgRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetUpgradeImgRequest::getAccessKeyId()const
|
||||
void GetUpgradeImgRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetUpgradeImgRequest::getId()const
|
||||
@@ -44,6 +46,6 @@ long GetUpgradeImgRequest::getId()const
|
||||
void GetUpgradeImgRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GetUserUmengPagePermissionRequest;
|
||||
|
||||
GetUserUmengPagePermissionRequest::GetUserUmengPagePermissionRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GetUserUmengPagePermission")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetUserUmengPagePermissionRequest::~GetUserUmengPagePermissionRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetUserUmengPagePermissionRequest::getAccessKeyId()const
|
||||
void GetUserUmengPagePermissionRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GetUserUmengPagePermissionRequest::getBid()const
|
||||
@@ -44,6 +46,6 @@ long GetUserUmengPagePermissionRequest::getBid()const
|
||||
void GetUserUmengPagePermissionRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GroupDetailsRequest;
|
||||
|
||||
GroupDetailsRequest::GroupDetailsRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GroupDetails")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GroupDetailsRequest::~GroupDetailsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GroupDetailsRequest::getAccessKeyId()const
|
||||
void GroupDetailsRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GroupDetailsRequest::getGsid()const
|
||||
@@ -44,6 +46,6 @@ long GroupDetailsRequest::getGsid()const
|
||||
void GroupDetailsRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
setParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GroupIntimeRequest;
|
||||
|
||||
GroupIntimeRequest::GroupIntimeRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GroupIntime")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GroupIntimeRequest::~GroupIntimeRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GroupIntimeRequest::getAccessKeyId()const
|
||||
void GroupIntimeRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GroupIntimeRequest::getGsid()const
|
||||
@@ -44,6 +46,6 @@ long GroupIntimeRequest::getGsid()const
|
||||
void GroupIntimeRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
setParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GroupOverviewRequest;
|
||||
|
||||
GroupOverviewRequest::GroupOverviewRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GroupOverview")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GroupOverviewRequest::~GroupOverviewRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GroupOverviewRequest::getAccessKeyId()const
|
||||
void GroupOverviewRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GroupOverviewRequest::getGsid()const
|
||||
@@ -44,6 +46,6 @@ long GroupOverviewRequest::getGsid()const
|
||||
void GroupOverviewRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
setParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::GroupTrendRequest;
|
||||
|
||||
GroupTrendRequest::GroupTrendRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "GroupTrend")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GroupTrendRequest::~GroupTrendRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GroupTrendRequest::getAccessKeyId()const
|
||||
void GroupTrendRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long GroupTrendRequest::getGsid()const
|
||||
@@ -44,6 +46,6 @@ long GroupTrendRequest::getGsid()const
|
||||
void GroupTrendRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
setParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::HeadquartersOverviewRequest;
|
||||
|
||||
HeadquartersOverviewRequest::HeadquartersOverviewRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "HeadquartersOverview")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
HeadquartersOverviewRequest::~HeadquartersOverviewRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string HeadquartersOverviewRequest::getAccessKeyId()const
|
||||
void HeadquartersOverviewRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long HeadquartersOverviewRequest::getBid()const
|
||||
@@ -44,6 +46,6 @@ long HeadquartersOverviewRequest::getBid()const
|
||||
void HeadquartersOverviewRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::HeadquartersRankingRequest;
|
||||
|
||||
HeadquartersRankingRequest::HeadquartersRankingRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "HeadquartersRanking")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
HeadquartersRankingRequest::~HeadquartersRankingRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string HeadquartersRankingRequest::getAccessKeyId()const
|
||||
void HeadquartersRankingRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long HeadquartersRankingRequest::getBid()const
|
||||
@@ -44,6 +46,6 @@ long HeadquartersRankingRequest::getBid()const
|
||||
void HeadquartersRankingRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::HeadquartersToolsCoincideRequest;
|
||||
|
||||
HeadquartersToolsCoincideRequest::HeadquartersToolsCoincideRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "HeadquartersToolsCoincide")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
HeadquartersToolsCoincideRequest::~HeadquartersToolsCoincideRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string HeadquartersToolsCoincideRequest::getAccessKeyId()const
|
||||
void HeadquartersToolsCoincideRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long HeadquartersToolsCoincideRequest::getBid()const
|
||||
@@ -44,6 +46,6 @@ long HeadquartersToolsCoincideRequest::getBid()const
|
||||
void HeadquartersToolsCoincideRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Cloudwf::Model::HeadquartersToolsContrastRequest;
|
||||
|
||||
HeadquartersToolsContrastRequest::HeadquartersToolsContrastRequest() :
|
||||
RpcServiceRequest("cloudwf", "2017-03-28", "HeadquartersToolsContrast")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
HeadquartersToolsContrastRequest::~HeadquartersToolsContrastRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string HeadquartersToolsContrastRequest::getAccessKeyId()const
|
||||
void HeadquartersToolsContrastRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long HeadquartersToolsContrastRequest::getBid()const
|
||||
@@ -44,6 +46,6 @@ long HeadquartersToolsContrastRequest::getBid()const
|
||||
void HeadquartersToolsContrastRequest::setBid(long bid)
|
||||
{
|
||||
bid_ = bid;
|
||||
setCoreParameter("Bid", std::to_string(bid));
|
||||
setParameter("Bid", std::to_string(bid));
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user