| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- /*
- * 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/ScrollDomainListRequest.h>
- using AlibabaCloud::Domain::Model::ScrollDomainListRequest;
- ScrollDomainListRequest::ScrollDomainListRequest() :
- RpcServiceRequest("domain", "2018-01-29", "ScrollDomainList")
- {}
- ScrollDomainListRequest::~ScrollDomainListRequest()
- {}
- long ScrollDomainListRequest::getEndExpirationDate()const
- {
- return endExpirationDate_;
- }
- void ScrollDomainListRequest::setEndExpirationDate(long endExpirationDate)
- {
- endExpirationDate_ = endExpirationDate;
- setCoreParameter("EndExpirationDate", std::to_string(endExpirationDate));
- }
- std::string ScrollDomainListRequest::getProductDomainType()const
- {
- return productDomainType_;
- }
- void ScrollDomainListRequest::setProductDomainType(const std::string& productDomainType)
- {
- productDomainType_ = productDomainType;
- setCoreParameter("ProductDomainType", productDomainType);
- }
- std::string ScrollDomainListRequest::getSuffixs()const
- {
- return suffixs_;
- }
- void ScrollDomainListRequest::setSuffixs(const std::string& suffixs)
- {
- suffixs_ = suffixs;
- setCoreParameter("Suffixs", suffixs);
- }
- long ScrollDomainListRequest::getStartExpirationDate()const
- {
- return startExpirationDate_;
- }
- void ScrollDomainListRequest::setStartExpirationDate(long startExpirationDate)
- {
- startExpirationDate_ = startExpirationDate;
- setCoreParameter("StartExpirationDate", std::to_string(startExpirationDate));
- }
- int ScrollDomainListRequest::getDomainStatus()const
- {
- return domainStatus_;
- }
- void ScrollDomainListRequest::setDomainStatus(int domainStatus)
- {
- domainStatus_ = domainStatus;
- setCoreParameter("DomainStatus", std::to_string(domainStatus));
- }
- long ScrollDomainListRequest::getDomainGroupId()const
- {
- return domainGroupId_;
- }
- void ScrollDomainListRequest::setDomainGroupId(long domainGroupId)
- {
- domainGroupId_ = domainGroupId;
- setCoreParameter("DomainGroupId", std::to_string(domainGroupId));
- }
- bool ScrollDomainListRequest::getKeyWordSuffix()const
- {
- return keyWordSuffix_;
- }
- void ScrollDomainListRequest::setKeyWordSuffix(bool keyWordSuffix)
- {
- keyWordSuffix_ = keyWordSuffix;
- setCoreParameter("KeyWordSuffix", keyWordSuffix ? "true" : "false");
- }
- std::string ScrollDomainListRequest::getScrollId()const
- {
- return scrollId_;
- }
- void ScrollDomainListRequest::setScrollId(const std::string& scrollId)
- {
- scrollId_ = scrollId;
- setCoreParameter("ScrollId", scrollId);
- }
- std::string ScrollDomainListRequest::getExcluded()const
- {
- return excluded_;
- }
- void ScrollDomainListRequest::setExcluded(const std::string& excluded)
- {
- excluded_ = excluded;
- setCoreParameter("Excluded", excluded);
- }
- bool ScrollDomainListRequest::getKeyWordPrefix()const
- {
- return keyWordPrefix_;
- }
- void ScrollDomainListRequest::setKeyWordPrefix(bool keyWordPrefix)
- {
- keyWordPrefix_ = keyWordPrefix;
- setCoreParameter("KeyWordPrefix", keyWordPrefix ? "true" : "false");
- }
- int ScrollDomainListRequest::getStartLength()const
- {
- return startLength_;
- }
- void ScrollDomainListRequest::setStartLength(int startLength)
- {
- startLength_ = startLength;
- setCoreParameter("StartLength", std::to_string(startLength));
- }
- int ScrollDomainListRequest::getTradeType()const
- {
- return tradeType_;
- }
- void ScrollDomainListRequest::setTradeType(int tradeType)
- {
- tradeType_ = tradeType;
- setCoreParameter("TradeType", std::to_string(tradeType));
- }
- bool ScrollDomainListRequest::getExcludedSuffix()const
- {
- return excludedSuffix_;
- }
- void ScrollDomainListRequest::setExcludedSuffix(bool excludedSuffix)
- {
- excludedSuffix_ = excludedSuffix;
- setCoreParameter("ExcludedSuffix", excludedSuffix ? "true" : "false");
- }
- long ScrollDomainListRequest::getEndRegistrationDate()const
- {
- return endRegistrationDate_;
- }
- void ScrollDomainListRequest::setEndRegistrationDate(long endRegistrationDate)
- {
- endRegistrationDate_ = endRegistrationDate;
- setCoreParameter("EndRegistrationDate", std::to_string(endRegistrationDate));
- }
- int ScrollDomainListRequest::getForm()const
- {
- return form_;
- }
- void ScrollDomainListRequest::setForm(int form)
- {
- form_ = form;
- setCoreParameter("Form", std::to_string(form));
- }
- std::string ScrollDomainListRequest::getUserClientIp()const
- {
- return userClientIp_;
- }
- void ScrollDomainListRequest::setUserClientIp(const std::string& userClientIp)
- {
- userClientIp_ = userClientIp;
- setCoreParameter("UserClientIp", userClientIp);
- }
- int ScrollDomainListRequest::getPageSize()const
- {
- return pageSize_;
- }
- void ScrollDomainListRequest::setPageSize(int pageSize)
- {
- pageSize_ = pageSize;
- setCoreParameter("PageSize", std::to_string(pageSize));
- }
- std::string ScrollDomainListRequest::getLang()const
- {
- return lang_;
- }
- void ScrollDomainListRequest::setLang(const std::string& lang)
- {
- lang_ = lang;
- setCoreParameter("Lang", lang);
- }
- bool ScrollDomainListRequest::getExcludedPrefix()const
- {
- return excludedPrefix_;
- }
- void ScrollDomainListRequest::setExcludedPrefix(bool excludedPrefix)
- {
- excludedPrefix_ = excludedPrefix;
- setCoreParameter("ExcludedPrefix", excludedPrefix ? "true" : "false");
- }
- std::string ScrollDomainListRequest::getKeyWord()const
- {
- return keyWord_;
- }
- void ScrollDomainListRequest::setKeyWord(const std::string& keyWord)
- {
- keyWord_ = keyWord;
- setCoreParameter("KeyWord", keyWord);
- }
- long ScrollDomainListRequest::getStartRegistrationDate()const
- {
- return startRegistrationDate_;
- }
- void ScrollDomainListRequest::setStartRegistrationDate(long startRegistrationDate)
- {
- startRegistrationDate_ = startRegistrationDate;
- setCoreParameter("StartRegistrationDate", std::to_string(startRegistrationDate));
- }
- int ScrollDomainListRequest::getEndLength()const
- {
- return endLength_;
- }
- void ScrollDomainListRequest::setEndLength(int endLength)
- {
- endLength_ = endLength;
- setCoreParameter("EndLength", std::to_string(endLength));
- }
|