regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Sddp::Model::ModifyRuleStatusRequest;
|
||||
|
||||
ModifyRuleStatusRequest::ModifyRuleStatusRequest() :
|
||||
RpcServiceRequest("sddp", "2019-01-03", "ModifyRuleStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ModifyRuleStatusRequest::~ModifyRuleStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int ModifyRuleStatusRequest::getFeatureType()const
|
||||
void ModifyRuleStatusRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string ModifyRuleStatusRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string ModifyRuleStatusRequest::getSourceIp()const
|
||||
void ModifyRuleStatusRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long ModifyRuleStatusRequest::getId()const
|
||||
@@ -55,7 +57,7 @@ long ModifyRuleStatusRequest::getId()const
|
||||
void ModifyRuleStatusRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string ModifyRuleStatusRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string ModifyRuleStatusRequest::getLang()const
|
||||
void ModifyRuleStatusRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int ModifyRuleStatusRequest::getStatus()const
|
||||
@@ -77,6 +79,6 @@ int ModifyRuleStatusRequest::getStatus()const
|
||||
void ModifyRuleStatusRequest::setStatus(int status)
|
||||
{
|
||||
status_ = status;
|
||||
setCoreParameter("Status", std::to_string(status));
|
||||
setParameter("Status", std::to_string(status));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user