Generate SDK by new Generator
This commit is contained in:
@@ -25,17 +25,6 @@ ShopCameraRequest::ShopCameraRequest() :
|
||||
ShopCameraRequest::~ShopCameraRequest()
|
||||
{}
|
||||
|
||||
long ShopCameraRequest::getGsid()const
|
||||
{
|
||||
return gsid_;
|
||||
}
|
||||
|
||||
void ShopCameraRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
std::string ShopCameraRequest::getAccessKeyId()const
|
||||
{
|
||||
return accessKeyId_;
|
||||
@@ -47,3 +36,14 @@ void ShopCameraRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long ShopCameraRequest::getGsid()const
|
||||
{
|
||||
return gsid_;
|
||||
}
|
||||
|
||||
void ShopCameraRequest::setGsid(long gsid)
|
||||
{
|
||||
gsid_ = gsid;
|
||||
setCoreParameter("Gsid", std::to_string(gsid));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user