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

@@ -36,17 +36,6 @@ void GetAppInfosRequest::setResourceOwnerId(long resourceOwnerId)
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
}
std::string GetAppInfosRequest::getAppIds()const
{
return appIds_;
}
void GetAppInfosRequest::setAppIds(const std::string& appIds)
{
appIds_ = appIds;
setCoreParameter("AppIds", appIds);
}
std::string GetAppInfosRequest::getResourceOwnerAccount()const
{
return resourceOwnerAccount_;
@@ -91,3 +80,14 @@ void GetAppInfosRequest::setAccessKeyId(const std::string& accessKeyId)
setCoreParameter("AccessKeyId", accessKeyId);
}
std::string GetAppInfosRequest::getAppIds()const
{
return appIds_;
}
void GetAppInfosRequest::setAppIds(const std::string& appIds)
{
appIds_ = appIds;
setCoreParameter("AppIds", appIds);
}