Generate SDK by new Generator
This commit is contained in:
@@ -36,17 +36,6 @@ void BusinessCreateRequest::setBusinessCity(const std::string& businessCity)
|
||||
setCoreParameter("BusinessCity", businessCity);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getCombo()const
|
||||
{
|
||||
return combo_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setCombo(const std::string& combo)
|
||||
{
|
||||
combo_ = combo;
|
||||
setCoreParameter("Combo", combo);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getWarnEmail()const
|
||||
{
|
||||
return warnEmail_;
|
||||
@@ -58,17 +47,6 @@ void BusinessCreateRequest::setWarnEmail(const std::string& warnEmail)
|
||||
setCoreParameter("WarnEmail", warnEmail);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessManager()const
|
||||
{
|
||||
return businessManager_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setBusinessManager(const std::string& businessManager)
|
||||
{
|
||||
businessManager_ = businessManager;
|
||||
setCoreParameter("BusinessManager", businessManager);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getAccessKeyId()const
|
||||
{
|
||||
return accessKeyId_;
|
||||
@@ -91,28 +69,6 @@ void BusinessCreateRequest::setBusinessType(int businessType)
|
||||
setCoreParameter("BusinessType", std::to_string(businessType));
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getWarn()const
|
||||
{
|
||||
return warn_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setWarn(int warn)
|
||||
{
|
||||
warn_ = warn;
|
||||
setCoreParameter("Warn", std::to_string(warn));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessName()const
|
||||
{
|
||||
return businessName_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setBusinessName(const std::string& businessName)
|
||||
{
|
||||
businessName_ = businessName;
|
||||
setCoreParameter("BusinessName", businessName);
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getBusinessTopType()const
|
||||
{
|
||||
return businessTopType_;
|
||||
@@ -124,17 +80,6 @@ void BusinessCreateRequest::setBusinessTopType(int businessTopType)
|
||||
setCoreParameter("BusinessTopType", std::to_string(businessTopType));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessAddress()const
|
||||
{
|
||||
return businessAddress_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setBusinessAddress(const std::string& businessAddress)
|
||||
{
|
||||
businessAddress_ = businessAddress;
|
||||
setCoreParameter("BusinessAddress", businessAddress);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessTel()const
|
||||
{
|
||||
return businessTel_;
|
||||
@@ -168,3 +113,58 @@ void BusinessCreateRequest::setBusinessSubtype(int businessSubtype)
|
||||
setCoreParameter("BusinessSubtype", std::to_string(businessSubtype));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getCombo()const
|
||||
{
|
||||
return combo_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setCombo(const std::string& combo)
|
||||
{
|
||||
combo_ = combo;
|
||||
setCoreParameter("Combo", combo);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessManager()const
|
||||
{
|
||||
return businessManager_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setBusinessManager(const std::string& businessManager)
|
||||
{
|
||||
businessManager_ = businessManager;
|
||||
setCoreParameter("BusinessManager", businessManager);
|
||||
}
|
||||
|
||||
int BusinessCreateRequest::getWarn()const
|
||||
{
|
||||
return warn_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setWarn(int warn)
|
||||
{
|
||||
warn_ = warn;
|
||||
setCoreParameter("Warn", std::to_string(warn));
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessName()const
|
||||
{
|
||||
return businessName_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setBusinessName(const std::string& businessName)
|
||||
{
|
||||
businessName_ = businessName;
|
||||
setCoreParameter("BusinessName", businessName);
|
||||
}
|
||||
|
||||
std::string BusinessCreateRequest::getBusinessAddress()const
|
||||
{
|
||||
return businessAddress_;
|
||||
}
|
||||
|
||||
void BusinessCreateRequest::setBusinessAddress(const std::string& businessAddress)
|
||||
{
|
||||
businessAddress_ = businessAddress;
|
||||
setCoreParameter("BusinessAddress", businessAddress);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user