regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Jarvis_public::Model::DescribeAttackEventRequest;
|
||||
|
||||
DescribeAttackEventRequest::DescribeAttackEventRequest() :
|
||||
RpcServiceRequest("jarvis-public", "2018-06-21", "DescribeAttackEvent")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeAttackEventRequest::~DescribeAttackEventRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeAttackEventRequest::getStartTime()const
|
||||
void DescribeAttackEventRequest::setStartTime(int startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", std::to_string(startTime));
|
||||
setParameter("StartTime", std::to_string(startTime));
|
||||
}
|
||||
|
||||
std::string DescribeAttackEventRequest::getProductType()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeAttackEventRequest::getProductType()const
|
||||
void DescribeAttackEventRequest::setProductType(const std::string& productType)
|
||||
{
|
||||
productType_ = productType;
|
||||
setCoreParameter("ProductType", productType);
|
||||
setParameter("ProductType", productType);
|
||||
}
|
||||
|
||||
std::string DescribeAttackEventRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeAttackEventRequest::getSourceIp()const
|
||||
void DescribeAttackEventRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeAttackEventRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeAttackEventRequest::getPageSize()const
|
||||
void DescribeAttackEventRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAttackEventRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeAttackEventRequest::getLang()const
|
||||
void DescribeAttackEventRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeAttackEventRequest::getServerIpList()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeAttackEventRequest::getServerIpList()const
|
||||
void DescribeAttackEventRequest::setServerIpList(const std::string& serverIpList)
|
||||
{
|
||||
serverIpList_ = serverIpList;
|
||||
setCoreParameter("ServerIpList", serverIpList);
|
||||
setParameter("ServerIpList", serverIpList);
|
||||
}
|
||||
|
||||
int DescribeAttackEventRequest::getEndTime()const
|
||||
@@ -99,7 +101,7 @@ int DescribeAttackEventRequest::getEndTime()const
|
||||
void DescribeAttackEventRequest::setEndTime(int endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", std::to_string(endTime));
|
||||
setParameter("EndTime", std::to_string(endTime));
|
||||
}
|
||||
|
||||
int DescribeAttackEventRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribeAttackEventRequest::getCurrentPage()const
|
||||
void DescribeAttackEventRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeAttackEventRequest::getRegion()const
|
||||
@@ -121,6 +123,6 @@ std::string DescribeAttackEventRequest::getRegion()const
|
||||
void DescribeAttackEventRequest::setRegion(const std::string& region)
|
||||
{
|
||||
region_ = region;
|
||||
setCoreParameter("Region", region);
|
||||
setParameter("Region", region);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Jarvis_public::Model::DescribeAttackedIpRequest;
|
||||
|
||||
DescribeAttackedIpRequest::DescribeAttackedIpRequest() :
|
||||
RpcServiceRequest("jarvis-public", "2018-06-21", "DescribeAttackedIp")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeAttackedIpRequest::~DescribeAttackedIpRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeAttackedIpRequest::getStartTime()const
|
||||
void DescribeAttackedIpRequest::setStartTime(int startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", std::to_string(startTime));
|
||||
setParameter("StartTime", std::to_string(startTime));
|
||||
}
|
||||
|
||||
std::string DescribeAttackedIpRequest::getProductType()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeAttackedIpRequest::getProductType()const
|
||||
void DescribeAttackedIpRequest::setProductType(const std::string& productType)
|
||||
{
|
||||
productType_ = productType;
|
||||
setCoreParameter("ProductType", productType);
|
||||
setParameter("ProductType", productType);
|
||||
}
|
||||
|
||||
std::string DescribeAttackedIpRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeAttackedIpRequest::getSourceIp()const
|
||||
void DescribeAttackedIpRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeAttackedIpRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeAttackedIpRequest::getPageSize()const
|
||||
void DescribeAttackedIpRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAttackedIpRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeAttackedIpRequest::getLang()const
|
||||
void DescribeAttackedIpRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeAttackedIpRequest::getServerIpList()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeAttackedIpRequest::getServerIpList()const
|
||||
void DescribeAttackedIpRequest::setServerIpList(const std::string& serverIpList)
|
||||
{
|
||||
serverIpList_ = serverIpList;
|
||||
setCoreParameter("ServerIpList", serverIpList);
|
||||
setParameter("ServerIpList", serverIpList);
|
||||
}
|
||||
|
||||
int DescribeAttackedIpRequest::getEndTime()const
|
||||
@@ -99,7 +101,7 @@ int DescribeAttackedIpRequest::getEndTime()const
|
||||
void DescribeAttackedIpRequest::setEndTime(int endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", std::to_string(endTime));
|
||||
setParameter("EndTime", std::to_string(endTime));
|
||||
}
|
||||
|
||||
int DescribeAttackedIpRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribeAttackedIpRequest::getCurrentPage()const
|
||||
void DescribeAttackedIpRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeAttackedIpRequest::getRegion()const
|
||||
@@ -121,6 +123,6 @@ std::string DescribeAttackedIpRequest::getRegion()const
|
||||
void DescribeAttackedIpRequest::setRegion(const std::string& region)
|
||||
{
|
||||
region_ = region;
|
||||
setCoreParameter("Region", region);
|
||||
setParameter("Region", region);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Jarvis_public::Model::DescribeCountAttackEventRequest;
|
||||
|
||||
DescribeCountAttackEventRequest::DescribeCountAttackEventRequest() :
|
||||
RpcServiceRequest("jarvis-public", "2018-06-21", "DescribeCountAttackEvent")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeCountAttackEventRequest::~DescribeCountAttackEventRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeCountAttackEventRequest::getStartTime()const
|
||||
void DescribeCountAttackEventRequest::setStartTime(int startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", std::to_string(startTime));
|
||||
setParameter("StartTime", std::to_string(startTime));
|
||||
}
|
||||
|
||||
std::string DescribeCountAttackEventRequest::getProductType()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeCountAttackEventRequest::getProductType()const
|
||||
void DescribeCountAttackEventRequest::setProductType(const std::string& productType)
|
||||
{
|
||||
productType_ = productType;
|
||||
setCoreParameter("ProductType", productType);
|
||||
setParameter("ProductType", productType);
|
||||
}
|
||||
|
||||
std::string DescribeCountAttackEventRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeCountAttackEventRequest::getSourceIp()const
|
||||
void DescribeCountAttackEventRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeCountAttackEventRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeCountAttackEventRequest::getPageSize()const
|
||||
void DescribeCountAttackEventRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeCountAttackEventRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeCountAttackEventRequest::getLang()const
|
||||
void DescribeCountAttackEventRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeCountAttackEventRequest::getServerIpList()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeCountAttackEventRequest::getServerIpList()const
|
||||
void DescribeCountAttackEventRequest::setServerIpList(const std::string& serverIpList)
|
||||
{
|
||||
serverIpList_ = serverIpList;
|
||||
setCoreParameter("ServerIpList", serverIpList);
|
||||
setParameter("ServerIpList", serverIpList);
|
||||
}
|
||||
|
||||
int DescribeCountAttackEventRequest::getEndTime()const
|
||||
@@ -99,7 +101,7 @@ int DescribeCountAttackEventRequest::getEndTime()const
|
||||
void DescribeCountAttackEventRequest::setEndTime(int endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", std::to_string(endTime));
|
||||
setParameter("EndTime", std::to_string(endTime));
|
||||
}
|
||||
|
||||
int DescribeCountAttackEventRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribeCountAttackEventRequest::getCurrentPage()const
|
||||
void DescribeCountAttackEventRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeCountAttackEventRequest::getRegion()const
|
||||
@@ -121,6 +123,6 @@ std::string DescribeCountAttackEventRequest::getRegion()const
|
||||
void DescribeCountAttackEventRequest::setRegion(const std::string& region)
|
||||
{
|
||||
region_ = region;
|
||||
setCoreParameter("Region", region);
|
||||
setParameter("Region", region);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Jarvis_public::Model::DescribePhoneInfoRequest;
|
||||
|
||||
DescribePhoneInfoRequest::DescribePhoneInfoRequest() :
|
||||
RpcServiceRequest("jarvis-public", "2018-06-21", "DescribePhoneInfo")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribePhoneInfoRequest::~DescribePhoneInfoRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribePhoneInfoRequest::getPhoneNum()const
|
||||
void DescribePhoneInfoRequest::setPhoneNum(const std::string& phoneNum)
|
||||
{
|
||||
phoneNum_ = phoneNum;
|
||||
setCoreParameter("PhoneNum", phoneNum);
|
||||
setParameter("PhoneNum", phoneNum);
|
||||
}
|
||||
|
||||
std::string DescribePhoneInfoRequest::getSourceCode()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribePhoneInfoRequest::getSourceCode()const
|
||||
void DescribePhoneInfoRequest::setSourceCode(const std::string& sourceCode)
|
||||
{
|
||||
sourceCode_ = sourceCode;
|
||||
setCoreParameter("SourceCode", sourceCode);
|
||||
setParameter("SourceCode", sourceCode);
|
||||
}
|
||||
|
||||
std::string DescribePhoneInfoRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribePhoneInfoRequest::getSourceIp()const
|
||||
void DescribePhoneInfoRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribePhoneInfoRequest::getLang()const
|
||||
@@ -66,6 +68,6 @@ std::string DescribePhoneInfoRequest::getLang()const
|
||||
void DescribePhoneInfoRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user