regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::CreateConfigRequest;
|
||||
|
||||
CreateConfigRequest::CreateConfigRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "CreateConfig")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateConfigRequest::~CreateConfigRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CreateConfigRequest::getCode()const
|
||||
void CreateConfigRequest::setCode(const std::string& code)
|
||||
{
|
||||
code_ = code;
|
||||
setCoreParameter("Code", code);
|
||||
setParameter("Code", code);
|
||||
}
|
||||
|
||||
std::string CreateConfigRequest::getDescription()const
|
||||
@@ -44,7 +46,7 @@ std::string CreateConfigRequest::getDescription()const
|
||||
void CreateConfigRequest::setDescription(const std::string& description)
|
||||
{
|
||||
description_ = description;
|
||||
setCoreParameter("Description", description);
|
||||
setParameter("Description", description);
|
||||
}
|
||||
|
||||
std::string CreateConfigRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string CreateConfigRequest::getSourceIp()const
|
||||
void CreateConfigRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string CreateConfigRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string CreateConfigRequest::getLang()const
|
||||
void CreateConfigRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string CreateConfigRequest::getValue()const
|
||||
@@ -77,7 +79,7 @@ std::string CreateConfigRequest::getValue()const
|
||||
void CreateConfigRequest::setValue(const std::string& value)
|
||||
{
|
||||
value_ = value;
|
||||
setCoreParameter("Value", value);
|
||||
setParameter("Value", value);
|
||||
}
|
||||
|
||||
int CreateConfigRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int CreateConfigRequest::getFeatureType()const
|
||||
void CreateConfigRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string CreateConfigRequest::getConfigList()const
|
||||
@@ -99,6 +101,6 @@ std::string CreateConfigRequest::getConfigList()const
|
||||
void CreateConfigRequest::setConfigList(const std::string& configList)
|
||||
{
|
||||
configList_ = configList;
|
||||
setCoreParameter("ConfigList", configList);
|
||||
setParameter("ConfigList", configList);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::CreateDataLimitRequest;
|
||||
|
||||
CreateDataLimitRequest::CreateDataLimitRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "CreateDataLimit")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateDataLimitRequest::~CreateDataLimitRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CreateDataLimitRequest::getParentId()const
|
||||
void CreateDataLimitRequest::setParentId(const std::string& parentId)
|
||||
{
|
||||
parentId_ = parentId;
|
||||
setCoreParameter("ParentId", parentId);
|
||||
setParameter("ParentId", parentId);
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getPassword()const
|
||||
@@ -44,7 +46,7 @@ std::string CreateDataLimitRequest::getPassword()const
|
||||
void CreateDataLimitRequest::setPassword(const std::string& password)
|
||||
{
|
||||
password_ = password;
|
||||
setCoreParameter("Password", password);
|
||||
setParameter("Password", password);
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string CreateDataLimitRequest::getSourceIp()const
|
||||
void CreateDataLimitRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getDataLimitList()const
|
||||
@@ -66,7 +68,7 @@ std::string CreateDataLimitRequest::getDataLimitList()const
|
||||
void CreateDataLimitRequest::setDataLimitList(const std::string& dataLimitList)
|
||||
{
|
||||
dataLimitList_ = dataLimitList;
|
||||
setCoreParameter("DataLimitList", dataLimitList);
|
||||
setParameter("DataLimitList", dataLimitList);
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string CreateDataLimitRequest::getLang()const
|
||||
void CreateDataLimitRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getServiceRegionId()const
|
||||
@@ -88,7 +90,7 @@ std::string CreateDataLimitRequest::getServiceRegionId()const
|
||||
void CreateDataLimitRequest::setServiceRegionId(const std::string& serviceRegionId)
|
||||
{
|
||||
serviceRegionId_ = serviceRegionId;
|
||||
setCoreParameter("ServiceRegionId", serviceRegionId);
|
||||
setParameter("ServiceRegionId", serviceRegionId);
|
||||
}
|
||||
|
||||
int CreateDataLimitRequest::getResourceType()const
|
||||
@@ -99,7 +101,7 @@ int CreateDataLimitRequest::getResourceType()const
|
||||
void CreateDataLimitRequest::setResourceType(int resourceType)
|
||||
{
|
||||
resourceType_ = resourceType;
|
||||
setCoreParameter("ResourceType", std::to_string(resourceType));
|
||||
setParameter("ResourceType", std::to_string(resourceType));
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getConnector()const
|
||||
@@ -110,7 +112,7 @@ std::string CreateDataLimitRequest::getConnector()const
|
||||
void CreateDataLimitRequest::setConnector(const std::string& connector)
|
||||
{
|
||||
connector_ = connector;
|
||||
setCoreParameter("Connector", connector);
|
||||
setParameter("Connector", connector);
|
||||
}
|
||||
|
||||
std::string CreateDataLimitRequest::getUserName()const
|
||||
@@ -121,6 +123,6 @@ std::string CreateDataLimitRequest::getUserName()const
|
||||
void CreateDataLimitRequest::setUserName(const std::string& userName)
|
||||
{
|
||||
userName_ = userName;
|
||||
setCoreParameter("UserName", userName);
|
||||
setParameter("UserName", userName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::CreateRuleRequest;
|
||||
|
||||
CreateRuleRequest::CreateRuleRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "CreateRule")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateRuleRequest::~CreateRuleRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long CreateRuleRequest::getRiskLevelId()const
|
||||
void CreateRuleRequest::setRiskLevelId(long riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string CreateRuleRequest::getContent()const
|
||||
@@ -44,7 +46,7 @@ std::string CreateRuleRequest::getContent()const
|
||||
void CreateRuleRequest::setContent(const std::string& content)
|
||||
{
|
||||
content_ = content;
|
||||
setCoreParameter("Content", content);
|
||||
setParameter("Content", content);
|
||||
}
|
||||
|
||||
std::string CreateRuleRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string CreateRuleRequest::getSourceIp()const
|
||||
void CreateRuleRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string CreateRuleRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string CreateRuleRequest::getLang()const
|
||||
void CreateRuleRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int CreateRuleRequest::getFeatureType()const
|
||||
@@ -77,7 +79,7 @@ int CreateRuleRequest::getFeatureType()const
|
||||
void CreateRuleRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
long CreateRuleRequest::getCustomType()const
|
||||
@@ -88,7 +90,7 @@ long CreateRuleRequest::getCustomType()const
|
||||
void CreateRuleRequest::setCustomType(long customType)
|
||||
{
|
||||
customType_ = customType;
|
||||
setCoreParameter("CustomType", std::to_string(customType));
|
||||
setParameter("CustomType", std::to_string(customType));
|
||||
}
|
||||
|
||||
std::string CreateRuleRequest::getName()const
|
||||
@@ -99,7 +101,7 @@ std::string CreateRuleRequest::getName()const
|
||||
void CreateRuleRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
int CreateRuleRequest::getCategory()const
|
||||
@@ -110,6 +112,6 @@ int CreateRuleRequest::getCategory()const
|
||||
void CreateRuleRequest::setCategory(int category)
|
||||
{
|
||||
category_ = category;
|
||||
setCoreParameter("Category", std::to_string(category));
|
||||
setParameter("Category", std::to_string(category));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::CreateUserAuthRequest;
|
||||
|
||||
CreateUserAuthRequest::CreateUserAuthRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "CreateUserAuth")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
CreateUserAuthRequest::~CreateUserAuthRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string CreateUserAuthRequest::getAccessKeySecret()const
|
||||
void CreateUserAuthRequest::setAccessKeySecret(const std::string& accessKeySecret)
|
||||
{
|
||||
accessKeySecret_ = accessKeySecret;
|
||||
setCoreParameter("AccessKeySecret", accessKeySecret);
|
||||
setParameter("AccessKeySecret", accessKeySecret);
|
||||
}
|
||||
|
||||
long CreateUserAuthRequest::getAccountId()const
|
||||
@@ -44,7 +46,7 @@ long CreateUserAuthRequest::getAccountId()const
|
||||
void CreateUserAuthRequest::setAccountId(long accountId)
|
||||
{
|
||||
accountId_ = accountId;
|
||||
setCoreParameter("AccountId", std::to_string(accountId));
|
||||
setParameter("AccountId", std::to_string(accountId));
|
||||
}
|
||||
|
||||
std::string CreateUserAuthRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string CreateUserAuthRequest::getSourceIp()const
|
||||
void CreateUserAuthRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string CreateUserAuthRequest::getAccessKey()const
|
||||
@@ -66,7 +68,7 @@ std::string CreateUserAuthRequest::getAccessKey()const
|
||||
void CreateUserAuthRequest::setAccessKey(const std::string& accessKey)
|
||||
{
|
||||
accessKey_ = accessKey;
|
||||
setCoreParameter("AccessKey", accessKey);
|
||||
setParameter("AccessKey", accessKey);
|
||||
}
|
||||
|
||||
std::string CreateUserAuthRequest::getLang()const
|
||||
@@ -77,6 +79,6 @@ std::string CreateUserAuthRequest::getLang()const
|
||||
void CreateUserAuthRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DeleteDataLimitRequest;
|
||||
|
||||
DeleteDataLimitRequest::DeleteDataLimitRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DeleteDataLimit")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteDataLimitRequest::~DeleteDataLimitRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DeleteDataLimitRequest::getFeatureType()const
|
||||
void DeleteDataLimitRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DeleteDataLimitRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DeleteDataLimitRequest::getSourceIp()const
|
||||
void DeleteDataLimitRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long DeleteDataLimitRequest::getId()const
|
||||
@@ -55,7 +57,7 @@ long DeleteDataLimitRequest::getId()const
|
||||
void DeleteDataLimitRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string DeleteDataLimitRequest::getLang()const
|
||||
@@ -66,6 +68,6 @@ std::string DeleteDataLimitRequest::getLang()const
|
||||
void DeleteDataLimitRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DeleteRuleRequest;
|
||||
|
||||
DeleteRuleRequest::DeleteRuleRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DeleteRule")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DeleteRuleRequest::~DeleteRuleRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DeleteRuleRequest::getFeatureType()const
|
||||
void DeleteRuleRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DeleteRuleRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DeleteRuleRequest::getSourceIp()const
|
||||
void DeleteRuleRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long DeleteRuleRequest::getId()const
|
||||
@@ -55,7 +57,7 @@ long DeleteRuleRequest::getId()const
|
||||
void DeleteRuleRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string DeleteRuleRequest::getLang()const
|
||||
@@ -66,6 +68,6 @@ std::string DeleteRuleRequest::getLang()const
|
||||
void DeleteRuleRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeAccountDetailRequest;
|
||||
|
||||
DescribeAccountDetailRequest::DescribeAccountDetailRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeAccountDetail")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeAccountDetailRequest::~DescribeAccountDetailRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeAccountDetailRequest::getUserId()const
|
||||
void DescribeAccountDetailRequest::setUserId(long userId)
|
||||
{
|
||||
userId_ = userId;
|
||||
setCoreParameter("UserId", std::to_string(userId));
|
||||
setParameter("UserId", std::to_string(userId));
|
||||
}
|
||||
|
||||
long DescribeAccountDetailRequest::getAccountTypeId()const
|
||||
@@ -44,7 +46,7 @@ long DescribeAccountDetailRequest::getAccountTypeId()const
|
||||
void DescribeAccountDetailRequest::setAccountTypeId(long accountTypeId)
|
||||
{
|
||||
accountTypeId_ = accountTypeId;
|
||||
setCoreParameter("AccountTypeId", std::to_string(accountTypeId));
|
||||
setParameter("AccountTypeId", std::to_string(accountTypeId));
|
||||
}
|
||||
|
||||
std::string DescribeAccountDetailRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeAccountDetailRequest::getSourceIp()const
|
||||
void DescribeAccountDetailRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeAccountDetailRequest::getLang()const
|
||||
@@ -66,6 +68,6 @@ std::string DescribeAccountDetailRequest::getLang()const
|
||||
void DescribeAccountDetailRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeAccountsRequest;
|
||||
|
||||
DescribeAccountsRequest::DescribeAccountsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeAccounts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeAccountsRequest::~DescribeAccountsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeAccountsRequest::getProductCode()const
|
||||
void DescribeAccountsRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getPackageId()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeAccountsRequest::getPackageId()const
|
||||
void DescribeAccountsRequest::setPackageId(const std::string& packageId)
|
||||
{
|
||||
packageId_ = packageId;
|
||||
setCoreParameter("PackageId", packageId);
|
||||
setParameter("PackageId", packageId);
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeAccountsRequest::getSourceIp()const
|
||||
void DescribeAccountsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeAccountsRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeAccountsRequest::getPageSize()const
|
||||
void DescribeAccountsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getTableId()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeAccountsRequest::getTableId()const
|
||||
void DescribeAccountsRequest::setTableId(const std::string& tableId)
|
||||
{
|
||||
tableId_ = tableId;
|
||||
setCoreParameter("TableId", tableId);
|
||||
setParameter("TableId", tableId);
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getLang()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeAccountsRequest::getLang()const
|
||||
void DescribeAccountsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getKey()const
|
||||
@@ -99,7 +101,7 @@ std::string DescribeAccountsRequest::getKey()const
|
||||
void DescribeAccountsRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
int DescribeAccountsRequest::getQueryType()const
|
||||
@@ -110,7 +112,7 @@ int DescribeAccountsRequest::getQueryType()const
|
||||
void DescribeAccountsRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getLoginName()const
|
||||
@@ -121,7 +123,7 @@ std::string DescribeAccountsRequest::getLoginName()const
|
||||
void DescribeAccountsRequest::setLoginName(const std::string& loginName)
|
||||
{
|
||||
loginName_ = loginName;
|
||||
setCoreParameter("LoginName", loginName);
|
||||
setParameter("LoginName", loginName);
|
||||
}
|
||||
|
||||
int DescribeAccountsRequest::getFeatureType()const
|
||||
@@ -132,7 +134,7 @@ int DescribeAccountsRequest::getFeatureType()const
|
||||
void DescribeAccountsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getColumnId()const
|
||||
@@ -143,7 +145,7 @@ std::string DescribeAccountsRequest::getColumnId()const
|
||||
void DescribeAccountsRequest::setColumnId(const std::string& columnId)
|
||||
{
|
||||
columnId_ = columnId;
|
||||
setCoreParameter("ColumnId", columnId);
|
||||
setParameter("ColumnId", columnId);
|
||||
}
|
||||
|
||||
int DescribeAccountsRequest::getCurrentPage()const
|
||||
@@ -154,7 +156,7 @@ int DescribeAccountsRequest::getCurrentPage()const
|
||||
void DescribeAccountsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeAccountsRequest::getInstanceId()const
|
||||
@@ -165,7 +167,7 @@ std::string DescribeAccountsRequest::getInstanceId()const
|
||||
void DescribeAccountsRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
long DescribeAccountsRequest::getDepartId()const
|
||||
@@ -176,7 +178,7 @@ long DescribeAccountsRequest::getDepartId()const
|
||||
void DescribeAccountsRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
int DescribeAccountsRequest::getOperationId()const
|
||||
@@ -187,6 +189,6 @@ int DescribeAccountsRequest::getOperationId()const
|
||||
void DescribeAccountsRequest::setOperationId(int operationId)
|
||||
{
|
||||
operationId_ = operationId;
|
||||
setCoreParameter("OperationId", std::to_string(operationId));
|
||||
setParameter("OperationId", std::to_string(operationId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeAuthAccountsRequest;
|
||||
|
||||
DescribeAuthAccountsRequest::DescribeAuthAccountsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeAuthAccounts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeAuthAccountsRequest::~DescribeAuthAccountsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeAuthAccountsRequest::getFeatureType()const
|
||||
void DescribeAuthAccountsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeAuthAccountsRequest::getCurrentPage()const
|
||||
@@ -44,7 +46,7 @@ int DescribeAuthAccountsRequest::getCurrentPage()const
|
||||
void DescribeAuthAccountsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeAuthAccountsRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeAuthAccountsRequest::getSourceIp()const
|
||||
void DescribeAuthAccountsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeAuthAccountsRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeAuthAccountsRequest::getPageSize()const
|
||||
void DescribeAuthAccountsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeAuthAccountsRequest::getLang()const
|
||||
@@ -77,6 +79,6 @@ std::string DescribeAuthAccountsRequest::getLang()const
|
||||
void DescribeAuthAccountsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeColumnsRequest;
|
||||
|
||||
DescribeColumnsRequest::DescribeColumnsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeColumns")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeColumnsRequest::~DescribeColumnsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeColumnsRequest::getRiskLevels()const
|
||||
void DescribeColumnsRequest::setRiskLevels(const std::string& riskLevels)
|
||||
{
|
||||
riskLevels_ = riskLevels;
|
||||
setCoreParameter("RiskLevels", riskLevels);
|
||||
setParameter("RiskLevels", riskLevels);
|
||||
}
|
||||
|
||||
std::string DescribeColumnsRequest::getQueryName()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeColumnsRequest::getQueryName()const
|
||||
void DescribeColumnsRequest::setQueryName(const std::string& queryName)
|
||||
{
|
||||
queryName_ = queryName;
|
||||
setCoreParameter("QueryName", queryName);
|
||||
setParameter("QueryName", queryName);
|
||||
}
|
||||
|
||||
std::string DescribeColumnsRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeColumnsRequest::getSourceIp()const
|
||||
void DescribeColumnsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeColumnsRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeColumnsRequest::getPageSize()const
|
||||
void DescribeColumnsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
long DescribeColumnsRequest::getTableId()const
|
||||
@@ -77,7 +79,7 @@ long DescribeColumnsRequest::getTableId()const
|
||||
void DescribeColumnsRequest::setTableId(long tableId)
|
||||
{
|
||||
tableId_ = tableId;
|
||||
setCoreParameter("TableId", std::to_string(tableId));
|
||||
setParameter("TableId", std::to_string(tableId));
|
||||
}
|
||||
|
||||
std::string DescribeColumnsRequest::getLang()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeColumnsRequest::getLang()const
|
||||
void DescribeColumnsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeColumnsRequest::getFeatureType()const
|
||||
@@ -99,7 +101,7 @@ int DescribeColumnsRequest::getFeatureType()const
|
||||
void DescribeColumnsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeColumnsRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribeColumnsRequest::getCurrentPage()const
|
||||
void DescribeColumnsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeColumnsRequest::getName()const
|
||||
@@ -121,7 +123,7 @@ std::string DescribeColumnsRequest::getName()const
|
||||
void DescribeColumnsRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long DescribeColumnsRequest::getRuleId()const
|
||||
@@ -132,6 +134,6 @@ long DescribeColumnsRequest::getRuleId()const
|
||||
void DescribeColumnsRequest::setRuleId(long ruleId)
|
||||
{
|
||||
ruleId_ = ruleId;
|
||||
setCoreParameter("RuleId", std::to_string(ruleId));
|
||||
setParameter("RuleId", std::to_string(ruleId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeConditionsRequest;
|
||||
|
||||
DescribeConditionsRequest::DescribeConditionsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeConditions")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeConditionsRequest::~DescribeConditionsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeConditionsRequest::getProductCode()const
|
||||
void DescribeConditionsRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
int DescribeConditionsRequest::getFeatureType()const
|
||||
@@ -44,7 +46,7 @@ int DescribeConditionsRequest::getFeatureType()const
|
||||
void DescribeConditionsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeConditionsRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeConditionsRequest::getSourceIp()const
|
||||
void DescribeConditionsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeConditionsRequest::getSearchType()const
|
||||
@@ -66,7 +68,7 @@ int DescribeConditionsRequest::getSearchType()const
|
||||
void DescribeConditionsRequest::setSearchType(int searchType)
|
||||
{
|
||||
searchType_ = searchType;
|
||||
setCoreParameter("SearchType", std::to_string(searchType));
|
||||
setParameter("SearchType", std::to_string(searchType));
|
||||
}
|
||||
|
||||
std::string DescribeConditionsRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeConditionsRequest::getLang()const
|
||||
void DescribeConditionsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeConditionsRequest::getQueryType()const
|
||||
@@ -88,6 +90,6 @@ int DescribeConditionsRequest::getQueryType()const
|
||||
void DescribeConditionsRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeConfigsRequest;
|
||||
|
||||
DescribeConfigsRequest::DescribeConfigsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeConfigs")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeConfigsRequest::~DescribeConfigsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeConfigsRequest::getFeatureType()const
|
||||
void DescribeConfigsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeConfigsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeConfigsRequest::getSourceIp()const
|
||||
void DescribeConfigsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeConfigsRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeConfigsRequest::getLang()const
|
||||
void DescribeConfigsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataAssetsRequest;
|
||||
|
||||
DescribeDataAssetsRequest::DescribeDataAssetsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataAssets")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataAssetsRequest::~DescribeDataAssetsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeDataAssetsRequest::getRiskLevels()const
|
||||
void DescribeDataAssetsRequest::setRiskLevels(const std::string& riskLevels)
|
||||
{
|
||||
riskLevels_ = riskLevels;
|
||||
setCoreParameter("RiskLevels", riskLevels);
|
||||
setParameter("RiskLevels", riskLevels);
|
||||
}
|
||||
|
||||
int DescribeDataAssetsRequest::getRangeId()const
|
||||
@@ -44,7 +46,7 @@ int DescribeDataAssetsRequest::getRangeId()const
|
||||
void DescribeDataAssetsRequest::setRangeId(int rangeId)
|
||||
{
|
||||
rangeId_ = rangeId;
|
||||
setCoreParameter("RangeId", std::to_string(rangeId));
|
||||
setParameter("RangeId", std::to_string(rangeId));
|
||||
}
|
||||
|
||||
std::string DescribeDataAssetsRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeDataAssetsRequest::getSourceIp()const
|
||||
void DescribeDataAssetsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDataAssetsRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeDataAssetsRequest::getPageSize()const
|
||||
void DescribeDataAssetsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDataAssetsRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeDataAssetsRequest::getLang()const
|
||||
void DescribeDataAssetsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeDataAssetsRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int DescribeDataAssetsRequest::getFeatureType()const
|
||||
void DescribeDataAssetsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDataAssetsRequest::getCurrentPage()const
|
||||
@@ -99,7 +101,7 @@ int DescribeDataAssetsRequest::getCurrentPage()const
|
||||
void DescribeDataAssetsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeDataAssetsRequest::getName()const
|
||||
@@ -110,7 +112,7 @@ std::string DescribeDataAssetsRequest::getName()const
|
||||
void DescribeDataAssetsRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long DescribeDataAssetsRequest::getRuleId()const
|
||||
@@ -121,6 +123,6 @@ long DescribeDataAssetsRequest::getRuleId()const
|
||||
void DescribeDataAssetsRequest::setRuleId(long ruleId)
|
||||
{
|
||||
ruleId_ = ruleId;
|
||||
setCoreParameter("RuleId", std::to_string(ruleId));
|
||||
setParameter("RuleId", std::to_string(ruleId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataCountsRequest;
|
||||
|
||||
DescribeDataCountsRequest::DescribeDataCountsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataCounts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataCountsRequest::~DescribeDataCountsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeDataCountsRequest::getFeatureType()const
|
||||
void DescribeDataCountsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeDataCountsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDataCountsRequest::getSourceIp()const
|
||||
void DescribeDataCountsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeDataCountsRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeDataCountsRequest::getLang()const
|
||||
void DescribeDataCountsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataHubConnectorsRequest;
|
||||
|
||||
DescribeDataHubConnectorsRequest::DescribeDataHubConnectorsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataHubConnectors")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataHubConnectorsRequest::~DescribeDataHubConnectorsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeDataHubConnectorsRequest::getTopicId()const
|
||||
void DescribeDataHubConnectorsRequest::setTopicId(long topicId)
|
||||
{
|
||||
topicId_ = topicId;
|
||||
setCoreParameter("TopicId", std::to_string(topicId));
|
||||
setParameter("TopicId", std::to_string(topicId));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubConnectorsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDataHubConnectorsRequest::getSourceIp()const
|
||||
void DescribeDataHubConnectorsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDataHubConnectorsRequest::getPageSize()const
|
||||
@@ -55,7 +57,7 @@ int DescribeDataHubConnectorsRequest::getPageSize()const
|
||||
void DescribeDataHubConnectorsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubConnectorsRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeDataHubConnectorsRequest::getLang()const
|
||||
void DescribeDataHubConnectorsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
long DescribeDataHubConnectorsRequest::getProjectId()const
|
||||
@@ -77,7 +79,7 @@ long DescribeDataHubConnectorsRequest::getProjectId()const
|
||||
void DescribeDataHubConnectorsRequest::setProjectId(long projectId)
|
||||
{
|
||||
projectId_ = projectId;
|
||||
setCoreParameter("ProjectId", std::to_string(projectId));
|
||||
setParameter("ProjectId", std::to_string(projectId));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubConnectorsRequest::getKey()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeDataHubConnectorsRequest::getKey()const
|
||||
void DescribeDataHubConnectorsRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
int DescribeDataHubConnectorsRequest::getFeatureType()const
|
||||
@@ -99,7 +101,7 @@ int DescribeDataHubConnectorsRequest::getFeatureType()const
|
||||
void DescribeDataHubConnectorsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDataHubConnectorsRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribeDataHubConnectorsRequest::getCurrentPage()const
|
||||
void DescribeDataHubConnectorsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribeDataHubConnectorsRequest::getDepartId()const
|
||||
@@ -121,6 +123,6 @@ long DescribeDataHubConnectorsRequest::getDepartId()const
|
||||
void DescribeDataHubConnectorsRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataHubProjectsRequest;
|
||||
|
||||
DescribeDataHubProjectsRequest::DescribeDataHubProjectsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataHubProjects")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataHubProjectsRequest::~DescribeDataHubProjectsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeDataHubProjectsRequest::getSourceIp()const
|
||||
void DescribeDataHubProjectsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDataHubProjectsRequest::getPageSize()const
|
||||
@@ -44,7 +46,7 @@ int DescribeDataHubProjectsRequest::getPageSize()const
|
||||
void DescribeDataHubProjectsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubProjectsRequest::getLang()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeDataHubProjectsRequest::getLang()const
|
||||
void DescribeDataHubProjectsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeDataHubProjectsRequest::getKey()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeDataHubProjectsRequest::getKey()const
|
||||
void DescribeDataHubProjectsRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
int DescribeDataHubProjectsRequest::getQueryType()const
|
||||
@@ -77,7 +79,7 @@ int DescribeDataHubProjectsRequest::getQueryType()const
|
||||
void DescribeDataHubProjectsRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
int DescribeDataHubProjectsRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int DescribeDataHubProjectsRequest::getFeatureType()const
|
||||
void DescribeDataHubProjectsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDataHubProjectsRequest::getCurrentPage()const
|
||||
@@ -99,7 +101,7 @@ int DescribeDataHubProjectsRequest::getCurrentPage()const
|
||||
void DescribeDataHubProjectsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribeDataHubProjectsRequest::getDepartId()const
|
||||
@@ -110,6 +112,6 @@ long DescribeDataHubProjectsRequest::getDepartId()const
|
||||
void DescribeDataHubProjectsRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataHubSubscriptionsRequest;
|
||||
|
||||
DescribeDataHubSubscriptionsRequest::DescribeDataHubSubscriptionsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataHubSubscriptions")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataHubSubscriptionsRequest::~DescribeDataHubSubscriptionsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeDataHubSubscriptionsRequest::getTopicId()const
|
||||
void DescribeDataHubSubscriptionsRequest::setTopicId(long topicId)
|
||||
{
|
||||
topicId_ = topicId;
|
||||
setCoreParameter("TopicId", std::to_string(topicId));
|
||||
setParameter("TopicId", std::to_string(topicId));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubSubscriptionsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDataHubSubscriptionsRequest::getSourceIp()const
|
||||
void DescribeDataHubSubscriptionsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDataHubSubscriptionsRequest::getPageSize()const
|
||||
@@ -55,7 +57,7 @@ int DescribeDataHubSubscriptionsRequest::getPageSize()const
|
||||
void DescribeDataHubSubscriptionsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubSubscriptionsRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeDataHubSubscriptionsRequest::getLang()const
|
||||
void DescribeDataHubSubscriptionsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
long DescribeDataHubSubscriptionsRequest::getProjectId()const
|
||||
@@ -77,7 +79,7 @@ long DescribeDataHubSubscriptionsRequest::getProjectId()const
|
||||
void DescribeDataHubSubscriptionsRequest::setProjectId(long projectId)
|
||||
{
|
||||
projectId_ = projectId;
|
||||
setCoreParameter("ProjectId", std::to_string(projectId));
|
||||
setParameter("ProjectId", std::to_string(projectId));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubSubscriptionsRequest::getKey()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribeDataHubSubscriptionsRequest::getKey()const
|
||||
void DescribeDataHubSubscriptionsRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
int DescribeDataHubSubscriptionsRequest::getFeatureType()const
|
||||
@@ -99,7 +101,7 @@ int DescribeDataHubSubscriptionsRequest::getFeatureType()const
|
||||
void DescribeDataHubSubscriptionsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDataHubSubscriptionsRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribeDataHubSubscriptionsRequest::getCurrentPage()const
|
||||
void DescribeDataHubSubscriptionsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribeDataHubSubscriptionsRequest::getDepartId()const
|
||||
@@ -121,6 +123,6 @@ long DescribeDataHubSubscriptionsRequest::getDepartId()const
|
||||
void DescribeDataHubSubscriptionsRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataHubTopicsRequest;
|
||||
|
||||
DescribeDataHubTopicsRequest::DescribeDataHubTopicsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataHubTopics")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataHubTopicsRequest::~DescribeDataHubTopicsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeDataHubTopicsRequest::getSourceIp()const
|
||||
void DescribeDataHubTopicsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDataHubTopicsRequest::getPageSize()const
|
||||
@@ -44,7 +46,7 @@ int DescribeDataHubTopicsRequest::getPageSize()const
|
||||
void DescribeDataHubTopicsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubTopicsRequest::getLang()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeDataHubTopicsRequest::getLang()const
|
||||
void DescribeDataHubTopicsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
long DescribeDataHubTopicsRequest::getProjectId()const
|
||||
@@ -66,7 +68,7 @@ long DescribeDataHubTopicsRequest::getProjectId()const
|
||||
void DescribeDataHubTopicsRequest::setProjectId(long projectId)
|
||||
{
|
||||
projectId_ = projectId;
|
||||
setCoreParameter("ProjectId", std::to_string(projectId));
|
||||
setParameter("ProjectId", std::to_string(projectId));
|
||||
}
|
||||
|
||||
std::string DescribeDataHubTopicsRequest::getKey()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeDataHubTopicsRequest::getKey()const
|
||||
void DescribeDataHubTopicsRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
int DescribeDataHubTopicsRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int DescribeDataHubTopicsRequest::getFeatureType()const
|
||||
void DescribeDataHubTopicsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDataHubTopicsRequest::getCurrentPage()const
|
||||
@@ -99,7 +101,7 @@ int DescribeDataHubTopicsRequest::getCurrentPage()const
|
||||
void DescribeDataHubTopicsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribeDataHubTopicsRequest::getDepartId()const
|
||||
@@ -110,6 +112,6 @@ long DescribeDataHubTopicsRequest::getDepartId()const
|
||||
void DescribeDataHubTopicsRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataLimitSetRequest;
|
||||
|
||||
DescribeDataLimitSetRequest::DescribeDataLimitSetRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataLimitSet")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataLimitSetRequest::~DescribeDataLimitSetRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeDataLimitSetRequest::getResourceType()const
|
||||
void DescribeDataLimitSetRequest::setResourceType(int resourceType)
|
||||
{
|
||||
resourceType_ = resourceType;
|
||||
setCoreParameter("ResourceType", std::to_string(resourceType));
|
||||
setParameter("ResourceType", std::to_string(resourceType));
|
||||
}
|
||||
|
||||
std::string DescribeDataLimitSetRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDataLimitSetRequest::getSourceIp()const
|
||||
void DescribeDataLimitSetRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeDataLimitSetRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeDataLimitSetRequest::getLang()const
|
||||
void DescribeDataLimitSetRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDataTotalCountRequest;
|
||||
|
||||
DescribeDataTotalCountRequest::DescribeDataTotalCountRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDataTotalCount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDataTotalCountRequest::~DescribeDataTotalCountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeDataTotalCountRequest::getProductCode()const
|
||||
void DescribeDataTotalCountRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
int DescribeDataTotalCountRequest::getFeatureType()const
|
||||
@@ -44,7 +46,7 @@ int DescribeDataTotalCountRequest::getFeatureType()const
|
||||
void DescribeDataTotalCountRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDataTotalCountRequest::getCountType()const
|
||||
@@ -55,7 +57,7 @@ int DescribeDataTotalCountRequest::getCountType()const
|
||||
void DescribeDataTotalCountRequest::setCountType(int countType)
|
||||
{
|
||||
countType_ = countType;
|
||||
setCoreParameter("CountType", std::to_string(countType));
|
||||
setParameter("CountType", std::to_string(countType));
|
||||
}
|
||||
|
||||
long DescribeDataTotalCountRequest::getInstanceId()const
|
||||
@@ -66,7 +68,7 @@ long DescribeDataTotalCountRequest::getInstanceId()const
|
||||
void DescribeDataTotalCountRequest::setInstanceId(long instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", std::to_string(instanceId));
|
||||
setParameter("InstanceId", std::to_string(instanceId));
|
||||
}
|
||||
|
||||
std::string DescribeDataTotalCountRequest::getSourceIp()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeDataTotalCountRequest::getSourceIp()const
|
||||
void DescribeDataTotalCountRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeDataTotalCountRequest::getLang()const
|
||||
@@ -88,6 +90,6 @@ std::string DescribeDataTotalCountRequest::getLang()const
|
||||
void DescribeDataTotalCountRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDepartCountsRequest;
|
||||
|
||||
DescribeDepartCountsRequest::DescribeDepartCountsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDepartCounts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDepartCountsRequest::~DescribeDepartCountsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeDepartCountsRequest::getTypeCode()const
|
||||
void DescribeDepartCountsRequest::setTypeCode(const std::string& typeCode)
|
||||
{
|
||||
typeCode_ = typeCode;
|
||||
setCoreParameter("TypeCode", typeCode);
|
||||
setParameter("TypeCode", typeCode);
|
||||
}
|
||||
|
||||
std::string DescribeDepartCountsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDepartCountsRequest::getSourceIp()const
|
||||
void DescribeDepartCountsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDepartCountsRequest::getPageSize()const
|
||||
@@ -55,7 +57,7 @@ int DescribeDepartCountsRequest::getPageSize()const
|
||||
void DescribeDepartCountsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDepartCountsRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeDepartCountsRequest::getLang()const
|
||||
void DescribeDepartCountsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeDepartCountsRequest::getFeatureType()const
|
||||
@@ -77,7 +79,7 @@ int DescribeDepartCountsRequest::getFeatureType()const
|
||||
void DescribeDepartCountsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDepartCountsRequest::getCurrentPage()const
|
||||
@@ -88,7 +90,7 @@ int DescribeDepartCountsRequest::getCurrentPage()const
|
||||
void DescribeDepartCountsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeDepartCountsRequest::getDepartName()const
|
||||
@@ -99,6 +101,6 @@ std::string DescribeDepartCountsRequest::getDepartName()const
|
||||
void DescribeDepartCountsRequest::setDepartName(const std::string& departName)
|
||||
{
|
||||
departName_ = departName;
|
||||
setCoreParameter("DepartName", departName);
|
||||
setParameter("DepartName", departName);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDepartTotalCountRequest;
|
||||
|
||||
DescribeDepartTotalCountRequest::DescribeDepartTotalCountRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDepartTotalCount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDepartTotalCountRequest::~DescribeDepartTotalCountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeDepartTotalCountRequest::getFeatureType()const
|
||||
void DescribeDepartTotalCountRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeDepartTotalCountRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDepartTotalCountRequest::getSourceIp()const
|
||||
void DescribeDepartTotalCountRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeDepartTotalCountRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeDepartTotalCountRequest::getLang()const
|
||||
void DescribeDepartTotalCountRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeDepartsRequest;
|
||||
|
||||
DescribeDepartsRequest::DescribeDepartsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeDeparts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeDepartsRequest::~DescribeDepartsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeDepartsRequest::getAccountType()const
|
||||
void DescribeDepartsRequest::setAccountType(int accountType)
|
||||
{
|
||||
accountType_ = accountType;
|
||||
setCoreParameter("AccountType", std::to_string(accountType));
|
||||
setParameter("AccountType", std::to_string(accountType));
|
||||
}
|
||||
|
||||
std::string DescribeDepartsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeDepartsRequest::getSourceIp()const
|
||||
void DescribeDepartsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeDepartsRequest::getPageSize()const
|
||||
@@ -55,7 +57,7 @@ int DescribeDepartsRequest::getPageSize()const
|
||||
void DescribeDepartsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeDepartsRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeDepartsRequest::getLang()const
|
||||
void DescribeDepartsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeDepartsRequest::getKey()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeDepartsRequest::getKey()const
|
||||
void DescribeDepartsRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
int DescribeDepartsRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int DescribeDepartsRequest::getFeatureType()const
|
||||
void DescribeDepartsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeDepartsRequest::getCurrentPage()const
|
||||
@@ -99,6 +101,6 @@ int DescribeDepartsRequest::getCurrentPage()const
|
||||
void DescribeDepartsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeEventCountsRequest;
|
||||
|
||||
DescribeEventCountsRequest::DescribeEventCountsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeEventCounts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeEventCountsRequest::~DescribeEventCountsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeEventCountsRequest::getFeatureType()const
|
||||
void DescribeEventCountsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeEventCountsRequest::getCountType()const
|
||||
@@ -44,7 +46,7 @@ int DescribeEventCountsRequest::getCountType()const
|
||||
void DescribeEventCountsRequest::setCountType(int countType)
|
||||
{
|
||||
countType_ = countType;
|
||||
setCoreParameter("CountType", std::to_string(countType));
|
||||
setParameter("CountType", std::to_string(countType));
|
||||
}
|
||||
|
||||
std::string DescribeEventCountsRequest::getTypeCode()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeEventCountsRequest::getTypeCode()const
|
||||
void DescribeEventCountsRequest::setTypeCode(const std::string& typeCode)
|
||||
{
|
||||
typeCode_ = typeCode;
|
||||
setCoreParameter("TypeCode", typeCode);
|
||||
setParameter("TypeCode", typeCode);
|
||||
}
|
||||
|
||||
std::string DescribeEventCountsRequest::getSourceIp()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeEventCountsRequest::getSourceIp()const
|
||||
void DescribeEventCountsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeEventCountsRequest::getDays()const
|
||||
@@ -77,7 +79,7 @@ int DescribeEventCountsRequest::getDays()const
|
||||
void DescribeEventCountsRequest::setDays(int days)
|
||||
{
|
||||
days_ = days;
|
||||
setCoreParameter("Days", std::to_string(days));
|
||||
setParameter("Days", std::to_string(days));
|
||||
}
|
||||
|
||||
std::string DescribeEventCountsRequest::getLang()const
|
||||
@@ -88,6 +90,6 @@ std::string DescribeEventCountsRequest::getLang()const
|
||||
void DescribeEventCountsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeEventDetailRequest;
|
||||
|
||||
DescribeEventDetailRequest::DescribeEventDetailRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeEventDetail")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeEventDetailRequest::~DescribeEventDetailRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeEventDetailRequest::getFeatureType()const
|
||||
void DescribeEventDetailRequest::setFeatureType(long featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeEventDetailRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeEventDetailRequest::getSourceIp()const
|
||||
void DescribeEventDetailRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long DescribeEventDetailRequest::getId()const
|
||||
@@ -55,7 +57,7 @@ long DescribeEventDetailRequest::getId()const
|
||||
void DescribeEventDetailRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string DescribeEventDetailRequest::getLang()const
|
||||
@@ -66,6 +68,6 @@ std::string DescribeEventDetailRequest::getLang()const
|
||||
void DescribeEventDetailRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeEventTotalCountRequest;
|
||||
|
||||
DescribeEventTotalCountRequest::DescribeEventTotalCountRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeEventTotalCount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeEventTotalCountRequest::~DescribeEventTotalCountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeEventTotalCountRequest::getFeatureType()const
|
||||
void DescribeEventTotalCountRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeEventTotalCountRequest::getCountType()const
|
||||
@@ -44,7 +46,7 @@ int DescribeEventTotalCountRequest::getCountType()const
|
||||
void DescribeEventTotalCountRequest::setCountType(int countType)
|
||||
{
|
||||
countType_ = countType;
|
||||
setCoreParameter("CountType", std::to_string(countType));
|
||||
setParameter("CountType", std::to_string(countType));
|
||||
}
|
||||
|
||||
std::string DescribeEventTotalCountRequest::getTypeCode()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeEventTotalCountRequest::getTypeCode()const
|
||||
void DescribeEventTotalCountRequest::setTypeCode(const std::string& typeCode)
|
||||
{
|
||||
typeCode_ = typeCode;
|
||||
setCoreParameter("TypeCode", typeCode);
|
||||
setParameter("TypeCode", typeCode);
|
||||
}
|
||||
|
||||
std::string DescribeEventTotalCountRequest::getSourceIp()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeEventTotalCountRequest::getSourceIp()const
|
||||
void DescribeEventTotalCountRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeEventTotalCountRequest::getLang()const
|
||||
@@ -77,6 +79,6 @@ std::string DescribeEventTotalCountRequest::getLang()const
|
||||
void DescribeEventTotalCountRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeEventTypesRequest;
|
||||
|
||||
DescribeEventTypesRequest::DescribeEventTypesRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeEventTypes")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeEventTypesRequest::~DescribeEventTypesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeEventTypesRequest::getParentTypeId()const
|
||||
void DescribeEventTypesRequest::setParentTypeId(long parentTypeId)
|
||||
{
|
||||
parentTypeId_ = parentTypeId;
|
||||
setCoreParameter("ParentTypeId", std::to_string(parentTypeId));
|
||||
setParameter("ParentTypeId", std::to_string(parentTypeId));
|
||||
}
|
||||
|
||||
std::string DescribeEventTypesRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeEventTypesRequest::getSourceIp()const
|
||||
void DescribeEventTypesRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeEventTypesRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeEventTypesRequest::getLang()const
|
||||
void DescribeEventTypesRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeEventsRequest;
|
||||
|
||||
DescribeEventsRequest::DescribeEventsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeEvents")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeEventsRequest::~DescribeEventsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeEventsRequest::getStartTime()const
|
||||
void DescribeEventsRequest::setStartTime(const std::string& startTime)
|
||||
{
|
||||
startTime_ = startTime;
|
||||
setCoreParameter("StartTime", startTime);
|
||||
setParameter("StartTime", startTime);
|
||||
}
|
||||
|
||||
long DescribeEventsRequest::getUserId()const
|
||||
@@ -44,7 +46,7 @@ long DescribeEventsRequest::getUserId()const
|
||||
void DescribeEventsRequest::setUserId(long userId)
|
||||
{
|
||||
userId_ = userId;
|
||||
setCoreParameter("UserId", std::to_string(userId));
|
||||
setParameter("UserId", std::to_string(userId));
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getTypeCode()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeEventsRequest::getTypeCode()const
|
||||
void DescribeEventsRequest::setTypeCode(const std::string& typeCode)
|
||||
{
|
||||
typeCode_ = typeCode;
|
||||
setCoreParameter("TypeCode", typeCode);
|
||||
setParameter("TypeCode", typeCode);
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getSubTypeCode()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeEventsRequest::getSubTypeCode()const
|
||||
void DescribeEventsRequest::setSubTypeCode(const std::string& subTypeCode)
|
||||
{
|
||||
subTypeCode_ = subTypeCode;
|
||||
setCoreParameter("SubTypeCode", subTypeCode);
|
||||
setParameter("SubTypeCode", subTypeCode);
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getSourceIp()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeEventsRequest::getSourceIp()const
|
||||
void DescribeEventsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeEventsRequest::getPageSize()const
|
||||
@@ -88,7 +90,7 @@ int DescribeEventsRequest::getPageSize()const
|
||||
void DescribeEventsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getLang()const
|
||||
@@ -99,7 +101,7 @@ std::string DescribeEventsRequest::getLang()const
|
||||
void DescribeEventsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getDealUserId()const
|
||||
@@ -110,7 +112,7 @@ std::string DescribeEventsRequest::getDealUserId()const
|
||||
void DescribeEventsRequest::setDealUserId(const std::string& dealUserId)
|
||||
{
|
||||
dealUserId_ = dealUserId;
|
||||
setCoreParameter("DealUserId", dealUserId);
|
||||
setParameter("DealUserId", dealUserId);
|
||||
}
|
||||
|
||||
int DescribeEventsRequest::getFeatureType()const
|
||||
@@ -121,7 +123,7 @@ int DescribeEventsRequest::getFeatureType()const
|
||||
void DescribeEventsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getEndTime()const
|
||||
@@ -132,7 +134,7 @@ std::string DescribeEventsRequest::getEndTime()const
|
||||
void DescribeEventsRequest::setEndTime(const std::string& endTime)
|
||||
{
|
||||
endTime_ = endTime;
|
||||
setCoreParameter("EndTime", endTime);
|
||||
setParameter("EndTime", endTime);
|
||||
}
|
||||
|
||||
int DescribeEventsRequest::getCurrentPage()const
|
||||
@@ -143,7 +145,7 @@ int DescribeEventsRequest::getCurrentPage()const
|
||||
void DescribeEventsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribeEventsRequest::getDepartId()const
|
||||
@@ -154,7 +156,7 @@ long DescribeEventsRequest::getDepartId()const
|
||||
void DescribeEventsRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
std::string DescribeEventsRequest::getStatus()const
|
||||
@@ -165,6 +167,6 @@ std::string DescribeEventsRequest::getStatus()const
|
||||
void DescribeEventsRequest::setStatus(const std::string& status)
|
||||
{
|
||||
status_ = status;
|
||||
setCoreParameter("Status", status);
|
||||
setParameter("Status", status);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeFlowTotalCountRequest;
|
||||
|
||||
DescribeFlowTotalCountRequest::DescribeFlowTotalCountRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeFlowTotalCount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeFlowTotalCountRequest::~DescribeFlowTotalCountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeFlowTotalCountRequest::getProductCode()const
|
||||
void DescribeFlowTotalCountRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
int DescribeFlowTotalCountRequest::getFeatureType()const
|
||||
@@ -44,7 +46,7 @@ int DescribeFlowTotalCountRequest::getFeatureType()const
|
||||
void DescribeFlowTotalCountRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeFlowTotalCountRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeFlowTotalCountRequest::getSourceIp()const
|
||||
void DescribeFlowTotalCountRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long DescribeFlowTotalCountRequest::getDepartId()const
|
||||
@@ -66,7 +68,7 @@ long DescribeFlowTotalCountRequest::getDepartId()const
|
||||
void DescribeFlowTotalCountRequest::setDepartId(long departId)
|
||||
{
|
||||
departId_ = departId;
|
||||
setCoreParameter("DepartId", std::to_string(departId));
|
||||
setParameter("DepartId", std::to_string(departId));
|
||||
}
|
||||
|
||||
std::string DescribeFlowTotalCountRequest::getLang()const
|
||||
@@ -77,6 +79,6 @@ std::string DescribeFlowTotalCountRequest::getLang()const
|
||||
void DescribeFlowTotalCountRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeInstancesRequest;
|
||||
|
||||
DescribeInstancesRequest::DescribeInstancesRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeInstances")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeInstancesRequest::~DescribeInstancesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeInstancesRequest::getProductCode()const
|
||||
void DescribeInstancesRequest::setProductCode(const std::string& productCode)
|
||||
{
|
||||
productCode_ = productCode;
|
||||
setCoreParameter("ProductCode", productCode);
|
||||
setParameter("ProductCode", productCode);
|
||||
}
|
||||
|
||||
long DescribeInstancesRequest::getProductId()const
|
||||
@@ -44,7 +46,7 @@ long DescribeInstancesRequest::getProductId()const
|
||||
void DescribeInstancesRequest::setProductId(long productId)
|
||||
{
|
||||
productId_ = productId;
|
||||
setCoreParameter("ProductId", std::to_string(productId));
|
||||
setParameter("ProductId", std::to_string(productId));
|
||||
}
|
||||
|
||||
std::string DescribeInstancesRequest::getQueryName()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeInstancesRequest::getQueryName()const
|
||||
void DescribeInstancesRequest::setQueryName(const std::string& queryName)
|
||||
{
|
||||
queryName_ = queryName;
|
||||
setCoreParameter("QueryName", queryName);
|
||||
setParameter("QueryName", queryName);
|
||||
}
|
||||
|
||||
long DescribeInstancesRequest::getRiskLevelId()const
|
||||
@@ -66,7 +68,7 @@ long DescribeInstancesRequest::getRiskLevelId()const
|
||||
void DescribeInstancesRequest::setRiskLevelId(long riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string DescribeInstancesRequest::getSourceIp()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeInstancesRequest::getSourceIp()const
|
||||
void DescribeInstancesRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeInstancesRequest::getPageSize()const
|
||||
@@ -88,7 +90,7 @@ int DescribeInstancesRequest::getPageSize()const
|
||||
void DescribeInstancesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeInstancesRequest::getLang()const
|
||||
@@ -99,7 +101,7 @@ std::string DescribeInstancesRequest::getLang()const
|
||||
void DescribeInstancesRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeInstancesRequest::getQueryType()const
|
||||
@@ -110,7 +112,7 @@ int DescribeInstancesRequest::getQueryType()const
|
||||
void DescribeInstancesRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
int DescribeInstancesRequest::getFeatureType()const
|
||||
@@ -121,7 +123,7 @@ int DescribeInstancesRequest::getFeatureType()const
|
||||
void DescribeInstancesRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeInstancesRequest::getCurrentPage()const
|
||||
@@ -132,7 +134,7 @@ int DescribeInstancesRequest::getCurrentPage()const
|
||||
void DescribeInstancesRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeInstancesRequest::getName()const
|
||||
@@ -143,7 +145,7 @@ std::string DescribeInstancesRequest::getName()const
|
||||
void DescribeInstancesRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long DescribeInstancesRequest::getRuleId()const
|
||||
@@ -154,6 +156,6 @@ long DescribeInstancesRequest::getRuleId()const
|
||||
void DescribeInstancesRequest::setRuleId(long ruleId)
|
||||
{
|
||||
ruleId_ = ruleId;
|
||||
setCoreParameter("RuleId", std::to_string(ruleId));
|
||||
setParameter("RuleId", std::to_string(ruleId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeOssObjectDetailRequest;
|
||||
|
||||
DescribeOssObjectDetailRequest::DescribeOssObjectDetailRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeOssObjectDetail")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeOssObjectDetailRequest::~DescribeOssObjectDetailRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeOssObjectDetailRequest::getFeatureType()const
|
||||
void DescribeOssObjectDetailRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeOssObjectDetailRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeOssObjectDetailRequest::getSourceIp()const
|
||||
void DescribeOssObjectDetailRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long DescribeOssObjectDetailRequest::getId()const
|
||||
@@ -55,7 +57,7 @@ long DescribeOssObjectDetailRequest::getId()const
|
||||
void DescribeOssObjectDetailRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string DescribeOssObjectDetailRequest::getLang()const
|
||||
@@ -66,6 +68,6 @@ std::string DescribeOssObjectDetailRequest::getLang()const
|
||||
void DescribeOssObjectDetailRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeOssObjectsRequest;
|
||||
|
||||
DescribeOssObjectsRequest::DescribeOssObjectsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeOssObjects")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeOssObjectsRequest::~DescribeOssObjectsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeOssObjectsRequest::getQueryName()const
|
||||
void DescribeOssObjectsRequest::setQueryName(const std::string& queryName)
|
||||
{
|
||||
queryName_ = queryName;
|
||||
setCoreParameter("QueryName", queryName);
|
||||
setParameter("QueryName", queryName);
|
||||
}
|
||||
|
||||
int DescribeOssObjectsRequest::getRiskLevelId()const
|
||||
@@ -44,7 +46,7 @@ int DescribeOssObjectsRequest::getRiskLevelId()const
|
||||
void DescribeOssObjectsRequest::setRiskLevelId(int riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string DescribeOssObjectsRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeOssObjectsRequest::getSourceIp()const
|
||||
void DescribeOssObjectsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeOssObjectsRequest::getPageSize()const
|
||||
@@ -66,7 +68,7 @@ int DescribeOssObjectsRequest::getPageSize()const
|
||||
void DescribeOssObjectsRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeOssObjectsRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeOssObjectsRequest::getLang()const
|
||||
void DescribeOssObjectsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeOssObjectsRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int DescribeOssObjectsRequest::getFeatureType()const
|
||||
void DescribeOssObjectsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeOssObjectsRequest::getCurrentPage()const
|
||||
@@ -99,7 +101,7 @@ int DescribeOssObjectsRequest::getCurrentPage()const
|
||||
void DescribeOssObjectsRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribeOssObjectsRequest::getInstanceId()const
|
||||
@@ -110,7 +112,7 @@ std::string DescribeOssObjectsRequest::getInstanceId()const
|
||||
void DescribeOssObjectsRequest::setInstanceId(const std::string& instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", instanceId);
|
||||
setParameter("InstanceId", instanceId);
|
||||
}
|
||||
|
||||
std::string DescribeOssObjectsRequest::getName()const
|
||||
@@ -121,7 +123,7 @@ std::string DescribeOssObjectsRequest::getName()const
|
||||
void DescribeOssObjectsRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long DescribeOssObjectsRequest::getRuleId()const
|
||||
@@ -132,6 +134,6 @@ long DescribeOssObjectsRequest::getRuleId()const
|
||||
void DescribeOssObjectsRequest::setRuleId(long ruleId)
|
||||
{
|
||||
ruleId_ = ruleId;
|
||||
setCoreParameter("RuleId", std::to_string(ruleId));
|
||||
setParameter("RuleId", std::to_string(ruleId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribePackagesRequest;
|
||||
|
||||
DescribePackagesRequest::DescribePackagesRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribePackages")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribePackagesRequest::~DescribePackagesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribePackagesRequest::getProductId()const
|
||||
void DescribePackagesRequest::setProductId(long productId)
|
||||
{
|
||||
productId_ = productId;
|
||||
setCoreParameter("ProductId", std::to_string(productId));
|
||||
setParameter("ProductId", std::to_string(productId));
|
||||
}
|
||||
|
||||
std::string DescribePackagesRequest::getQueryName()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribePackagesRequest::getQueryName()const
|
||||
void DescribePackagesRequest::setQueryName(const std::string& queryName)
|
||||
{
|
||||
queryName_ = queryName;
|
||||
setCoreParameter("QueryName", queryName);
|
||||
setParameter("QueryName", queryName);
|
||||
}
|
||||
|
||||
long DescribePackagesRequest::getRiskLevelId()const
|
||||
@@ -55,7 +57,7 @@ long DescribePackagesRequest::getRiskLevelId()const
|
||||
void DescribePackagesRequest::setRiskLevelId(long riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string DescribePackagesRequest::getSourceIp()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribePackagesRequest::getSourceIp()const
|
||||
void DescribePackagesRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribePackagesRequest::getPageSize()const
|
||||
@@ -77,7 +79,7 @@ int DescribePackagesRequest::getPageSize()const
|
||||
void DescribePackagesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribePackagesRequest::getLang()const
|
||||
@@ -88,7 +90,7 @@ std::string DescribePackagesRequest::getLang()const
|
||||
void DescribePackagesRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribePackagesRequest::getQueryType()const
|
||||
@@ -99,7 +101,7 @@ int DescribePackagesRequest::getQueryType()const
|
||||
void DescribePackagesRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
int DescribePackagesRequest::getFeatureType()const
|
||||
@@ -110,7 +112,7 @@ int DescribePackagesRequest::getFeatureType()const
|
||||
void DescribePackagesRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribePackagesRequest::getCurrentPage()const
|
||||
@@ -121,7 +123,7 @@ int DescribePackagesRequest::getCurrentPage()const
|
||||
void DescribePackagesRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribePackagesRequest::getInstanceId()const
|
||||
@@ -132,7 +134,7 @@ long DescribePackagesRequest::getInstanceId()const
|
||||
void DescribePackagesRequest::setInstanceId(long instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", std::to_string(instanceId));
|
||||
setParameter("InstanceId", std::to_string(instanceId));
|
||||
}
|
||||
|
||||
std::string DescribePackagesRequest::getName()const
|
||||
@@ -143,7 +145,7 @@ std::string DescribePackagesRequest::getName()const
|
||||
void DescribePackagesRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long DescribePackagesRequest::getRuleId()const
|
||||
@@ -154,6 +156,6 @@ long DescribePackagesRequest::getRuleId()const
|
||||
void DescribePackagesRequest::setRuleId(long ruleId)
|
||||
{
|
||||
ruleId_ = ruleId;
|
||||
setCoreParameter("RuleId", std::to_string(ruleId));
|
||||
setParameter("RuleId", std::to_string(ruleId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribePrivilegesRequest;
|
||||
|
||||
DescribePrivilegesRequest::DescribePrivilegesRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribePrivileges")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribePrivilegesRequest::~DescribePrivilegesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribePrivilegesRequest::getAccountId()const
|
||||
void DescribePrivilegesRequest::setAccountId(long accountId)
|
||||
{
|
||||
accountId_ = accountId;
|
||||
setCoreParameter("AccountId", std::to_string(accountId));
|
||||
setParameter("AccountId", std::to_string(accountId));
|
||||
}
|
||||
|
||||
std::string DescribePrivilegesRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribePrivilegesRequest::getSourceIp()const
|
||||
void DescribePrivilegesRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribePrivilegesRequest::getPageSize()const
|
||||
@@ -55,7 +57,7 @@ int DescribePrivilegesRequest::getPageSize()const
|
||||
void DescribePrivilegesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribePrivilegesRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribePrivilegesRequest::getLang()const
|
||||
void DescribePrivilegesRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string DescribePrivilegesRequest::getKey()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribePrivilegesRequest::getKey()const
|
||||
void DescribePrivilegesRequest::setKey(const std::string& key)
|
||||
{
|
||||
key_ = key;
|
||||
setCoreParameter("Key", key);
|
||||
setParameter("Key", key);
|
||||
}
|
||||
|
||||
long DescribePrivilegesRequest::getUseAccountId()const
|
||||
@@ -88,7 +90,7 @@ long DescribePrivilegesRequest::getUseAccountId()const
|
||||
void DescribePrivilegesRequest::setUseAccountId(long useAccountId)
|
||||
{
|
||||
useAccountId_ = useAccountId;
|
||||
setCoreParameter("UseAccountId", std::to_string(useAccountId));
|
||||
setParameter("UseAccountId", std::to_string(useAccountId));
|
||||
}
|
||||
|
||||
int DescribePrivilegesRequest::getFeatureType()const
|
||||
@@ -99,7 +101,7 @@ int DescribePrivilegesRequest::getFeatureType()const
|
||||
void DescribePrivilegesRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribePrivilegesRequest::getCurrentPage()const
|
||||
@@ -110,7 +112,7 @@ int DescribePrivilegesRequest::getCurrentPage()const
|
||||
void DescribePrivilegesRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
std::string DescribePrivilegesRequest::getDataTypeIds()const
|
||||
@@ -121,6 +123,6 @@ std::string DescribePrivilegesRequest::getDataTypeIds()const
|
||||
void DescribePrivilegesRequest::setDataTypeIds(const std::string& dataTypeIds)
|
||||
{
|
||||
dataTypeIds_ = dataTypeIds;
|
||||
setCoreParameter("DataTypeIds", dataTypeIds);
|
||||
setParameter("DataTypeIds", dataTypeIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeRuleTotalCountRequest;
|
||||
|
||||
DescribeRuleTotalCountRequest::DescribeRuleTotalCountRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeRuleTotalCount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeRuleTotalCountRequest::~DescribeRuleTotalCountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeRuleTotalCountRequest::getFeatureType()const
|
||||
void DescribeRuleTotalCountRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeRuleTotalCountRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeRuleTotalCountRequest::getSourceIp()const
|
||||
void DescribeRuleTotalCountRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeRuleTotalCountRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeRuleTotalCountRequest::getLang()const
|
||||
void DescribeRuleTotalCountRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeRulesRequest;
|
||||
|
||||
DescribeRulesRequest::DescribeRulesRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeRules")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeRulesRequest::~DescribeRulesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeRulesRequest::getRiskLevelId()const
|
||||
void DescribeRulesRequest::setRiskLevelId(long riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string DescribeRulesRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeRulesRequest::getSourceIp()const
|
||||
void DescribeRulesRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeRulesRequest::getPageSize()const
|
||||
@@ -55,7 +57,7 @@ int DescribeRulesRequest::getPageSize()const
|
||||
void DescribeRulesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeRulesRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string DescribeRulesRequest::getLang()const
|
||||
void DescribeRulesRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeRulesRequest::getCurrentPage()const
|
||||
@@ -77,7 +79,7 @@ int DescribeRulesRequest::getCurrentPage()const
|
||||
void DescribeRulesRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
int DescribeRulesRequest::getCustomType()const
|
||||
@@ -88,7 +90,7 @@ int DescribeRulesRequest::getCustomType()const
|
||||
void DescribeRulesRequest::setCustomType(int customType)
|
||||
{
|
||||
customType_ = customType;
|
||||
setCoreParameter("CustomType", std::to_string(customType));
|
||||
setParameter("CustomType", std::to_string(customType));
|
||||
}
|
||||
|
||||
std::string DescribeRulesRequest::getName()const
|
||||
@@ -99,7 +101,7 @@ std::string DescribeRulesRequest::getName()const
|
||||
void DescribeRulesRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
int DescribeRulesRequest::getCategory()const
|
||||
@@ -110,6 +112,6 @@ int DescribeRulesRequest::getCategory()const
|
||||
void DescribeRulesRequest::setCategory(int category)
|
||||
{
|
||||
category_ = category;
|
||||
setCoreParameter("Category", std::to_string(category));
|
||||
setParameter("Category", std::to_string(category));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeTablesRequest;
|
||||
|
||||
DescribeTablesRequest::DescribeTablesRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeTables")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeTablesRequest::~DescribeTablesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long DescribeTablesRequest::getProductId()const
|
||||
void DescribeTablesRequest::setProductId(long productId)
|
||||
{
|
||||
productId_ = productId;
|
||||
setCoreParameter("ProductId", std::to_string(productId));
|
||||
setParameter("ProductId", std::to_string(productId));
|
||||
}
|
||||
|
||||
long DescribeTablesRequest::getPackageId()const
|
||||
@@ -44,7 +46,7 @@ long DescribeTablesRequest::getPackageId()const
|
||||
void DescribeTablesRequest::setPackageId(long packageId)
|
||||
{
|
||||
packageId_ = packageId;
|
||||
setCoreParameter("PackageId", std::to_string(packageId));
|
||||
setParameter("PackageId", std::to_string(packageId));
|
||||
}
|
||||
|
||||
std::string DescribeTablesRequest::getQueryName()const
|
||||
@@ -55,7 +57,7 @@ std::string DescribeTablesRequest::getQueryName()const
|
||||
void DescribeTablesRequest::setQueryName(const std::string& queryName)
|
||||
{
|
||||
queryName_ = queryName;
|
||||
setCoreParameter("QueryName", queryName);
|
||||
setParameter("QueryName", queryName);
|
||||
}
|
||||
|
||||
long DescribeTablesRequest::getRiskLevelId()const
|
||||
@@ -66,7 +68,7 @@ long DescribeTablesRequest::getRiskLevelId()const
|
||||
void DescribeTablesRequest::setRiskLevelId(long riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string DescribeTablesRequest::getSourceIp()const
|
||||
@@ -77,7 +79,7 @@ std::string DescribeTablesRequest::getSourceIp()const
|
||||
void DescribeTablesRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
int DescribeTablesRequest::getPageSize()const
|
||||
@@ -88,7 +90,7 @@ int DescribeTablesRequest::getPageSize()const
|
||||
void DescribeTablesRequest::setPageSize(int pageSize)
|
||||
{
|
||||
pageSize_ = pageSize;
|
||||
setCoreParameter("PageSize", std::to_string(pageSize));
|
||||
setParameter("PageSize", std::to_string(pageSize));
|
||||
}
|
||||
|
||||
std::string DescribeTablesRequest::getLang()const
|
||||
@@ -99,7 +101,7 @@ std::string DescribeTablesRequest::getLang()const
|
||||
void DescribeTablesRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int DescribeTablesRequest::getQueryType()const
|
||||
@@ -110,7 +112,7 @@ int DescribeTablesRequest::getQueryType()const
|
||||
void DescribeTablesRequest::setQueryType(int queryType)
|
||||
{
|
||||
queryType_ = queryType;
|
||||
setCoreParameter("QueryType", std::to_string(queryType));
|
||||
setParameter("QueryType", std::to_string(queryType));
|
||||
}
|
||||
|
||||
int DescribeTablesRequest::getFeatureType()const
|
||||
@@ -121,7 +123,7 @@ int DescribeTablesRequest::getFeatureType()const
|
||||
void DescribeTablesRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int DescribeTablesRequest::getCurrentPage()const
|
||||
@@ -132,7 +134,7 @@ int DescribeTablesRequest::getCurrentPage()const
|
||||
void DescribeTablesRequest::setCurrentPage(int currentPage)
|
||||
{
|
||||
currentPage_ = currentPage;
|
||||
setCoreParameter("CurrentPage", std::to_string(currentPage));
|
||||
setParameter("CurrentPage", std::to_string(currentPage));
|
||||
}
|
||||
|
||||
long DescribeTablesRequest::getInstanceId()const
|
||||
@@ -143,7 +145,7 @@ long DescribeTablesRequest::getInstanceId()const
|
||||
void DescribeTablesRequest::setInstanceId(long instanceId)
|
||||
{
|
||||
instanceId_ = instanceId;
|
||||
setCoreParameter("InstanceId", std::to_string(instanceId));
|
||||
setParameter("InstanceId", std::to_string(instanceId));
|
||||
}
|
||||
|
||||
std::string DescribeTablesRequest::getName()const
|
||||
@@ -154,7 +156,7 @@ std::string DescribeTablesRequest::getName()const
|
||||
void DescribeTablesRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
long DescribeTablesRequest::getRuleId()const
|
||||
@@ -165,6 +167,6 @@ long DescribeTablesRequest::getRuleId()const
|
||||
void DescribeTablesRequest::setRuleId(long ruleId)
|
||||
{
|
||||
ruleId_ = ruleId;
|
||||
setCoreParameter("RuleId", std::to_string(ruleId));
|
||||
setParameter("RuleId", std::to_string(ruleId));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeTotalCountRequest;
|
||||
|
||||
DescribeTotalCountRequest::DescribeTotalCountRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeTotalCount")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeTotalCountRequest::~DescribeTotalCountRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeTotalCountRequest::getFeatureType()const
|
||||
void DescribeTotalCountRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeTotalCountRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeTotalCountRequest::getSourceIp()const
|
||||
void DescribeTotalCountRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeTotalCountRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeTotalCountRequest::getLang()const
|
||||
void DescribeTotalCountRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeTransferEventCountsRequest;
|
||||
|
||||
DescribeTransferEventCountsRequest::DescribeTransferEventCountsRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeTransferEventCounts")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeTransferEventCountsRequest::~DescribeTransferEventCountsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int DescribeTransferEventCountsRequest::getFeatureType()const
|
||||
void DescribeTransferEventCountsRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
std::string DescribeTransferEventCountsRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string DescribeTransferEventCountsRequest::getSourceIp()const
|
||||
void DescribeTransferEventCountsRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeTransferEventCountsRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string DescribeTransferEventCountsRequest::getLang()const
|
||||
void DescribeTransferEventCountsRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::DescribeUserStatusRequest;
|
||||
|
||||
DescribeUserStatusRequest::DescribeUserStatusRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "DescribeUserStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
DescribeUserStatusRequest::~DescribeUserStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string DescribeUserStatusRequest::getSourceIp()const
|
||||
void DescribeUserStatusRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string DescribeUserStatusRequest::getLang()const
|
||||
@@ -44,6 +46,6 @@ std::string DescribeUserStatusRequest::getLang()const
|
||||
void DescribeUserStatusRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::ModifyDefaultLevelRequest;
|
||||
|
||||
ModifyDefaultLevelRequest::ModifyDefaultLevelRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "ModifyDefaultLevel")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ModifyDefaultLevelRequest::~ModifyDefaultLevelRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ int ModifyDefaultLevelRequest::getFeatureType()const
|
||||
void ModifyDefaultLevelRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
long ModifyDefaultLevelRequest::getDefaultId()const
|
||||
@@ -44,7 +46,7 @@ long ModifyDefaultLevelRequest::getDefaultId()const
|
||||
void ModifyDefaultLevelRequest::setDefaultId(long defaultId)
|
||||
{
|
||||
defaultId_ = defaultId;
|
||||
setCoreParameter("DefaultId", std::to_string(defaultId));
|
||||
setParameter("DefaultId", std::to_string(defaultId));
|
||||
}
|
||||
|
||||
std::string ModifyDefaultLevelRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string ModifyDefaultLevelRequest::getSourceIp()const
|
||||
void ModifyDefaultLevelRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string ModifyDefaultLevelRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string ModifyDefaultLevelRequest::getLang()const
|
||||
void ModifyDefaultLevelRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string ModifyDefaultLevelRequest::getSensitiveIds()const
|
||||
@@ -77,6 +79,6 @@ std::string ModifyDefaultLevelRequest::getSensitiveIds()const
|
||||
void ModifyDefaultLevelRequest::setSensitiveIds(const std::string& sensitiveIds)
|
||||
{
|
||||
sensitiveIds_ = sensitiveIds;
|
||||
setCoreParameter("SensitiveIds", sensitiveIds);
|
||||
setParameter("SensitiveIds", sensitiveIds);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::ModifyEventStatusRequest;
|
||||
|
||||
ModifyEventStatusRequest::ModifyEventStatusRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "ModifyEventStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ModifyEventStatusRequest::~ModifyEventStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ bool ModifyEventStatusRequest::getBacked()const
|
||||
void ModifyEventStatusRequest::setBacked(bool backed)
|
||||
{
|
||||
backed_ = backed;
|
||||
setCoreParameter("Backed", backed ? "true" : "false");
|
||||
setParameter("Backed", backed ? "true" : "false");
|
||||
}
|
||||
|
||||
std::string ModifyEventStatusRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string ModifyEventStatusRequest::getSourceIp()const
|
||||
void ModifyEventStatusRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string ModifyEventStatusRequest::getDealReason()const
|
||||
@@ -55,7 +57,7 @@ std::string ModifyEventStatusRequest::getDealReason()const
|
||||
void ModifyEventStatusRequest::setDealReason(const std::string& dealReason)
|
||||
{
|
||||
dealReason_ = dealReason;
|
||||
setCoreParameter("DealReason", dealReason);
|
||||
setParameter("DealReason", dealReason);
|
||||
}
|
||||
|
||||
long ModifyEventStatusRequest::getId()const
|
||||
@@ -66,7 +68,7 @@ long ModifyEventStatusRequest::getId()const
|
||||
void ModifyEventStatusRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string ModifyEventStatusRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string ModifyEventStatusRequest::getLang()const
|
||||
void ModifyEventStatusRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int ModifyEventStatusRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int ModifyEventStatusRequest::getFeatureType()const
|
||||
void ModifyEventStatusRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int ModifyEventStatusRequest::getStatus()const
|
||||
@@ -99,6 +101,6 @@ int ModifyEventStatusRequest::getStatus()const
|
||||
void ModifyEventStatusRequest::setStatus(int status)
|
||||
{
|
||||
status_ = status;
|
||||
setCoreParameter("Status", std::to_string(status));
|
||||
setParameter("Status", std::to_string(status));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::ModifyEventTypeStatusRequest;
|
||||
|
||||
ModifyEventTypeStatusRequest::ModifyEventTypeStatusRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "ModifyEventTypeStatus")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ModifyEventTypeStatusRequest::~ModifyEventTypeStatusRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string ModifyEventTypeStatusRequest::getSubTypeIds()const
|
||||
void ModifyEventTypeStatusRequest::setSubTypeIds(const std::string& subTypeIds)
|
||||
{
|
||||
subTypeIds_ = subTypeIds;
|
||||
setCoreParameter("SubTypeIds", subTypeIds);
|
||||
setParameter("SubTypeIds", subTypeIds);
|
||||
}
|
||||
|
||||
std::string ModifyEventTypeStatusRequest::getSourceIp()const
|
||||
@@ -44,7 +46,7 @@ std::string ModifyEventTypeStatusRequest::getSourceIp()const
|
||||
void ModifyEventTypeStatusRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string ModifyEventTypeStatusRequest::getLang()const
|
||||
@@ -55,6 +57,6 @@ std::string ModifyEventTypeStatusRequest::getLang()const
|
||||
void ModifyEventTypeStatusRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::ModifyRuleRequest;
|
||||
|
||||
ModifyRuleRequest::ModifyRuleRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "ModifyRule")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ModifyRuleRequest::~ModifyRuleRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long ModifyRuleRequest::getRiskLevelId()const
|
||||
void ModifyRuleRequest::setRiskLevelId(long riskLevelId)
|
||||
{
|
||||
riskLevelId_ = riskLevelId;
|
||||
setCoreParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
setParameter("RiskLevelId", std::to_string(riskLevelId));
|
||||
}
|
||||
|
||||
std::string ModifyRuleRequest::getContent()const
|
||||
@@ -44,7 +46,7 @@ std::string ModifyRuleRequest::getContent()const
|
||||
void ModifyRuleRequest::setContent(const std::string& content)
|
||||
{
|
||||
content_ = content;
|
||||
setCoreParameter("Content", content);
|
||||
setParameter("Content", content);
|
||||
}
|
||||
|
||||
std::string ModifyRuleRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string ModifyRuleRequest::getSourceIp()const
|
||||
void ModifyRuleRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
long ModifyRuleRequest::getId()const
|
||||
@@ -66,7 +68,7 @@ long ModifyRuleRequest::getId()const
|
||||
void ModifyRuleRequest::setId(long id)
|
||||
{
|
||||
id_ = id;
|
||||
setCoreParameter("Id", std::to_string(id));
|
||||
setParameter("Id", std::to_string(id));
|
||||
}
|
||||
|
||||
std::string ModifyRuleRequest::getLang()const
|
||||
@@ -77,7 +79,7 @@ std::string ModifyRuleRequest::getLang()const
|
||||
void ModifyRuleRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
int ModifyRuleRequest::getFeatureType()const
|
||||
@@ -88,7 +90,7 @@ int ModifyRuleRequest::getFeatureType()const
|
||||
void ModifyRuleRequest::setFeatureType(int featureType)
|
||||
{
|
||||
featureType_ = featureType;
|
||||
setCoreParameter("FeatureType", std::to_string(featureType));
|
||||
setParameter("FeatureType", std::to_string(featureType));
|
||||
}
|
||||
|
||||
int ModifyRuleRequest::getCustomType()const
|
||||
@@ -99,7 +101,7 @@ int ModifyRuleRequest::getCustomType()const
|
||||
void ModifyRuleRequest::setCustomType(int customType)
|
||||
{
|
||||
customType_ = customType;
|
||||
setCoreParameter("CustomType", std::to_string(customType));
|
||||
setParameter("CustomType", std::to_string(customType));
|
||||
}
|
||||
|
||||
std::string ModifyRuleRequest::getName()const
|
||||
@@ -110,7 +112,7 @@ std::string ModifyRuleRequest::getName()const
|
||||
void ModifyRuleRequest::setName(const std::string& name)
|
||||
{
|
||||
name_ = name;
|
||||
setCoreParameter("Name", name);
|
||||
setParameter("Name", name);
|
||||
}
|
||||
|
||||
int ModifyRuleRequest::getCategory()const
|
||||
@@ -121,6 +123,6 @@ int ModifyRuleRequest::getCategory()const
|
||||
void ModifyRuleRequest::setCategory(int category)
|
||||
{
|
||||
category_ = category;
|
||||
setCoreParameter("Category", std::to_string(category));
|
||||
setParameter("Category", std::to_string(category));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::ModifyRuleStatusRequest;
|
||||
|
||||
ModifyRuleStatusRequest::ModifyRuleStatusRequest() :
|
||||
RpcServiceRequest("yundun-ds", "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));
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::Yundun_ds::Model::ValidateConnectorRequest;
|
||||
|
||||
ValidateConnectorRequest::ValidateConnectorRequest() :
|
||||
RpcServiceRequest("yundun-ds", "2019-01-03", "ValidateConnector")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
ValidateConnectorRequest::~ValidateConnectorRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string ValidateConnectorRequest::getParentId()const
|
||||
void ValidateConnectorRequest::setParentId(const std::string& parentId)
|
||||
{
|
||||
parentId_ = parentId;
|
||||
setCoreParameter("ParentId", parentId);
|
||||
setParameter("ParentId", parentId);
|
||||
}
|
||||
|
||||
std::string ValidateConnectorRequest::getPassword()const
|
||||
@@ -44,7 +46,7 @@ std::string ValidateConnectorRequest::getPassword()const
|
||||
void ValidateConnectorRequest::setPassword(const std::string& password)
|
||||
{
|
||||
password_ = password;
|
||||
setCoreParameter("Password", password);
|
||||
setParameter("Password", password);
|
||||
}
|
||||
|
||||
std::string ValidateConnectorRequest::getSourceIp()const
|
||||
@@ -55,7 +57,7 @@ std::string ValidateConnectorRequest::getSourceIp()const
|
||||
void ValidateConnectorRequest::setSourceIp(const std::string& sourceIp)
|
||||
{
|
||||
sourceIp_ = sourceIp;
|
||||
setCoreParameter("SourceIp", sourceIp);
|
||||
setParameter("SourceIp", sourceIp);
|
||||
}
|
||||
|
||||
std::string ValidateConnectorRequest::getLang()const
|
||||
@@ -66,7 +68,7 @@ std::string ValidateConnectorRequest::getLang()const
|
||||
void ValidateConnectorRequest::setLang(const std::string& lang)
|
||||
{
|
||||
lang_ = lang;
|
||||
setCoreParameter("Lang", lang);
|
||||
setParameter("Lang", lang);
|
||||
}
|
||||
|
||||
std::string ValidateConnectorRequest::getServiceRegionId()const
|
||||
@@ -77,7 +79,7 @@ std::string ValidateConnectorRequest::getServiceRegionId()const
|
||||
void ValidateConnectorRequest::setServiceRegionId(const std::string& serviceRegionId)
|
||||
{
|
||||
serviceRegionId_ = serviceRegionId;
|
||||
setCoreParameter("ServiceRegionId", serviceRegionId);
|
||||
setParameter("ServiceRegionId", serviceRegionId);
|
||||
}
|
||||
|
||||
int ValidateConnectorRequest::getResourceType()const
|
||||
@@ -88,7 +90,7 @@ int ValidateConnectorRequest::getResourceType()const
|
||||
void ValidateConnectorRequest::setResourceType(int resourceType)
|
||||
{
|
||||
resourceType_ = resourceType;
|
||||
setCoreParameter("ResourceType", std::to_string(resourceType));
|
||||
setParameter("ResourceType", std::to_string(resourceType));
|
||||
}
|
||||
|
||||
std::string ValidateConnectorRequest::getConnector()const
|
||||
@@ -99,7 +101,7 @@ std::string ValidateConnectorRequest::getConnector()const
|
||||
void ValidateConnectorRequest::setConnector(const std::string& connector)
|
||||
{
|
||||
connector_ = connector;
|
||||
setCoreParameter("Connector", connector);
|
||||
setParameter("Connector", connector);
|
||||
}
|
||||
|
||||
std::string ValidateConnectorRequest::getUserName()const
|
||||
@@ -110,6 +112,6 @@ std::string ValidateConnectorRequest::getUserName()const
|
||||
void ValidateConnectorRequest::setUserName(const std::string& userName)
|
||||
{
|
||||
userName_ = userName;
|
||||
setCoreParameter("UserName", userName);
|
||||
setParameter("UserName", userName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user