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 @@ ModifyFullTableScanRequest::ModifyFullTableScanRequest() :
ModifyFullTableScanRequest::~ModifyFullTableScanRequest()
{}
std::string ModifyFullTableScanRequest::getDbName()const
{
return dbName_;
}
void ModifyFullTableScanRequest::setDbName(const std::string& dbName)
{
dbName_ = dbName;
setCoreParameter("DbName", dbName);
}
std::string ModifyFullTableScanRequest::getTableNames()const
{
return tableNames_;
@@ -58,17 +47,6 @@ void ModifyFullTableScanRequest::setDrdsInstanceId(const std::string& drdsInstan
setCoreParameter("DrdsInstanceId", drdsInstanceId);
}
bool ModifyFullTableScanRequest::getFullTableScan()const
{
return fullTableScan_;
}
void ModifyFullTableScanRequest::setFullTableScan(bool fullTableScan)
{
fullTableScan_ = fullTableScan;
setCoreParameter("FullTableScan", fullTableScan ? "true" : "false");
}
std::string ModifyFullTableScanRequest::getAccessKeyId()const
{
return accessKeyId_;
@@ -80,3 +58,25 @@ void ModifyFullTableScanRequest::setAccessKeyId(const std::string& accessKeyId)
setCoreParameter("AccessKeyId", accessKeyId);
}
std::string ModifyFullTableScanRequest::getDbName()const
{
return dbName_;
}
void ModifyFullTableScanRequest::setDbName(const std::string& dbName)
{
dbName_ = dbName;
setCoreParameter("DbName", dbName);
}
bool ModifyFullTableScanRequest::getFullTableScan()const
{
return fullTableScan_;
}
void ModifyFullTableScanRequest::setFullTableScan(bool fullTableScan)
{
fullTableScan_ = fullTableScan;
setCoreParameter("FullTableScan", fullTableScan ? "true" : "false");
}