regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::BandOfferOrderRequest;
|
||||
|
||||
BandOfferOrderRequest::BandOfferOrderRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "BandOfferOrder")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BandOfferOrderRequest::~BandOfferOrderRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long BandOfferOrderRequest::getResourceOwnerId()const
|
||||
void BandOfferOrderRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string BandOfferOrderRequest::getResourceOwnerAccount()const
|
||||
@@ -44,7 +46,7 @@ std::string BandOfferOrderRequest::getResourceOwnerAccount()const
|
||||
void BandOfferOrderRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long BandOfferOrderRequest::getOwnerId()const
|
||||
@@ -55,7 +57,7 @@ long BandOfferOrderRequest::getOwnerId()const
|
||||
void BandOfferOrderRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string BandOfferOrderRequest::getAccessKeyId()const
|
||||
@@ -66,7 +68,7 @@ std::string BandOfferOrderRequest::getAccessKeyId()const
|
||||
void BandOfferOrderRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string BandOfferOrderRequest::getBandId()const
|
||||
@@ -77,7 +79,7 @@ std::string BandOfferOrderRequest::getBandId()const
|
||||
void BandOfferOrderRequest::setBandId(const std::string& bandId)
|
||||
{
|
||||
bandId_ = bandId;
|
||||
setCoreParameter("BandId", bandId);
|
||||
setParameter("BandId", bandId);
|
||||
}
|
||||
|
||||
std::string BandOfferOrderRequest::getOfferId()const
|
||||
@@ -88,6 +90,6 @@ std::string BandOfferOrderRequest::getOfferId()const
|
||||
void BandOfferOrderRequest::setOfferId(const std::string& offerId)
|
||||
{
|
||||
offerId_ = offerId;
|
||||
setCoreParameter("OfferId", offerId);
|
||||
setParameter("OfferId", offerId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::BandPrecheckRequest;
|
||||
|
||||
BandPrecheckRequest::BandPrecheckRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "BandPrecheck")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BandPrecheckRequest::~BandPrecheckRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BandPrecheckRequest::getIpAddress()const
|
||||
void BandPrecheckRequest::setIpAddress(const std::string& ipAddress)
|
||||
{
|
||||
ipAddress_ = ipAddress;
|
||||
setCoreParameter("IpAddress", ipAddress);
|
||||
setParameter("IpAddress", ipAddress);
|
||||
}
|
||||
|
||||
long BandPrecheckRequest::getResourceOwnerId()const
|
||||
@@ -44,7 +46,7 @@ long BandPrecheckRequest::getResourceOwnerId()const
|
||||
void BandPrecheckRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string BandPrecheckRequest::getResourceOwnerAccount()const
|
||||
@@ -55,7 +57,7 @@ std::string BandPrecheckRequest::getResourceOwnerAccount()const
|
||||
void BandPrecheckRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long BandPrecheckRequest::getOwnerId()const
|
||||
@@ -66,7 +68,7 @@ long BandPrecheckRequest::getOwnerId()const
|
||||
void BandPrecheckRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string BandPrecheckRequest::getAccessKeyId()const
|
||||
@@ -77,7 +79,7 @@ std::string BandPrecheckRequest::getAccessKeyId()const
|
||||
void BandPrecheckRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
int BandPrecheckRequest::getPort()const
|
||||
@@ -88,6 +90,6 @@ int BandPrecheckRequest::getPort()const
|
||||
void BandPrecheckRequest::setPort(int port)
|
||||
{
|
||||
port_ = port;
|
||||
setCoreParameter("Port", std::to_string(port));
|
||||
setParameter("Port", std::to_string(port));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::BandStartSpeedUpRequest;
|
||||
|
||||
BandStartSpeedUpRequest::BandStartSpeedUpRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "BandStartSpeedUp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BandStartSpeedUpRequest::~BandStartSpeedUpRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BandStartSpeedUpRequest::getIpAddress()const
|
||||
void BandStartSpeedUpRequest::setIpAddress(const std::string& ipAddress)
|
||||
{
|
||||
ipAddress_ = ipAddress;
|
||||
setCoreParameter("IpAddress", ipAddress);
|
||||
setParameter("IpAddress", ipAddress);
|
||||
}
|
||||
|
||||
long BandStartSpeedUpRequest::getResourceOwnerId()const
|
||||
@@ -44,7 +46,7 @@ long BandStartSpeedUpRequest::getResourceOwnerId()const
|
||||
void BandStartSpeedUpRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string BandStartSpeedUpRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string BandStartSpeedUpRequest::getAccessKeyId()const
|
||||
void BandStartSpeedUpRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long BandStartSpeedUpRequest::getBandId()const
|
||||
@@ -66,7 +68,7 @@ long BandStartSpeedUpRequest::getBandId()const
|
||||
void BandStartSpeedUpRequest::setBandId(long bandId)
|
||||
{
|
||||
bandId_ = bandId;
|
||||
setCoreParameter("BandId", std::to_string(bandId));
|
||||
setParameter("BandId", std::to_string(bandId));
|
||||
}
|
||||
|
||||
long BandStartSpeedUpRequest::getTargetBandwidth()const
|
||||
@@ -77,7 +79,7 @@ long BandStartSpeedUpRequest::getTargetBandwidth()const
|
||||
void BandStartSpeedUpRequest::setTargetBandwidth(long targetBandwidth)
|
||||
{
|
||||
targetBandwidth_ = targetBandwidth;
|
||||
setCoreParameter("TargetBandwidth", std::to_string(targetBandwidth));
|
||||
setParameter("TargetBandwidth", std::to_string(targetBandwidth));
|
||||
}
|
||||
|
||||
std::string BandStartSpeedUpRequest::getDirection()const
|
||||
@@ -88,7 +90,7 @@ std::string BandStartSpeedUpRequest::getDirection()const
|
||||
void BandStartSpeedUpRequest::setDirection(const std::string& direction)
|
||||
{
|
||||
direction_ = direction;
|
||||
setCoreParameter("Direction", direction);
|
||||
setParameter("Direction", direction);
|
||||
}
|
||||
|
||||
std::string BandStartSpeedUpRequest::getResourceOwnerAccount()const
|
||||
@@ -99,7 +101,7 @@ std::string BandStartSpeedUpRequest::getResourceOwnerAccount()const
|
||||
void BandStartSpeedUpRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long BandStartSpeedUpRequest::getOwnerId()const
|
||||
@@ -110,7 +112,7 @@ long BandStartSpeedUpRequest::getOwnerId()const
|
||||
void BandStartSpeedUpRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string BandStartSpeedUpRequest::getBandScene()const
|
||||
@@ -121,7 +123,7 @@ std::string BandStartSpeedUpRequest::getBandScene()const
|
||||
void BandStartSpeedUpRequest::setBandScene(const std::string& bandScene)
|
||||
{
|
||||
bandScene_ = bandScene;
|
||||
setCoreParameter("BandScene", bandScene);
|
||||
setParameter("BandScene", bandScene);
|
||||
}
|
||||
|
||||
int BandStartSpeedUpRequest::getPort()const
|
||||
@@ -132,6 +134,6 @@ int BandStartSpeedUpRequest::getPort()const
|
||||
void BandStartSpeedUpRequest::setPort(int port)
|
||||
{
|
||||
port_ = port;
|
||||
setCoreParameter("Port", std::to_string(port));
|
||||
setParameter("Port", std::to_string(port));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::BandStatusQueryRequest;
|
||||
|
||||
BandStatusQueryRequest::BandStatusQueryRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "BandStatusQuery")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BandStatusQueryRequest::~BandStatusQueryRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long BandStatusQueryRequest::getResourceOwnerId()const
|
||||
void BandStatusQueryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string BandStatusQueryRequest::getResourceOwnerAccount()const
|
||||
@@ -44,7 +46,7 @@ std::string BandStatusQueryRequest::getResourceOwnerAccount()const
|
||||
void BandStatusQueryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long BandStatusQueryRequest::getOwnerId()const
|
||||
@@ -55,7 +57,7 @@ long BandStatusQueryRequest::getOwnerId()const
|
||||
void BandStatusQueryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string BandStatusQueryRequest::getAccessKeyId()const
|
||||
@@ -66,7 +68,7 @@ std::string BandStatusQueryRequest::getAccessKeyId()const
|
||||
void BandStatusQueryRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long BandStatusQueryRequest::getBandId()const
|
||||
@@ -77,6 +79,6 @@ long BandStatusQueryRequest::getBandId()const
|
||||
void BandStatusQueryRequest::setBandId(long bandId)
|
||||
{
|
||||
bandId_ = bandId;
|
||||
setCoreParameter("BandId", std::to_string(bandId));
|
||||
setParameter("BandId", std::to_string(bandId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::BandStopSpeedUpRequest;
|
||||
|
||||
BandStopSpeedUpRequest::BandStopSpeedUpRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "BandStopSpeedUp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
BandStopSpeedUpRequest::~BandStopSpeedUpRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string BandStopSpeedUpRequest::getIpAddress()const
|
||||
void BandStopSpeedUpRequest::setIpAddress(const std::string& ipAddress)
|
||||
{
|
||||
ipAddress_ = ipAddress;
|
||||
setCoreParameter("IpAddress", ipAddress);
|
||||
setParameter("IpAddress", ipAddress);
|
||||
}
|
||||
|
||||
long BandStopSpeedUpRequest::getResourceOwnerId()const
|
||||
@@ -44,7 +46,7 @@ long BandStopSpeedUpRequest::getResourceOwnerId()const
|
||||
void BandStopSpeedUpRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string BandStopSpeedUpRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string BandStopSpeedUpRequest::getAccessKeyId()const
|
||||
void BandStopSpeedUpRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
long BandStopSpeedUpRequest::getBandId()const
|
||||
@@ -66,7 +68,7 @@ long BandStopSpeedUpRequest::getBandId()const
|
||||
void BandStopSpeedUpRequest::setBandId(long bandId)
|
||||
{
|
||||
bandId_ = bandId;
|
||||
setCoreParameter("BandId", std::to_string(bandId));
|
||||
setParameter("BandId", std::to_string(bandId));
|
||||
}
|
||||
|
||||
std::string BandStopSpeedUpRequest::getDirection()const
|
||||
@@ -77,7 +79,7 @@ std::string BandStopSpeedUpRequest::getDirection()const
|
||||
void BandStopSpeedUpRequest::setDirection(const std::string& direction)
|
||||
{
|
||||
direction_ = direction;
|
||||
setCoreParameter("Direction", direction);
|
||||
setParameter("Direction", direction);
|
||||
}
|
||||
|
||||
std::string BandStopSpeedUpRequest::getResourceOwnerAccount()const
|
||||
@@ -88,7 +90,7 @@ std::string BandStopSpeedUpRequest::getResourceOwnerAccount()const
|
||||
void BandStopSpeedUpRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long BandStopSpeedUpRequest::getOwnerId()const
|
||||
@@ -99,7 +101,7 @@ long BandStopSpeedUpRequest::getOwnerId()const
|
||||
void BandStopSpeedUpRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
int BandStopSpeedUpRequest::getPort()const
|
||||
@@ -110,6 +112,6 @@ int BandStopSpeedUpRequest::getPort()const
|
||||
void BandStopSpeedUpRequest::setPort(int port)
|
||||
{
|
||||
port_ = port;
|
||||
setCoreParameter("Port", std::to_string(port));
|
||||
setParameter("Port", std::to_string(port));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::MobileStartSpeedUpRequest;
|
||||
|
||||
MobileStartSpeedUpRequest::MobileStartSpeedUpRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "MobileStartSpeedUp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
MobileStartSpeedUpRequest::~MobileStartSpeedUpRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long MobileStartSpeedUpRequest::getResourceOwnerId()const
|
||||
void MobileStartSpeedUpRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getPublicIp()const
|
||||
@@ -44,7 +46,7 @@ std::string MobileStartSpeedUpRequest::getPublicIp()const
|
||||
void MobileStartSpeedUpRequest::setPublicIp(const std::string& publicIp)
|
||||
{
|
||||
publicIp_ = publicIp;
|
||||
setCoreParameter("PublicIp", publicIp);
|
||||
setParameter("PublicIp", publicIp);
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getAccessKeyId()const
|
||||
@@ -55,7 +57,7 @@ std::string MobileStartSpeedUpRequest::getAccessKeyId()const
|
||||
void MobileStartSpeedUpRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getDuration()const
|
||||
@@ -66,7 +68,7 @@ std::string MobileStartSpeedUpRequest::getDuration()const
|
||||
void MobileStartSpeedUpRequest::setDuration(const std::string& duration)
|
||||
{
|
||||
duration_ = duration;
|
||||
setCoreParameter("Duration", duration);
|
||||
setParameter("Duration", duration);
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getResourceOwnerAccount()const
|
||||
@@ -77,7 +79,7 @@ std::string MobileStartSpeedUpRequest::getResourceOwnerAccount()const
|
||||
void MobileStartSpeedUpRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getIp()const
|
||||
@@ -88,7 +90,7 @@ std::string MobileStartSpeedUpRequest::getIp()const
|
||||
void MobileStartSpeedUpRequest::setIp(const std::string& ip)
|
||||
{
|
||||
ip_ = ip;
|
||||
setCoreParameter("Ip", ip);
|
||||
setParameter("Ip", ip);
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getDestinationIpAddress()const
|
||||
@@ -99,7 +101,7 @@ std::string MobileStartSpeedUpRequest::getDestinationIpAddress()const
|
||||
void MobileStartSpeedUpRequest::setDestinationIpAddress(const std::string& destinationIpAddress)
|
||||
{
|
||||
destinationIpAddress_ = destinationIpAddress;
|
||||
setCoreParameter("DestinationIpAddress", destinationIpAddress);
|
||||
setParameter("DestinationIpAddress", destinationIpAddress);
|
||||
}
|
||||
|
||||
long MobileStartSpeedUpRequest::getOwnerId()const
|
||||
@@ -110,7 +112,7 @@ long MobileStartSpeedUpRequest::getOwnerId()const
|
||||
void MobileStartSpeedUpRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getToken()const
|
||||
@@ -121,7 +123,7 @@ std::string MobileStartSpeedUpRequest::getToken()const
|
||||
void MobileStartSpeedUpRequest::setToken(const std::string& token)
|
||||
{
|
||||
token_ = token;
|
||||
setCoreParameter("Token", token);
|
||||
setParameter("Token", token);
|
||||
}
|
||||
|
||||
std::string MobileStartSpeedUpRequest::getPublicPort()const
|
||||
@@ -132,6 +134,6 @@ std::string MobileStartSpeedUpRequest::getPublicPort()const
|
||||
void MobileStartSpeedUpRequest::setPublicPort(const std::string& publicPort)
|
||||
{
|
||||
publicPort_ = publicPort;
|
||||
setCoreParameter("PublicPort", publicPort);
|
||||
setParameter("PublicPort", publicPort);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::MobileStatusQueryRequest;
|
||||
|
||||
MobileStatusQueryRequest::MobileStatusQueryRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "MobileStatusQuery")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
MobileStatusQueryRequest::~MobileStatusQueryRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long MobileStatusQueryRequest::getResourceOwnerId()const
|
||||
void MobileStatusQueryRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string MobileStatusQueryRequest::getResourceOwnerAccount()const
|
||||
@@ -44,7 +46,7 @@ std::string MobileStatusQueryRequest::getResourceOwnerAccount()const
|
||||
void MobileStatusQueryRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long MobileStatusQueryRequest::getOwnerId()const
|
||||
@@ -55,7 +57,7 @@ long MobileStatusQueryRequest::getOwnerId()const
|
||||
void MobileStatusQueryRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string MobileStatusQueryRequest::getAccessKeyId()const
|
||||
@@ -66,7 +68,7 @@ std::string MobileStatusQueryRequest::getAccessKeyId()const
|
||||
void MobileStatusQueryRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string MobileStatusQueryRequest::getCorrelationId()const
|
||||
@@ -77,6 +79,6 @@ std::string MobileStatusQueryRequest::getCorrelationId()const
|
||||
void MobileStatusQueryRequest::setCorrelationId(const std::string& correlationId)
|
||||
{
|
||||
correlationId_ = correlationId;
|
||||
setCoreParameter("CorrelationId", correlationId);
|
||||
setParameter("CorrelationId", correlationId);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Snsuapi::Model::MobileStopSpeedUpRequest;
|
||||
|
||||
MobileStopSpeedUpRequest::MobileStopSpeedUpRequest() :
|
||||
RpcServiceRequest("snsuapi", "2018-07-09", "MobileStopSpeedUp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
MobileStopSpeedUpRequest::~MobileStopSpeedUpRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long MobileStopSpeedUpRequest::getResourceOwnerId()const
|
||||
void MobileStopSpeedUpRequest::setResourceOwnerId(long resourceOwnerId)
|
||||
{
|
||||
resourceOwnerId_ = resourceOwnerId;
|
||||
setCoreParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
setParameter("ResourceOwnerId", std::to_string(resourceOwnerId));
|
||||
}
|
||||
|
||||
std::string MobileStopSpeedUpRequest::getResourceOwnerAccount()const
|
||||
@@ -44,7 +46,7 @@ std::string MobileStopSpeedUpRequest::getResourceOwnerAccount()const
|
||||
void MobileStopSpeedUpRequest::setResourceOwnerAccount(const std::string& resourceOwnerAccount)
|
||||
{
|
||||
resourceOwnerAccount_ = resourceOwnerAccount;
|
||||
setCoreParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
setParameter("ResourceOwnerAccount", resourceOwnerAccount);
|
||||
}
|
||||
|
||||
long MobileStopSpeedUpRequest::getOwnerId()const
|
||||
@@ -55,7 +57,7 @@ long MobileStopSpeedUpRequest::getOwnerId()const
|
||||
void MobileStopSpeedUpRequest::setOwnerId(long ownerId)
|
||||
{
|
||||
ownerId_ = ownerId;
|
||||
setCoreParameter("OwnerId", std::to_string(ownerId));
|
||||
setParameter("OwnerId", std::to_string(ownerId));
|
||||
}
|
||||
|
||||
std::string MobileStopSpeedUpRequest::getAccessKeyId()const
|
||||
@@ -66,7 +68,7 @@ std::string MobileStopSpeedUpRequest::getAccessKeyId()const
|
||||
void MobileStopSpeedUpRequest::setAccessKeyId(const std::string& accessKeyId)
|
||||
{
|
||||
accessKeyId_ = accessKeyId;
|
||||
setCoreParameter("AccessKeyId", accessKeyId);
|
||||
setParameter("AccessKeyId", accessKeyId);
|
||||
}
|
||||
|
||||
std::string MobileStopSpeedUpRequest::getCorrelationId()const
|
||||
@@ -77,6 +79,6 @@ std::string MobileStopSpeedUpRequest::getCorrelationId()const
|
||||
void MobileStopSpeedUpRequest::setCorrelationId(const std::string& correlationId)
|
||||
{
|
||||
correlationId_ = correlationId;
|
||||
setCoreParameter("CorrelationId", correlationId);
|
||||
setParameter("CorrelationId", correlationId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user