regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::AddIdentityCertifiedForBidUserRequest;
|
||||
|
||||
AddIdentityCertifiedForBidUserRequest::AddIdentityCertifiedForBidUserRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "AddIdentityCertifiedForBidUser")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AddIdentityCertifiedForBidUserRequest::~AddIdentityCertifiedForBidUserRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AddIdentityCertifiedForBidUserRequest::getBidType()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setBidType(const std::string& bidType)
|
||||
{
|
||||
bidType_ = bidType;
|
||||
setCoreParameter("BidType", bidType);
|
||||
setParameter("BidType", bidType);
|
||||
}
|
||||
|
||||
std::string AddIdentityCertifiedForBidUserRequest::getLicenseNumber()const
|
||||
@@ -44,7 +46,7 @@ std::string AddIdentityCertifiedForBidUserRequest::getLicenseNumber()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setLicenseNumber(const std::string& licenseNumber)
|
||||
{
|
||||
licenseNumber_ = licenseNumber;
|
||||
setCoreParameter("LicenseNumber", licenseNumber);
|
||||
setParameter("LicenseNumber", licenseNumber);
|
||||
}
|
||||
|
||||
std::string AddIdentityCertifiedForBidUserRequest::getLicenseType()const
|
||||
@@ -55,7 +57,7 @@ std::string AddIdentityCertifiedForBidUserRequest::getLicenseType()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setLicenseType(const std::string& licenseType)
|
||||
{
|
||||
licenseType_ = licenseType;
|
||||
setCoreParameter("LicenseType", licenseType);
|
||||
setParameter("LicenseType", licenseType);
|
||||
}
|
||||
|
||||
std::string AddIdentityCertifiedForBidUserRequest::getPhone()const
|
||||
@@ -66,7 +68,7 @@ std::string AddIdentityCertifiedForBidUserRequest::getPhone()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setPhone(const std::string& phone)
|
||||
{
|
||||
phone_ = phone;
|
||||
setCoreParameter("Phone", phone);
|
||||
setParameter("Phone", phone);
|
||||
}
|
||||
|
||||
std::string AddIdentityCertifiedForBidUserRequest::getName()const
|
||||
@@ -77,7 +79,7 @@ std::string AddIdentityCertifiedForBidUserRequest::getName()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
std::string AddIdentityCertifiedForBidUserRequest::getPK()const
|
||||
@@ -88,7 +90,7 @@ std::string AddIdentityCertifiedForBidUserRequest::getPK()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
bool AddIdentityCertifiedForBidUserRequest::getIsEnterprise()const
|
||||
@@ -99,6 +101,6 @@ bool AddIdentityCertifiedForBidUserRequest::getIsEnterprise()const
|
||||
void AddIdentityCertifiedForBidUserRequest::setIsEnterprise(bool isEnterprise)
|
||||
{
|
||||
isEnterprise_ = isEnterprise;
|
||||
setCoreParameter("IsEnterprise", isEnterprise ? "true" : "false");
|
||||
setParameter("IsEnterprise", isEnterprise ? "true" : "false");
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::AddLabelForBidRequest;
|
||||
|
||||
AddLabelForBidRequest::AddLabelForBidRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "AddLabelForBid")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AddLabelForBidRequest::~AddLabelForBidRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AddLabelForBidRequest::getLabelSeries()const
|
||||
void AddLabelForBidRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
std::string AddLabelForBidRequest::getEndTime()const
|
||||
@@ -44,7 +46,7 @@ std::string AddLabelForBidRequest::getEndTime()const
|
||||
void AddLabelForBidRequest::setEndTime(const std::string& endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", endTime);
|
||||
setParameter("EndTime", endTime);
|
||||
}
|
||||
|
||||
std::string AddLabelForBidRequest::getPK()const
|
||||
@@ -55,7 +57,7 @@ std::string AddLabelForBidRequest::getPK()const
|
||||
void AddLabelForBidRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
std::string AddLabelForBidRequest::getLabel()const
|
||||
@@ -66,6 +68,6 @@ std::string AddLabelForBidRequest::getLabel()const
|
||||
void AddLabelForBidRequest::setLabel(const std::string& label)
|
||||
{
|
||||
label_ = label;
|
||||
setCoreParameter("Label", label);
|
||||
setParameter("Label", label);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::AddLabelRequest;
|
||||
|
||||
AddLabelRequest::AddLabelRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "AddLabel")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
AddLabelRequest::~AddLabelRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string AddLabelRequest::getLabelSeries()const
|
||||
void AddLabelRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
std::string AddLabelRequest::getOrganization()const
|
||||
@@ -44,7 +46,7 @@ std::string AddLabelRequest::getOrganization()const
|
||||
void AddLabelRequest::setOrganization(const std::string& organization)
|
||||
{
|
||||
organization_ = organization;
|
||||
setCoreParameter("Organization", organization);
|
||||
setParameter("Organization", organization);
|
||||
}
|
||||
|
||||
std::string AddLabelRequest::getEndTime()const
|
||||
@@ -55,7 +57,7 @@ std::string AddLabelRequest::getEndTime()const
|
||||
void AddLabelRequest::setEndTime(const std::string& endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", endTime);
|
||||
setParameter("EndTime", endTime);
|
||||
}
|
||||
|
||||
std::string AddLabelRequest::getPK()const
|
||||
@@ -66,7 +68,7 @@ std::string AddLabelRequest::getPK()const
|
||||
void AddLabelRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
std::string AddLabelRequest::getLabelName()const
|
||||
@@ -77,7 +79,7 @@ std::string AddLabelRequest::getLabelName()const
|
||||
void AddLabelRequest::setLabelName(const std::string& labelName)
|
||||
{
|
||||
labelName_ = labelName;
|
||||
setCoreParameter("LabelName", labelName);
|
||||
setParameter("LabelName", labelName);
|
||||
}
|
||||
|
||||
std::string AddLabelRequest::getUserName()const
|
||||
@@ -88,6 +90,6 @@ std::string AddLabelRequest::getUserName()const
|
||||
void AddLabelRequest::setUserName(const std::string& userName)
|
||||
{
|
||||
userName_ = userName;
|
||||
setCoreParameter("UserName", userName);
|
||||
setParameter("UserName", userName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::BatchGetAliyunIdByAliyunPkRequest;
|
||||
|
||||
BatchGetAliyunIdByAliyunPkRequest::BatchGetAliyunIdByAliyunPkRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "BatchGetAliyunIdByAliyunPk")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BatchGetAliyunIdByAliyunPkRequest::~BatchGetAliyunIdByAliyunPkRequest()
|
||||
{}
|
||||
@@ -33,7 +35,8 @@ std::vector<std::string> BatchGetAliyunIdByAliyunPkRequest::getPkList()const
|
||||
void BatchGetAliyunIdByAliyunPkRequest::setPkList(const std::vector<std::string>& pkList)
|
||||
{
|
||||
pkList_ = pkList;
|
||||
for(int i = 0; i!= pkList.size(); i++)
|
||||
setCoreParameter("PkList."+ std::to_string(i), pkList.at(i));
|
||||
for(int dep1 = 0; dep1!= pkList.size(); dep1++) {
|
||||
setParameter("PkList."+ std::to_string(dep1), pkList.at(dep1));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::CheckLabelForBidRequest;
|
||||
|
||||
CheckLabelForBidRequest::CheckLabelForBidRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "CheckLabelForBid")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CheckLabelForBidRequest::~CheckLabelForBidRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CheckLabelForBidRequest::getLabelSeries()const
|
||||
void CheckLabelForBidRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
std::string CheckLabelForBidRequest::getPK()const
|
||||
@@ -44,7 +46,7 @@ std::string CheckLabelForBidRequest::getPK()const
|
||||
void CheckLabelForBidRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
std::string CheckLabelForBidRequest::getLabel()const
|
||||
@@ -55,6 +57,6 @@ std::string CheckLabelForBidRequest::getLabel()const
|
||||
void CheckLabelForBidRequest::setLabel(const std::string& label)
|
||||
{
|
||||
label_ = label;
|
||||
setCoreParameter("Label", label);
|
||||
setParameter("Label", label);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::CheckLabelRequest;
|
||||
|
||||
CheckLabelRequest::CheckLabelRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "CheckLabel")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CheckLabelRequest::~CheckLabelRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CheckLabelRequest::getLabelSeries()const
|
||||
void CheckLabelRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
std::string CheckLabelRequest::getPK()const
|
||||
@@ -44,7 +46,7 @@ std::string CheckLabelRequest::getPK()const
|
||||
void CheckLabelRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
std::string CheckLabelRequest::getLabelName()const
|
||||
@@ -55,6 +57,6 @@ std::string CheckLabelRequest::getLabelName()const
|
||||
void CheckLabelRequest::setLabelName(const std::string& labelName)
|
||||
{
|
||||
labelName_ = labelName;
|
||||
setCoreParameter("LabelName", labelName);
|
||||
setParameter("LabelName", labelName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::DeleteLabelForBidRequest;
|
||||
|
||||
DeleteLabelForBidRequest::DeleteLabelForBidRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "DeleteLabelForBid")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteLabelForBidRequest::~DeleteLabelForBidRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeleteLabelForBidRequest::getLabelSeries()const
|
||||
void DeleteLabelForBidRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
std::string DeleteLabelForBidRequest::getPK()const
|
||||
@@ -44,7 +46,7 @@ std::string DeleteLabelForBidRequest::getPK()const
|
||||
void DeleteLabelForBidRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
std::string DeleteLabelForBidRequest::getLabel()const
|
||||
@@ -55,6 +57,6 @@ std::string DeleteLabelForBidRequest::getLabel()const
|
||||
void DeleteLabelForBidRequest::setLabel(const std::string& label)
|
||||
{
|
||||
label_ = label;
|
||||
setCoreParameter("Label", label);
|
||||
setParameter("Label", label);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::DeleteLabelRequest;
|
||||
|
||||
DeleteLabelRequest::DeleteLabelRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "DeleteLabel")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteLabelRequest::~DeleteLabelRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DeleteLabelRequest::getLabelSeries()const
|
||||
void DeleteLabelRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
std::string DeleteLabelRequest::getOrganization()const
|
||||
@@ -44,7 +46,7 @@ std::string DeleteLabelRequest::getOrganization()const
|
||||
void DeleteLabelRequest::setOrganization(const std::string& organization)
|
||||
{
|
||||
organization_ = organization;
|
||||
setCoreParameter("Organization", organization);
|
||||
setParameter("Organization", organization);
|
||||
}
|
||||
|
||||
std::string DeleteLabelRequest::getPK()const
|
||||
@@ -55,7 +57,7 @@ std::string DeleteLabelRequest::getPK()const
|
||||
void DeleteLabelRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
std::string DeleteLabelRequest::getLabelName()const
|
||||
@@ -66,7 +68,7 @@ std::string DeleteLabelRequest::getLabelName()const
|
||||
void DeleteLabelRequest::setLabelName(const std::string& labelName)
|
||||
{
|
||||
labelName_ = labelName;
|
||||
setCoreParameter("LabelName", labelName);
|
||||
setParameter("LabelName", labelName);
|
||||
}
|
||||
|
||||
std::string DeleteLabelRequest::getUserName()const
|
||||
@@ -77,6 +79,6 @@ std::string DeleteLabelRequest::getUserName()const
|
||||
void DeleteLabelRequest::setUserName(const std::string& userName)
|
||||
{
|
||||
userName_ = userName;
|
||||
setCoreParameter("UserName", userName);
|
||||
setParameter("UserName", userName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::GetAliyunPkByAliyunIdRequest;
|
||||
|
||||
GetAliyunPkByAliyunIdRequest::GetAliyunPkByAliyunIdRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "GetAliyunPkByAliyunId")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetAliyunPkByAliyunIdRequest::~GetAliyunPkByAliyunIdRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string GetAliyunPkByAliyunIdRequest::getAliyunId()const
|
||||
void GetAliyunPkByAliyunIdRequest::setAliyunId(const std::string& aliyunId)
|
||||
{
|
||||
aliyunId_ = aliyunId;
|
||||
setCoreParameter("AliyunId", aliyunId);
|
||||
setParameter("AliyunId", aliyunId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::QueryBidUserCertifiedInfoRequest;
|
||||
|
||||
QueryBidUserCertifiedInfoRequest::QueryBidUserCertifiedInfoRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "QueryBidUserCertifiedInfo")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryBidUserCertifiedInfoRequest::~QueryBidUserCertifiedInfoRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string QueryBidUserCertifiedInfoRequest::getBidType()const
|
||||
void QueryBidUserCertifiedInfoRequest::setBidType(const std::string& bidType)
|
||||
{
|
||||
bidType_ = bidType;
|
||||
setCoreParameter("BidType", bidType);
|
||||
setParameter("BidType", bidType);
|
||||
}
|
||||
|
||||
std::string QueryBidUserCertifiedInfoRequest::getPK()const
|
||||
@@ -44,6 +46,6 @@ std::string QueryBidUserCertifiedInfoRequest::getPK()const
|
||||
void QueryBidUserCertifiedInfoRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::QueryCustomerLabelRequest;
|
||||
|
||||
QueryCustomerLabelRequest::QueryCustomerLabelRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "QueryCustomerLabel")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
QueryCustomerLabelRequest::~QueryCustomerLabelRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string QueryCustomerLabelRequest::getLabelSeries()const
|
||||
void QueryCustomerLabelRequest::setLabelSeries(const std::string& labelSeries)
|
||||
{
|
||||
labelSeries_ = labelSeries;
|
||||
setCoreParameter("LabelSeries", labelSeries);
|
||||
setParameter("LabelSeries", labelSeries);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Crm::Model::RemoveIdentityCertifiedForBidUserRequest;
|
||||
|
||||
RemoveIdentityCertifiedForBidUserRequest::RemoveIdentityCertifiedForBidUserRequest() :
|
||||
RpcServiceRequest("crm", "2015-04-08", "RemoveIdentityCertifiedForBidUser")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
RemoveIdentityCertifiedForBidUserRequest::~RemoveIdentityCertifiedForBidUserRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string RemoveIdentityCertifiedForBidUserRequest::getBidType()const
|
||||
void RemoveIdentityCertifiedForBidUserRequest::setBidType(const std::string& bidType)
|
||||
{
|
||||
bidType_ = bidType;
|
||||
setCoreParameter("BidType", bidType);
|
||||
setParameter("BidType", bidType);
|
||||
}
|
||||
|
||||
std::string RemoveIdentityCertifiedForBidUserRequest::getPK()const
|
||||
@@ -44,6 +46,6 @@ std::string RemoveIdentityCertifiedForBidUserRequest::getPK()const
|
||||
void RemoveIdentityCertifiedForBidUserRequest::setPK(const std::string& pK)
|
||||
{
|
||||
pK_ = pK;
|
||||
setCoreParameter("PK", pK);
|
||||
setParameter("PK", pK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user