Generate SDK by new Generator
This commit is contained in:
@@ -25,17 +25,6 @@ ModifyRuleStatusRequest::ModifyRuleStatusRequest() :
|
||||
ModifyRuleStatusRequest::~ModifyRuleStatusRequest()
|
||||
{}
|
||||
|
||||
std::string ModifyRuleStatusRequest::getSourceIp()const
|
||||
{
|
||||
return sourceIp_;
|
||||
}
|
||||
|
||||
void ModifyRuleStatusRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int ModifyRuleStatusRequest::getFeatureType()const
|
||||
{
|
||||
return featureType_;
|
||||
@@ -47,6 +36,17 @@ void ModifyRuleStatusRequest::setFeatureType(int featureType)
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string ModifyRuleStatusRequest::getSourceIp()const
|
||||
{
|
||||
return sourceIp_;
|
||||
}
|
||||
|
||||
void ModifyRuleStatusRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long ModifyRuleStatusRequest::getId()const
|
||||
{
|
||||
return id_;
|
||||
|
||||
Reference in New Issue
Block a user