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 DeleteCenRouteMapRequest::setResourceOwnerId(long resourceOwnerId)
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
}
std::string DeleteCenRouteMapRequest::getResourceOwnerAccount()const
{
return resourceOwnerAccount_;
}
void DeleteCenRouteMapRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
{
resourceOwnerAccount_ = resourceOwnerAccount;
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
std::string DeleteCenRouteMapRequest::getCenId()const
{
return cenId_;
@@ -58,6 +47,17 @@ void DeleteCenRouteMapRequest::setCenId(const std::string& cenId)
setCoreParameter("CenId", cenId);
}
std::string DeleteCenRouteMapRequest::getResourceOwnerAccount()const
{
return resourceOwnerAccount_;
}
void DeleteCenRouteMapRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
{
resourceOwnerAccount_ = resourceOwnerAccount;
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
std::string DeleteCenRouteMapRequest::getOwnerAccount()const
{
return ownerAccount_;
@@ -69,17 +69,6 @@ void DeleteCenRouteMapRequest::setOwnerAccount(const std::string& ownerAccount)
setCoreParameter("OwnerAccount", ownerAccount);
}
std::string DeleteCenRouteMapRequest::getCenRegionId()const
{
return cenRegionId_;
}
void DeleteCenRouteMapRequest::setCenRegionId(const std::string& cenRegionId)
{
cenRegionId_ = cenRegionId;
setCoreParameter("CenRegionId", cenRegionId);
}
std::string DeleteCenRouteMapRequest::getRouteMapId()const
{
return routeMapId_;
@@ -102,3 +91,14 @@ void DeleteCenRouteMapRequest::setOwnerId(long ownerId)
setCoreParameter("OwnerId", std::to_string(ownerId));
}
std::string DeleteCenRouteMapRequest::getCenRegionId()const
{
return cenRegionId_;
}
void DeleteCenRouteMapRequest::setCenRegionId(const std::string& cenRegionId)
{
cenRegionId_ = cenRegionId;
setCoreParameter("CenRegionId", cenRegionId);
}