182 lines
4.5 KiB
C++
182 lines
4.5 KiB
C++
/*
|
|
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
#include <alibabacloud/domain/model/QueryDomainListRequest.h>
|
|
|
|
using AlibabaCloud::Domain::Model::QueryDomainListRequest;
|
|
|
|
QueryDomainListRequest::QueryDomainListRequest() :
|
|
RpcServiceRequest("domain", "2018-01-29", "QueryDomainList")
|
|
{}
|
|
|
|
QueryDomainListRequest::~QueryDomainListRequest()
|
|
{}
|
|
|
|
std::string QueryDomainListRequest::getProductDomainType()const
|
|
{
|
|
return productDomainType_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setProductDomainType(const std::string& productDomainType)
|
|
{
|
|
productDomainType_ = productDomainType;
|
|
setCoreParameter("ProductDomainType", productDomainType);
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getOrderKeyType()const
|
|
{
|
|
return orderKeyType_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setOrderKeyType(const std::string& orderKeyType)
|
|
{
|
|
orderKeyType_ = orderKeyType;
|
|
setCoreParameter("OrderKeyType", orderKeyType);
|
|
}
|
|
|
|
int QueryDomainListRequest::getPageNum()const
|
|
{
|
|
return pageNum_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setPageNum(int pageNum)
|
|
{
|
|
pageNum_ = pageNum;
|
|
setCoreParameter("PageNum", std::to_string(pageNum));
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getOrderByType()const
|
|
{
|
|
return orderByType_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setOrderByType(const std::string& orderByType)
|
|
{
|
|
orderByType_ = orderByType;
|
|
setCoreParameter("OrderByType", orderByType);
|
|
}
|
|
|
|
int QueryDomainListRequest::getPageSize()const
|
|
{
|
|
return pageSize_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setPageSize(int pageSize)
|
|
{
|
|
pageSize_ = pageSize;
|
|
setCoreParameter("PageSize", std::to_string(pageSize));
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getLang()const
|
|
{
|
|
return lang_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setLang(const std::string& lang)
|
|
{
|
|
lang_ = lang;
|
|
setCoreParameter("Lang", lang);
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getQueryType()const
|
|
{
|
|
return queryType_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setQueryType(const std::string& queryType)
|
|
{
|
|
queryType_ = queryType;
|
|
setCoreParameter("QueryType", queryType);
|
|
}
|
|
|
|
long QueryDomainListRequest::getEndExpirationDate()const
|
|
{
|
|
return endExpirationDate_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setEndExpirationDate(long endExpirationDate)
|
|
{
|
|
endExpirationDate_ = endExpirationDate;
|
|
setCoreParameter("EndExpirationDate", std::to_string(endExpirationDate));
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getDomainName()const
|
|
{
|
|
return domainName_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setDomainName(const std::string& domainName)
|
|
{
|
|
domainName_ = domainName;
|
|
setCoreParameter("DomainName", domainName);
|
|
}
|
|
|
|
long QueryDomainListRequest::getStartExpirationDate()const
|
|
{
|
|
return startExpirationDate_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setStartExpirationDate(long startExpirationDate)
|
|
{
|
|
startExpirationDate_ = startExpirationDate;
|
|
setCoreParameter("StartExpirationDate", std::to_string(startExpirationDate));
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getDomainGroupId()const
|
|
{
|
|
return domainGroupId_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setDomainGroupId(const std::string& domainGroupId)
|
|
{
|
|
domainGroupId_ = domainGroupId;
|
|
setCoreParameter("DomainGroupId", domainGroupId);
|
|
}
|
|
|
|
long QueryDomainListRequest::getEndRegistrationDate()const
|
|
{
|
|
return endRegistrationDate_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setEndRegistrationDate(long endRegistrationDate)
|
|
{
|
|
endRegistrationDate_ = endRegistrationDate;
|
|
setCoreParameter("EndRegistrationDate", std::to_string(endRegistrationDate));
|
|
}
|
|
|
|
std::string QueryDomainListRequest::getUserClientIp()const
|
|
{
|
|
return userClientIp_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setUserClientIp(const std::string& userClientIp)
|
|
{
|
|
userClientIp_ = userClientIp;
|
|
setCoreParameter("UserClientIp", userClientIp);
|
|
}
|
|
|
|
long QueryDomainListRequest::getStartRegistrationDate()const
|
|
{
|
|
return startRegistrationDate_;
|
|
}
|
|
|
|
void QueryDomainListRequest::setStartRegistrationDate(long startRegistrationDate)
|
|
{
|
|
startRegistrationDate_ = startRegistrationDate;
|
|
setCoreParameter("StartRegistrationDate", std::to_string(startRegistrationDate));
|
|
}
|
|
|