regenerate code
This commit is contained in:
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::GetMessagesRequest;
|
||||
|
||||
GetMessagesRequest::GetMessagesRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "GetMessages")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
GetMessagesRequest::~GetMessagesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string GetMessagesRequest::getTopic()const
|
||||
void GetMessagesRequest::setTopic(const std::string& topic)
|
||||
{
|
||||
topic_ = topic;
|
||||
setCoreParameter("Topic", topic);
|
||||
setParameter("Topic", topic);
|
||||
}
|
||||
|
||||
std::string GetMessagesRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string GetMessagesRequest::getParamsJson()const
|
||||
void GetMessagesRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::RemoveMessagesRequest;
|
||||
|
||||
RemoveMessagesRequest::RemoveMessagesRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "RemoveMessages")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
RemoveMessagesRequest::~RemoveMessagesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string RemoveMessagesRequest::getMsgIds()const
|
||||
void RemoveMessagesRequest::setMsgIds(const std::string& msgIds)
|
||||
{
|
||||
msgIds_ = msgIds;
|
||||
setCoreParameter("MsgIds", msgIds);
|
||||
setParameter("MsgIds", msgIds);
|
||||
}
|
||||
|
||||
std::string RemoveMessagesRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string RemoveMessagesRequest::getParamsJson()const
|
||||
void RemoveMessagesRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetCinemasRequest;
|
||||
|
||||
TaobaoFilmGetCinemasRequest::TaobaoFilmGetCinemasRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetCinemas")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetCinemasRequest::~TaobaoFilmGetCinemasRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmGetCinemasRequest::getPageIndex()const
|
||||
void TaobaoFilmGetCinemasRequest::setPageIndex(long pageIndex)
|
||||
{
|
||||
pageIndex_ = pageIndex;
|
||||
setCoreParameter("PageIndex", std::to_string(pageIndex));
|
||||
setParameter("PageIndex", std::to_string(pageIndex));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmGetCinemasRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string TaobaoFilmGetCinemasRequest::getParamsJson()const
|
||||
void TaobaoFilmGetCinemasRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetHotShowsRequest;
|
||||
|
||||
TaobaoFilmGetHotShowsRequest::TaobaoFilmGetHotShowsRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetHotShows")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetHotShowsRequest::~TaobaoFilmGetHotShowsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmGetHotShowsRequest::getCityCode()const
|
||||
void TaobaoFilmGetHotShowsRequest::setCityCode(long cityCode)
|
||||
{
|
||||
cityCode_ = cityCode;
|
||||
setCoreParameter("CityCode", std::to_string(cityCode));
|
||||
setParameter("CityCode", std::to_string(cityCode));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmGetHotShowsRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string TaobaoFilmGetHotShowsRequest::getParamsJson()const
|
||||
void TaobaoFilmGetHotShowsRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetRegionListRequest;
|
||||
|
||||
TaobaoFilmGetRegionListRequest::TaobaoFilmGetRegionListRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetRegionList")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetRegionListRequest::~TaobaoFilmGetRegionListRequest()
|
||||
{}
|
||||
@@ -33,6 +35,6 @@ std::string TaobaoFilmGetRegionListRequest::getParamsJson()const
|
||||
void TaobaoFilmGetRegionListRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetSchedulesRequest;
|
||||
|
||||
TaobaoFilmGetSchedulesRequest::TaobaoFilmGetSchedulesRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetSchedules")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetSchedulesRequest::~TaobaoFilmGetSchedulesRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmGetSchedulesRequest::getCinemaId()const
|
||||
void TaobaoFilmGetSchedulesRequest::setCinemaId(long cinemaId)
|
||||
{
|
||||
cinemaId_ = cinemaId;
|
||||
setCoreParameter("CinemaId", std::to_string(cinemaId));
|
||||
setParameter("CinemaId", std::to_string(cinemaId));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmGetSchedulesRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string TaobaoFilmGetSchedulesRequest::getParamsJson()const
|
||||
void TaobaoFilmGetSchedulesRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetSeatsRequest;
|
||||
|
||||
TaobaoFilmGetSeatsRequest::TaobaoFilmGetSeatsRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetSeats")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetSeatsRequest::~TaobaoFilmGetSeatsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmGetSeatsRequest::getScheduleId()const
|
||||
void TaobaoFilmGetSeatsRequest::setScheduleId(long scheduleId)
|
||||
{
|
||||
scheduleId_ = scheduleId;
|
||||
setCoreParameter("ScheduleId", std::to_string(scheduleId));
|
||||
setParameter("ScheduleId", std::to_string(scheduleId));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmGetSeatsRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string TaobaoFilmGetSeatsRequest::getParamsJson()const
|
||||
void TaobaoFilmGetSeatsRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetShowCommentsRequest;
|
||||
|
||||
TaobaoFilmGetShowCommentsRequest::TaobaoFilmGetShowCommentsRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetShowComments")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetShowCommentsRequest::~TaobaoFilmGetShowCommentsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmGetShowCommentsRequest::getShowId()const
|
||||
void TaobaoFilmGetShowCommentsRequest::setShowId(long showId)
|
||||
{
|
||||
showId_ = showId;
|
||||
setCoreParameter("ShowId", std::to_string(showId));
|
||||
setParameter("ShowId", std::to_string(showId));
|
||||
}
|
||||
|
||||
long TaobaoFilmGetShowCommentsRequest::getPageIndex()const
|
||||
@@ -44,7 +46,7 @@ long TaobaoFilmGetShowCommentsRequest::getPageIndex()const
|
||||
void TaobaoFilmGetShowCommentsRequest::setPageIndex(long pageIndex)
|
||||
{
|
||||
pageIndex_ = pageIndex;
|
||||
setCoreParameter("PageIndex", std::to_string(pageIndex));
|
||||
setParameter("PageIndex", std::to_string(pageIndex));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmGetShowCommentsRequest::getParamsJson()const
|
||||
@@ -55,6 +57,6 @@ std::string TaobaoFilmGetShowCommentsRequest::getParamsJson()const
|
||||
void TaobaoFilmGetShowCommentsRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmGetSoonShowsRequest;
|
||||
|
||||
TaobaoFilmGetSoonShowsRequest::TaobaoFilmGetSoonShowsRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmGetSoonShows")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmGetSoonShowsRequest::~TaobaoFilmGetSoonShowsRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmGetSoonShowsRequest::getCityCode()const
|
||||
void TaobaoFilmGetSoonShowsRequest::setCityCode(long cityCode)
|
||||
{
|
||||
cityCode_ = cityCode;
|
||||
setCoreParameter("CityCode", std::to_string(cityCode));
|
||||
setParameter("CityCode", std::to_string(cityCode));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmGetSoonShowsRequest::getParamsJson()const
|
||||
@@ -44,6 +46,6 @@ std::string TaobaoFilmGetSoonShowsRequest::getParamsJson()const
|
||||
void TaobaoFilmGetSoonShowsRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmIssueOrderRequest;
|
||||
|
||||
TaobaoFilmIssueOrderRequest::TaobaoFilmIssueOrderRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmIssueOrder")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmIssueOrderRequest::~TaobaoFilmIssueOrderRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string TaobaoFilmIssueOrderRequest::getLockSeatApplyKey()const
|
||||
void TaobaoFilmIssueOrderRequest::setLockSeatApplyKey(const std::string& lockSeatApplyKey)
|
||||
{
|
||||
lockSeatApplyKey_ = lockSeatApplyKey;
|
||||
setCoreParameter("LockSeatApplyKey", lockSeatApplyKey);
|
||||
setParameter("LockSeatApplyKey", lockSeatApplyKey);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmIssueOrderRequest::getExtUserId()const
|
||||
@@ -44,7 +46,7 @@ std::string TaobaoFilmIssueOrderRequest::getExtUserId()const
|
||||
void TaobaoFilmIssueOrderRequest::setExtUserId(const std::string& extUserId)
|
||||
{
|
||||
extUserId_ = extUserId;
|
||||
setCoreParameter("ExtUserId", extUserId);
|
||||
setParameter("ExtUserId", extUserId);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmIssueOrderRequest::getExtOrderId()const
|
||||
@@ -55,7 +57,7 @@ std::string TaobaoFilmIssueOrderRequest::getExtOrderId()const
|
||||
void TaobaoFilmIssueOrderRequest::setExtOrderId(const std::string& extOrderId)
|
||||
{
|
||||
extOrderId_ = extOrderId;
|
||||
setCoreParameter("ExtOrderId", extOrderId);
|
||||
setParameter("ExtOrderId", extOrderId);
|
||||
}
|
||||
|
||||
long TaobaoFilmIssueOrderRequest::getTotalPrice()const
|
||||
@@ -66,7 +68,7 @@ long TaobaoFilmIssueOrderRequest::getTotalPrice()const
|
||||
void TaobaoFilmIssueOrderRequest::setTotalPrice(long totalPrice)
|
||||
{
|
||||
totalPrice_ = totalPrice;
|
||||
setCoreParameter("TotalPrice", std::to_string(totalPrice));
|
||||
setParameter("TotalPrice", std::to_string(totalPrice));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmIssueOrderRequest::getParamsJson()const
|
||||
@@ -77,6 +79,6 @@ std::string TaobaoFilmIssueOrderRequest::getParamsJson()const
|
||||
void TaobaoFilmIssueOrderRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmLockSeatRequest;
|
||||
|
||||
TaobaoFilmLockSeatRequest::TaobaoFilmLockSeatRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmLockSeat")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmLockSeatRequest::~TaobaoFilmLockSeatRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ long TaobaoFilmLockSeatRequest::getScheduleId()const
|
||||
void TaobaoFilmLockSeatRequest::setScheduleId(long scheduleId)
|
||||
{
|
||||
scheduleId_ = scheduleId;
|
||||
setCoreParameter("ScheduleId", std::to_string(scheduleId));
|
||||
setParameter("ScheduleId", std::to_string(scheduleId));
|
||||
}
|
||||
|
||||
std::string TaobaoFilmLockSeatRequest::getSeatIds()const
|
||||
@@ -44,7 +46,7 @@ std::string TaobaoFilmLockSeatRequest::getSeatIds()const
|
||||
void TaobaoFilmLockSeatRequest::setSeatIds(const std::string& seatIds)
|
||||
{
|
||||
seatIds_ = seatIds;
|
||||
setCoreParameter("SeatIds", seatIds);
|
||||
setParameter("SeatIds", seatIds);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmLockSeatRequest::getSeatNames()const
|
||||
@@ -55,7 +57,7 @@ std::string TaobaoFilmLockSeatRequest::getSeatNames()const
|
||||
void TaobaoFilmLockSeatRequest::setSeatNames(const std::string& seatNames)
|
||||
{
|
||||
seatNames_ = seatNames;
|
||||
setCoreParameter("SeatNames", seatNames);
|
||||
setParameter("SeatNames", seatNames);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmLockSeatRequest::getMobile()const
|
||||
@@ -66,7 +68,7 @@ std::string TaobaoFilmLockSeatRequest::getMobile()const
|
||||
void TaobaoFilmLockSeatRequest::setMobile(const std::string& mobile)
|
||||
{
|
||||
mobile_ = mobile;
|
||||
setCoreParameter("Mobile", mobile);
|
||||
setParameter("Mobile", mobile);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmLockSeatRequest::getExtUserId()const
|
||||
@@ -77,7 +79,7 @@ std::string TaobaoFilmLockSeatRequest::getExtUserId()const
|
||||
void TaobaoFilmLockSeatRequest::setExtUserId(const std::string& extUserId)
|
||||
{
|
||||
extUserId_ = extUserId;
|
||||
setCoreParameter("ExtUserId", extUserId);
|
||||
setParameter("ExtUserId", extUserId);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmLockSeatRequest::getParamsJson()const
|
||||
@@ -88,6 +90,6 @@ std::string TaobaoFilmLockSeatRequest::getParamsJson()const
|
||||
void TaobaoFilmLockSeatRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,9 @@ using AlibabaCloud::AppMallsService::Model::TaobaoFilmUnLockSeatRequest;
|
||||
|
||||
TaobaoFilmUnLockSeatRequest::TaobaoFilmUnLockSeatRequest() :
|
||||
RpcServiceRequest("appmallsservice", "2018-02-24", "TaobaoFilmUnLockSeat")
|
||||
{}
|
||||
{
|
||||
setMethod(HttpRequest::Method::Post);
|
||||
}
|
||||
|
||||
TaobaoFilmUnLockSeatRequest::~TaobaoFilmUnLockSeatRequest()
|
||||
{}
|
||||
@@ -33,7 +35,7 @@ std::string TaobaoFilmUnLockSeatRequest::getLockSeatApplyKey()const
|
||||
void TaobaoFilmUnLockSeatRequest::setLockSeatApplyKey(const std::string& lockSeatApplyKey)
|
||||
{
|
||||
lockSeatApplyKey_ = lockSeatApplyKey;
|
||||
setCoreParameter("LockSeatApplyKey", lockSeatApplyKey);
|
||||
setParameter("LockSeatApplyKey", lockSeatApplyKey);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmUnLockSeatRequest::getExtUserId()const
|
||||
@@ -44,7 +46,7 @@ std::string TaobaoFilmUnLockSeatRequest::getExtUserId()const
|
||||
void TaobaoFilmUnLockSeatRequest::setExtUserId(const std::string& extUserId)
|
||||
{
|
||||
extUserId_ = extUserId;
|
||||
setCoreParameter("ExtUserId", extUserId);
|
||||
setParameter("ExtUserId", extUserId);
|
||||
}
|
||||
|
||||
std::string TaobaoFilmUnLockSeatRequest::getParamsJson()const
|
||||
@@ -55,6 +57,6 @@ std::string TaobaoFilmUnLockSeatRequest::getParamsJson()const
|
||||
void TaobaoFilmUnLockSeatRequest::setParamsJson(const std::string& paramsJson)
|
||||
{
|
||||
paramsJson_ = paramsJson;
|
||||
setCoreParameter("ParamsJson", paramsJson);
|
||||
setParameter("ParamsJson", paramsJson);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user