regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -20,7 +20,9 @@ using AlibabaCloud::Domain::Model::SaveBatchTaskForUpdatingContactInfoByRegistra
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest() :
RpcServiceRequest("domain", "2018-01-29", "SaveBatchTaskForUpdatingContactInfoByRegistrantProfileId")
{}
{
setMethod(HttpRequest::Method::Post);
}
SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::~SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest()
{}
@@ -33,7 +35,7 @@ std::string SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::get
void SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::setContactType(const std::string& contactType)
{
contactType_ = contactType;
setCoreParameter("ContactType", contactType);
setParameter("ContactType", contactType);
}
long SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getRegistrantProfileId()const
@@ -44,7 +46,7 @@ long SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getRegistr
void SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::setRegistrantProfileId(long registrantProfileId)
{
registrantProfileId_ = registrantProfileId;
setCoreParameter("RegistrantProfileId", std::to_string(registrantProfileId));
setParameter("RegistrantProfileId", std::to_string(registrantProfileId));
}
std::vector<std::string> SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getDomainName()const
@@ -55,8 +57,9 @@ std::vector<std::string> SaveBatchTaskForUpdatingContactInfoByRegistrantProfileI
void SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::setDomainName(const std::vector<std::string>& domainName)
{
domainName_ = domainName;
for(int i = 0; i!= domainName.size(); i++)
setCoreParameter("DomainName."+ std::to_string(i), domainName.at(i));
for(int dep1 = 0; dep1!= domainName.size(); dep1++) {
setParameter("DomainName."+ std::to_string(dep1), domainName.at(dep1));
}
}
bool SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getTransferOutProhibited()const
@@ -67,7 +70,7 @@ bool SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getTransfe
void SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::setTransferOutProhibited(bool transferOutProhibited)
{
transferOutProhibited_ = transferOutProhibited;
setCoreParameter("TransferOutProhibited", transferOutProhibited ? "true" : "false");
setParameter("TransferOutProhibited", transferOutProhibited ? "true" : "false");
}
std::string SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getUserClientIp()const
@@ -78,7 +81,7 @@ std::string SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::get
void SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::setUserClientIp(const std::string& userClientIp)
{
userClientIp_ = userClientIp;
setCoreParameter("UserClientIp", userClientIp);
setParameter("UserClientIp", userClientIp);
}
std::string SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::getLang()const
@@ -89,6 +92,6 @@ std::string SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::get
void SaveBatchTaskForUpdatingContactInfoByRegistrantProfileIdRequest::setLang(const std::string& lang)
{
lang_ = lang;
setCoreParameter("Lang", lang);
setParameter("Lang", lang);
}