Generate SDK by new Generator
This commit is contained in:
@@ -25,17 +25,6 @@ OperateBatchDomainRequest::OperateBatchDomainRequest() :
|
||||
OperateBatchDomainRequest::~OperateBatchDomainRequest()
|
||||
{}
|
||||
|
||||
std::string OperateBatchDomainRequest::getUserClientIp()const
|
||||
{
|
||||
return userClientIp_;
|
||||
}
|
||||
|
||||
void OperateBatchDomainRequest::setUserClientIp(const std::string& userClientIp)
|
||||
{
|
||||
userClientIp_ = userClientIp;
|
||||
setCoreParameter("UserClientIp", userClientIp);
|
||||
}
|
||||
|
||||
std::vector<OperateBatchDomainRequest::DomainRecordInfo> OperateBatchDomainRequest::getDomainRecordInfo()const
|
||||
{
|
||||
return domainRecordInfo_;
|
||||
@@ -61,17 +50,6 @@ void OperateBatchDomainRequest::setDomainRecordInfo(const std::vector<DomainReco
|
||||
}
|
||||
}
|
||||
|
||||
std::string OperateBatchDomainRequest::getLang()const
|
||||
{
|
||||
return lang_;
|
||||
}
|
||||
|
||||
void OperateBatchDomainRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string OperateBatchDomainRequest::getType()const
|
||||
{
|
||||
return type_;
|
||||
@@ -83,3 +61,25 @@ void OperateBatchDomainRequest::setType(const std::string& type)
|
||||
setCoreParameter("Type", type);
|
||||
}
|
||||
|
||||
std::string OperateBatchDomainRequest::getUserClientIp()const
|
||||
{
|
||||
return userClientIp_;
|
||||
}
|
||||
|
||||
void OperateBatchDomainRequest::setUserClientIp(const std::string& userClientIp)
|
||||
{
|
||||
userClientIp_ = userClientIp;
|
||||
setCoreParameter("UserClientIp", userClientIp);
|
||||
}
|
||||
|
||||
std::string OperateBatchDomainRequest::getLang()const
|
||||
{
|
||||
return lang_;
|
||||
}
|
||||
|
||||
void OperateBatchDomainRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user