regenerate code

This commit is contained in:
wb-hx510875
2020-03-26 17:27:13 +08:00
committed by Axios
parent cba94f2119
commit f0c2600a26
6249 changed files with 188711 additions and 43443 deletions

View File

@@ -20,7 +20,9 @@ using AlibabaCloud::Aegis::Model::DescribeSuspEventDetailRequest;
DescribeSuspEventDetailRequest::DescribeSuspEventDetailRequest() :
RpcServiceRequest("aegis", "2016-11-11", "DescribeSuspEventDetail")
{}
{
setMethod(HttpRequest::Method::Post);
}
DescribeSuspEventDetailRequest::~DescribeSuspEventDetailRequest()
{}
@@ -33,7 +35,7 @@ int DescribeSuspEventDetailRequest::getSuspiciousEventId()const
void DescribeSuspEventDetailRequest::setSuspiciousEventId(int suspiciousEventId)
{
suspiciousEventId_ = suspiciousEventId;
setCoreParameter("SuspiciousEventId", std::to_string(suspiciousEventId));
setParameter("SuspiciousEventId", std::to_string(suspiciousEventId));
}
std::string DescribeSuspEventDetailRequest::getSourceIp()const
@@ -44,7 +46,7 @@ std::string DescribeSuspEventDetailRequest::getSourceIp()const
void DescribeSuspEventDetailRequest::setSourceIp(const std::string& sourceIp)
{
sourceIp_ = sourceIp;
setCoreParameter("SourceIp", sourceIp);
setParameter("SourceIp", sourceIp);
}
std::string DescribeSuspEventDetailRequest::getFrom()const
@@ -55,7 +57,7 @@ std::string DescribeSuspEventDetailRequest::getFrom()const
void DescribeSuspEventDetailRequest::setFrom(const std::string& from)
{
from_ = from;
setCoreParameter("From", from);
setParameter("From", from);
}
std::string DescribeSuspEventDetailRequest::getLang()const
@@ -66,6 +68,6 @@ std::string DescribeSuspEventDetailRequest::getLang()const
void DescribeSuspEventDetailRequest::setLang(const std::string& lang)
{
lang_ = lang;
setCoreParameter("Lang", lang);
setParameter("Lang", lang);
}