Generate SDK by new Generator

This commit is contained in:
wb-hx510875
2019-09-18 11:18:56 +08:00
parent be86048a76
commit f3eaf1d292
9054 changed files with 325898 additions and 381375 deletions

View File

@@ -25,17 +25,6 @@ DescribeConfigsRequest::DescribeConfigsRequest() :
DescribeConfigsRequest::~DescribeConfigsRequest()
{}
std::string DescribeConfigsRequest::getSourceIp()const
{
return sourceIp_;
}
void DescribeConfigsRequest::setSourceIp(const std::string& sourceIp)
{
sourceIp_ = sourceIp;
setCoreParameter("SourceIp", sourceIp);
}
int DescribeConfigsRequest::getFeatureType()const
{
return featureType_;
@@ -47,6 +36,17 @@ void DescribeConfigsRequest::setFeatureType(int featureType)
setCoreParameter("FeatureType", std::to_string(featureType));
}
std::string DescribeConfigsRequest::getSourceIp()const
{
return sourceIp_;
}
void DescribeConfigsRequest::setSourceIp(const std::string& sourceIp)
{
sourceIp_ = sourceIp;
setCoreParameter("SourceIp", sourceIp);
}
std::string DescribeConfigsRequest::getLang()const
{
return lang_;