From 3260faf247e517228e1b2f5460639916b8a1271f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 11 May 2023 07:55:26 +0000 Subject: [PATCH] Supported more api for user. --- VERSION | 2 +- alinlp/CMakeLists.txt | 32 ++ .../alibabacloud/alinlp/AlinlpClient.h | 64 ++++ .../alinlp/model/ADClockRequest.h | 74 ++--- .../alibabacloud/alinlp/model/ADMMURequest.h | 74 ++--- .../alinlp/model/ADMiniCogRequest.h | 74 ++--- .../alinlp/model/ADMiniCogResultRequest.h | 74 ++--- .../alinlp/model/GetBrandChEcomRequest.h | 80 ++--- .../alinlp/model/GetCateChEcomRequest.h | 86 +++--- .../GetCheckDuplicationChMedicalRequest.h | 80 ++--- .../model/GetDiagnosisChMedicalRequest.h | 74 ++--- .../alinlp/model/GetDpChEcomRequest.h | 74 ++--- .../alinlp/model/GetDpChGeneralCTBRequest.h | 74 ++--- .../model/GetDpChGeneralStanfordRequest.h | 74 ++--- .../alinlp/model/GetEcChGeneralRequest.h | 74 ++--- .../alinlp/model/GetEcEnGeneralRequest.h | 74 ++--- .../alinlp/model/GetEmbeddingRequest.h | 83 ++--- .../alinlp/model/GetItemPubChEcomRequest.h | 80 ++--- .../alinlp/model/GetKeywordChEcomRequest.h | 80 ++--- .../alinlp/model/GetKeywordEnEcomRequest.h | 74 ++--- .../model/GetMedicineChMedicalRequest.h | 92 +++--- .../alinlp/model/GetNerChEcomRequest.h | 80 ++--- .../alinlp/model/GetNerChMedicalRequest.h | 74 ++--- .../model/GetNerCustomizedChEcomRequest.h | 80 ++--- .../model/GetNerCustomizedSeaEcomRequest.h | 80 ++--- .../model/GetOpenNLUHighRecallRequest.h | 98 +++--- .../alinlp/model/GetOpenNLURequest.h | 98 +++--- .../GetOpenStatusOfServiceCenterRequest.h | 54 ++++ .../GetOpenStatusOfServiceCenterResult.h | 51 ++++ .../model/GetOperationChMedicalRequest.h | 74 ++--- .../alinlp/model/GetPosChEcomRequest.h | 86 +++--- .../alinlp/model/GetPosChGeneralRequest.h | 86 +++--- .../alinlp/model/GetPriceChEcomRequest.h | 74 ++--- .../alinlp/model/GetSSETestRequest.h | 74 ++--- .../alinlp/model/GetSaChGeneralRequest.h | 74 ++--- .../alinlp/model/GetSaSeaEcomRequest.h | 80 ++--- .../model/GetSimilarityChMedicalRequest.h | 80 ++--- .../alinlp/model/GetSummaryChEcomRequest.h | 74 ++--- .../model/GetTableQAServiceInfoByIdRequest.h | 74 ++--- .../alinlp/model/GetTcChEcomRequest.h | 74 ++--- .../alinlp/model/GetTcChGeneralRequest.h | 74 ++--- .../alinlp/model/GetTsChEcomRequest.h | 86 +++--- .../alinlp/model/GetUserUploadSignRequest.h | 68 +++-- .../alinlp/model/GetWeChCommentRequest.h | 98 +++--- .../alinlp/model/GetWeChEcomRequest.h | 98 +++--- .../model/GetWeChEntertainmentRequest.h | 98 +++--- .../alinlp/model/GetWeChGeneralRequest.h | 92 +++--- .../alinlp/model/GetWeChSearchRequest.h | 98 +++--- .../alinlp/model/GetWsChGeneralRequest.h | 86 +++--- .../GetWsCustomizedChEcomCommentRequest.h | 86 +++--- .../GetWsCustomizedChEcomContentRequest.h | 86 +++--- .../model/GetWsCustomizedChEcomTitleRequest.h | 86 +++--- .../GetWsCustomizedChEntertainmentRequest.h | 86 +++--- .../model/GetWsCustomizedChGeneralRequest.h | 86 +++--- .../model/GetWsCustomizedChO2ORequest.h | 86 +++--- .../model/GetWsCustomizedSeaEcomRequest.h | 80 ++--- .../model/GetWsCustomizedSeaGeneralRequest.h | 80 ++--- .../alinlp/model/InsertCustomRequest.h | 98 +++--- .../model/ListOneLevelCategoryRequest.h | 48 +++ .../alinlp/model/ListOneLevelCategoryResult.h | 51 ++++ .../ListServiceInfoOfServiceCenterRequest.h | 54 ++++ .../ListServiceInfoOfServiceCenterResult.h | 51 ++++ .../model/ListTwoLevelCategoryRequest.h | 51 ++++ .../alinlp/model/ListTwoLevelCategoryResult.h | 51 ++++ .../model/ListVersionServiceApiRequest.h | 48 +++ .../model/ListVersionServiceApiResult.h | 51 ++++ .../alinlp/model/OpenAlinlpServiceRequest.h | 62 ++-- .../model/OverViewPageConfigInfoRequest.h | 48 +++ .../model/OverViewPageConfigInfoResult.h | 51 ++++ .../QueryOpenStatusDetailLingjieRequest.h | 57 ++++ .../QueryOpenStatusDetailLingjieResult.h | 59 ++++ .../alinlp/model/RequestDialogApiRequest.h | 60 ++++ .../alinlp/model/RequestDialogApiResult.h | 51 ++++ .../model/RequestTableQAOnlineRequest.h | 86 +++--- .../alinlp/model/RequestTableQARequest.h | 74 ++--- alinlp/src/AlinlpClient.cc | 288 ++++++++++++++++++ alinlp/src/model/ADClockRequest.cc | 58 ++-- alinlp/src/model/ADMMURequest.cc | 58 ++-- alinlp/src/model/ADMiniCogRequest.cc | 58 ++-- alinlp/src/model/ADMiniCogResultRequest.cc | 58 ++-- alinlp/src/model/GetBrandChEcomRequest.cc | 70 +++-- alinlp/src/model/GetCateChEcomRequest.cc | 82 ++--- .../GetCheckDuplicationChMedicalRequest.cc | 70 +++-- .../src/model/GetDiagnosisChMedicalRequest.cc | 58 ++-- alinlp/src/model/GetDpChEcomRequest.cc | 58 ++-- alinlp/src/model/GetDpChGeneralCTBRequest.cc | 58 ++-- .../model/GetDpChGeneralStanfordRequest.cc | 58 ++-- alinlp/src/model/GetEcChGeneralRequest.cc | 58 ++-- alinlp/src/model/GetEcEnGeneralRequest.cc | 58 ++-- alinlp/src/model/GetEmbeddingRequest.cc | 77 +++-- alinlp/src/model/GetItemPubChEcomRequest.cc | 70 +++-- alinlp/src/model/GetKeywordChEcomRequest.cc | 70 +++-- alinlp/src/model/GetKeywordEnEcomRequest.cc | 58 ++-- .../src/model/GetMedicineChMedicalRequest.cc | 94 +++--- alinlp/src/model/GetNerChEcomRequest.cc | 70 +++-- alinlp/src/model/GetNerChMedicalRequest.cc | 58 ++-- .../model/GetNerCustomizedChEcomRequest.cc | 70 +++-- .../model/GetNerCustomizedSeaEcomRequest.cc | 70 +++-- .../src/model/GetOpenNLUHighRecallRequest.cc | 106 ++++--- alinlp/src/model/GetOpenNLURequest.cc | 106 ++++--- .../GetOpenStatusOfServiceCenterRequest.cc | 62 ++++ .../GetOpenStatusOfServiceCenterResult.cc | 51 ++++ .../src/model/GetOperationChMedicalRequest.cc | 58 ++-- alinlp/src/model/GetPosChEcomRequest.cc | 82 ++--- alinlp/src/model/GetPosChGeneralRequest.cc | 82 ++--- alinlp/src/model/GetPriceChEcomRequest.cc | 58 ++-- alinlp/src/model/GetSSETestRequest.cc | 58 ++-- alinlp/src/model/GetSaChGeneralRequest.cc | 58 ++-- alinlp/src/model/GetSaSeaEcomRequest.cc | 70 +++-- .../model/GetSimilarityChMedicalRequest.cc | 70 +++-- alinlp/src/model/GetSummaryChEcomRequest.cc | 58 ++-- .../model/GetTableQAServiceInfoByIdRequest.cc | 58 ++-- alinlp/src/model/GetTcChEcomRequest.cc | 58 ++-- alinlp/src/model/GetTcChGeneralRequest.cc | 58 ++-- alinlp/src/model/GetTsChEcomRequest.cc | 82 ++--- alinlp/src/model/GetUserUploadSignRequest.cc | 46 +-- alinlp/src/model/GetWeChCommentRequest.cc | 106 ++++--- alinlp/src/model/GetWeChEcomRequest.cc | 106 ++++--- .../src/model/GetWeChEntertainmentRequest.cc | 106 ++++--- alinlp/src/model/GetWeChGeneralRequest.cc | 94 +++--- alinlp/src/model/GetWeChSearchRequest.cc | 106 ++++--- alinlp/src/model/GetWsChGeneralRequest.cc | 82 ++--- .../GetWsCustomizedChEcomCommentRequest.cc | 82 ++--- .../GetWsCustomizedChEcomContentRequest.cc | 82 ++--- .../GetWsCustomizedChEcomTitleRequest.cc | 82 ++--- .../GetWsCustomizedChEntertainmentRequest.cc | 82 ++--- .../model/GetWsCustomizedChGeneralRequest.cc | 82 ++--- .../src/model/GetWsCustomizedChO2ORequest.cc | 82 ++--- .../model/GetWsCustomizedSeaEcomRequest.cc | 70 +++-- .../model/GetWsCustomizedSeaGeneralRequest.cc | 70 +++-- alinlp/src/model/InsertCustomRequest.cc | 106 ++++--- .../src/model/ListOneLevelCategoryRequest.cc | 40 +++ .../src/model/ListOneLevelCategoryResult.cc | 51 ++++ .../ListServiceInfoOfServiceCenterRequest.cc | 62 ++++ .../ListServiceInfoOfServiceCenterResult.cc | 51 ++++ .../src/model/ListTwoLevelCategoryRequest.cc | 51 ++++ .../src/model/ListTwoLevelCategoryResult.cc | 51 ++++ .../src/model/ListVersionServiceApiRequest.cc | 40 +++ .../src/model/ListVersionServiceApiResult.cc | 51 ++++ alinlp/src/model/OpenAlinlpServiceRequest.cc | 34 ++- .../model/OverViewPageConfigInfoRequest.cc | 40 +++ .../src/model/OverViewPageConfigInfoResult.cc | 51 ++++ .../QueryOpenStatusDetailLingjieRequest.cc | 73 +++++ .../QueryOpenStatusDetailLingjieResult.cc | 79 +++++ alinlp/src/model/RequestDialogApiRequest.cc | 84 +++++ alinlp/src/model/RequestDialogApiResult.cc | 51 ++++ .../src/model/RequestTableQAOnlineRequest.cc | 82 ++--- alinlp/src/model/RequestTableQARequest.cc | 58 ++-- 148 files changed, 6823 insertions(+), 3895 deletions(-) create mode 100644 alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieResult.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/RequestDialogApiRequest.h create mode 100644 alinlp/include/alibabacloud/alinlp/model/RequestDialogApiResult.h create mode 100644 alinlp/src/model/GetOpenStatusOfServiceCenterRequest.cc create mode 100644 alinlp/src/model/GetOpenStatusOfServiceCenterResult.cc create mode 100644 alinlp/src/model/ListOneLevelCategoryRequest.cc create mode 100644 alinlp/src/model/ListOneLevelCategoryResult.cc create mode 100644 alinlp/src/model/ListServiceInfoOfServiceCenterRequest.cc create mode 100644 alinlp/src/model/ListServiceInfoOfServiceCenterResult.cc create mode 100644 alinlp/src/model/ListTwoLevelCategoryRequest.cc create mode 100644 alinlp/src/model/ListTwoLevelCategoryResult.cc create mode 100644 alinlp/src/model/ListVersionServiceApiRequest.cc create mode 100644 alinlp/src/model/ListVersionServiceApiResult.cc create mode 100644 alinlp/src/model/OverViewPageConfigInfoRequest.cc create mode 100644 alinlp/src/model/OverViewPageConfigInfoResult.cc create mode 100644 alinlp/src/model/QueryOpenStatusDetailLingjieRequest.cc create mode 100644 alinlp/src/model/QueryOpenStatusDetailLingjieResult.cc create mode 100644 alinlp/src/model/RequestDialogApiRequest.cc create mode 100644 alinlp/src/model/RequestDialogApiResult.cc diff --git a/VERSION b/VERSION index 0f63a5d8e..2391903f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.1562 \ No newline at end of file +1.36.1563 \ No newline at end of file diff --git a/alinlp/CMakeLists.txt b/alinlp/CMakeLists.txt index 590c68fe1..4b45a757b 100644 --- a/alinlp/CMakeLists.txt +++ b/alinlp/CMakeLists.txt @@ -69,6 +69,8 @@ set(alinlp_public_header_model include/alibabacloud/alinlp/model/GetOpenNLUResult.h include/alibabacloud/alinlp/model/GetOpenNLUHighRecallRequest.h include/alibabacloud/alinlp/model/GetOpenNLUHighRecallResult.h + include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterRequest.h + include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterResult.h include/alibabacloud/alinlp/model/GetOperationChMedicalRequest.h include/alibabacloud/alinlp/model/GetOperationChMedicalResult.h include/alibabacloud/alinlp/model/GetPosChEcomRequest.h @@ -127,8 +129,22 @@ set(alinlp_public_header_model include/alibabacloud/alinlp/model/GetWsCustomizedSeaGeneralResult.h include/alibabacloud/alinlp/model/InsertCustomRequest.h include/alibabacloud/alinlp/model/InsertCustomResult.h + include/alibabacloud/alinlp/model/ListOneLevelCategoryRequest.h + include/alibabacloud/alinlp/model/ListOneLevelCategoryResult.h + include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterRequest.h + include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterResult.h + include/alibabacloud/alinlp/model/ListTwoLevelCategoryRequest.h + include/alibabacloud/alinlp/model/ListTwoLevelCategoryResult.h + include/alibabacloud/alinlp/model/ListVersionServiceApiRequest.h + include/alibabacloud/alinlp/model/ListVersionServiceApiResult.h include/alibabacloud/alinlp/model/OpenAlinlpServiceRequest.h include/alibabacloud/alinlp/model/OpenAlinlpServiceResult.h + include/alibabacloud/alinlp/model/OverViewPageConfigInfoRequest.h + include/alibabacloud/alinlp/model/OverViewPageConfigInfoResult.h + include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieRequest.h + include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieResult.h + include/alibabacloud/alinlp/model/RequestDialogApiRequest.h + include/alibabacloud/alinlp/model/RequestDialogApiResult.h include/alibabacloud/alinlp/model/RequestTableQARequest.h include/alibabacloud/alinlp/model/RequestTableQAResult.h include/alibabacloud/alinlp/model/RequestTableQAOnlineRequest.h @@ -184,6 +200,8 @@ set(alinlp_src src/model/GetOpenNLUResult.cc src/model/GetOpenNLUHighRecallRequest.cc src/model/GetOpenNLUHighRecallResult.cc + src/model/GetOpenStatusOfServiceCenterRequest.cc + src/model/GetOpenStatusOfServiceCenterResult.cc src/model/GetOperationChMedicalRequest.cc src/model/GetOperationChMedicalResult.cc src/model/GetPosChEcomRequest.cc @@ -242,8 +260,22 @@ set(alinlp_src src/model/GetWsCustomizedSeaGeneralResult.cc src/model/InsertCustomRequest.cc src/model/InsertCustomResult.cc + src/model/ListOneLevelCategoryRequest.cc + src/model/ListOneLevelCategoryResult.cc + src/model/ListServiceInfoOfServiceCenterRequest.cc + src/model/ListServiceInfoOfServiceCenterResult.cc + src/model/ListTwoLevelCategoryRequest.cc + src/model/ListTwoLevelCategoryResult.cc + src/model/ListVersionServiceApiRequest.cc + src/model/ListVersionServiceApiResult.cc src/model/OpenAlinlpServiceRequest.cc src/model/OpenAlinlpServiceResult.cc + src/model/OverViewPageConfigInfoRequest.cc + src/model/OverViewPageConfigInfoResult.cc + src/model/QueryOpenStatusDetailLingjieRequest.cc + src/model/QueryOpenStatusDetailLingjieResult.cc + src/model/RequestDialogApiRequest.cc + src/model/RequestDialogApiResult.cc src/model/RequestTableQARequest.cc src/model/RequestTableQAResult.cc src/model/RequestTableQAOnlineRequest.cc diff --git a/alinlp/include/alibabacloud/alinlp/AlinlpClient.h b/alinlp/include/alibabacloud/alinlp/AlinlpClient.h index 649412e65..9650789b1 100644 --- a/alinlp/include/alibabacloud/alinlp/AlinlpClient.h +++ b/alinlp/include/alibabacloud/alinlp/AlinlpClient.h @@ -70,6 +70,8 @@ #include "model/GetOpenNLUResult.h" #include "model/GetOpenNLUHighRecallRequest.h" #include "model/GetOpenNLUHighRecallResult.h" +#include "model/GetOpenStatusOfServiceCenterRequest.h" +#include "model/GetOpenStatusOfServiceCenterResult.h" #include "model/GetOperationChMedicalRequest.h" #include "model/GetOperationChMedicalResult.h" #include "model/GetPosChEcomRequest.h" @@ -128,8 +130,22 @@ #include "model/GetWsCustomizedSeaGeneralResult.h" #include "model/InsertCustomRequest.h" #include "model/InsertCustomResult.h" +#include "model/ListOneLevelCategoryRequest.h" +#include "model/ListOneLevelCategoryResult.h" +#include "model/ListServiceInfoOfServiceCenterRequest.h" +#include "model/ListServiceInfoOfServiceCenterResult.h" +#include "model/ListTwoLevelCategoryRequest.h" +#include "model/ListTwoLevelCategoryResult.h" +#include "model/ListVersionServiceApiRequest.h" +#include "model/ListVersionServiceApiResult.h" #include "model/OpenAlinlpServiceRequest.h" #include "model/OpenAlinlpServiceResult.h" +#include "model/OverViewPageConfigInfoRequest.h" +#include "model/OverViewPageConfigInfoResult.h" +#include "model/QueryOpenStatusDetailLingjieRequest.h" +#include "model/QueryOpenStatusDetailLingjieResult.h" +#include "model/RequestDialogApiRequest.h" +#include "model/RequestDialogApiResult.h" #include "model/RequestTableQARequest.h" #include "model/RequestTableQAResult.h" #include "model/RequestTableQAOnlineRequest.h" @@ -215,6 +231,9 @@ namespace AlibabaCloud typedef Outcome GetOpenNLUHighRecallOutcome; typedef std::future GetOpenNLUHighRecallOutcomeCallable; typedef std::function&)> GetOpenNLUHighRecallAsyncHandler; + typedef Outcome GetOpenStatusOfServiceCenterOutcome; + typedef std::future GetOpenStatusOfServiceCenterOutcomeCallable; + typedef std::function&)> GetOpenStatusOfServiceCenterAsyncHandler; typedef Outcome GetOperationChMedicalOutcome; typedef std::future GetOperationChMedicalOutcomeCallable; typedef std::function&)> GetOperationChMedicalAsyncHandler; @@ -302,9 +321,30 @@ namespace AlibabaCloud typedef Outcome InsertCustomOutcome; typedef std::future InsertCustomOutcomeCallable; typedef std::function&)> InsertCustomAsyncHandler; + typedef Outcome ListOneLevelCategoryOutcome; + typedef std::future ListOneLevelCategoryOutcomeCallable; + typedef std::function&)> ListOneLevelCategoryAsyncHandler; + typedef Outcome ListServiceInfoOfServiceCenterOutcome; + typedef std::future ListServiceInfoOfServiceCenterOutcomeCallable; + typedef std::function&)> ListServiceInfoOfServiceCenterAsyncHandler; + typedef Outcome ListTwoLevelCategoryOutcome; + typedef std::future ListTwoLevelCategoryOutcomeCallable; + typedef std::function&)> ListTwoLevelCategoryAsyncHandler; + typedef Outcome ListVersionServiceApiOutcome; + typedef std::future ListVersionServiceApiOutcomeCallable; + typedef std::function&)> ListVersionServiceApiAsyncHandler; typedef Outcome OpenAlinlpServiceOutcome; typedef std::future OpenAlinlpServiceOutcomeCallable; typedef std::function&)> OpenAlinlpServiceAsyncHandler; + typedef Outcome OverViewPageConfigInfoOutcome; + typedef std::future OverViewPageConfigInfoOutcomeCallable; + typedef std::function&)> OverViewPageConfigInfoAsyncHandler; + typedef Outcome QueryOpenStatusDetailLingjieOutcome; + typedef std::future QueryOpenStatusDetailLingjieOutcomeCallable; + typedef std::function&)> QueryOpenStatusDetailLingjieAsyncHandler; + typedef Outcome RequestDialogApiOutcome; + typedef std::future RequestDialogApiOutcomeCallable; + typedef std::function&)> RequestDialogApiAsyncHandler; typedef Outcome RequestTableQAOutcome; typedef std::future RequestTableQAOutcomeCallable; typedef std::function&)> RequestTableQAAsyncHandler; @@ -388,6 +428,9 @@ namespace AlibabaCloud GetOpenNLUHighRecallOutcome getOpenNLUHighRecall(const Model::GetOpenNLUHighRecallRequest &request)const; void getOpenNLUHighRecallAsync(const Model::GetOpenNLUHighRecallRequest& request, const GetOpenNLUHighRecallAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; GetOpenNLUHighRecallOutcomeCallable getOpenNLUHighRecallCallable(const Model::GetOpenNLUHighRecallRequest& request) const; + GetOpenStatusOfServiceCenterOutcome getOpenStatusOfServiceCenter(const Model::GetOpenStatusOfServiceCenterRequest &request)const; + void getOpenStatusOfServiceCenterAsync(const Model::GetOpenStatusOfServiceCenterRequest& request, const GetOpenStatusOfServiceCenterAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + GetOpenStatusOfServiceCenterOutcomeCallable getOpenStatusOfServiceCenterCallable(const Model::GetOpenStatusOfServiceCenterRequest& request) const; GetOperationChMedicalOutcome getOperationChMedical(const Model::GetOperationChMedicalRequest &request)const; void getOperationChMedicalAsync(const Model::GetOperationChMedicalRequest& request, const GetOperationChMedicalAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; GetOperationChMedicalOutcomeCallable getOperationChMedicalCallable(const Model::GetOperationChMedicalRequest& request) const; @@ -475,9 +518,30 @@ namespace AlibabaCloud InsertCustomOutcome insertCustom(const Model::InsertCustomRequest &request)const; void insertCustomAsync(const Model::InsertCustomRequest& request, const InsertCustomAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; InsertCustomOutcomeCallable insertCustomCallable(const Model::InsertCustomRequest& request) const; + ListOneLevelCategoryOutcome listOneLevelCategory(const Model::ListOneLevelCategoryRequest &request)const; + void listOneLevelCategoryAsync(const Model::ListOneLevelCategoryRequest& request, const ListOneLevelCategoryAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + ListOneLevelCategoryOutcomeCallable listOneLevelCategoryCallable(const Model::ListOneLevelCategoryRequest& request) const; + ListServiceInfoOfServiceCenterOutcome listServiceInfoOfServiceCenter(const Model::ListServiceInfoOfServiceCenterRequest &request)const; + void listServiceInfoOfServiceCenterAsync(const Model::ListServiceInfoOfServiceCenterRequest& request, const ListServiceInfoOfServiceCenterAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + ListServiceInfoOfServiceCenterOutcomeCallable listServiceInfoOfServiceCenterCallable(const Model::ListServiceInfoOfServiceCenterRequest& request) const; + ListTwoLevelCategoryOutcome listTwoLevelCategory(const Model::ListTwoLevelCategoryRequest &request)const; + void listTwoLevelCategoryAsync(const Model::ListTwoLevelCategoryRequest& request, const ListTwoLevelCategoryAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + ListTwoLevelCategoryOutcomeCallable listTwoLevelCategoryCallable(const Model::ListTwoLevelCategoryRequest& request) const; + ListVersionServiceApiOutcome listVersionServiceApi(const Model::ListVersionServiceApiRequest &request)const; + void listVersionServiceApiAsync(const Model::ListVersionServiceApiRequest& request, const ListVersionServiceApiAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + ListVersionServiceApiOutcomeCallable listVersionServiceApiCallable(const Model::ListVersionServiceApiRequest& request) const; OpenAlinlpServiceOutcome openAlinlpService(const Model::OpenAlinlpServiceRequest &request)const; void openAlinlpServiceAsync(const Model::OpenAlinlpServiceRequest& request, const OpenAlinlpServiceAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; OpenAlinlpServiceOutcomeCallable openAlinlpServiceCallable(const Model::OpenAlinlpServiceRequest& request) const; + OverViewPageConfigInfoOutcome overViewPageConfigInfo(const Model::OverViewPageConfigInfoRequest &request)const; + void overViewPageConfigInfoAsync(const Model::OverViewPageConfigInfoRequest& request, const OverViewPageConfigInfoAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + OverViewPageConfigInfoOutcomeCallable overViewPageConfigInfoCallable(const Model::OverViewPageConfigInfoRequest& request) const; + QueryOpenStatusDetailLingjieOutcome queryOpenStatusDetailLingjie(const Model::QueryOpenStatusDetailLingjieRequest &request)const; + void queryOpenStatusDetailLingjieAsync(const Model::QueryOpenStatusDetailLingjieRequest& request, const QueryOpenStatusDetailLingjieAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + QueryOpenStatusDetailLingjieOutcomeCallable queryOpenStatusDetailLingjieCallable(const Model::QueryOpenStatusDetailLingjieRequest& request) const; + RequestDialogApiOutcome requestDialogApi(const Model::RequestDialogApiRequest &request)const; + void requestDialogApiAsync(const Model::RequestDialogApiRequest& request, const RequestDialogApiAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; + RequestDialogApiOutcomeCallable requestDialogApiCallable(const Model::RequestDialogApiRequest& request) const; RequestTableQAOutcome requestTableQA(const Model::RequestTableQARequest &request)const; void requestTableQAAsync(const Model::RequestTableQARequest& request, const RequestTableQAAsyncHandler& handler, const std::shared_ptr& context = nullptr) const; RequestTableQAOutcomeCallable requestTableQACallable(const Model::RequestTableQARequest& request) const; diff --git a/alinlp/include/alibabacloud/alinlp/model/ADClockRequest.h b/alinlp/include/alibabacloud/alinlp/model/ADClockRequest.h index bd2d5e8fb..2a8e8b6ec 100644 --- a/alinlp/include/alibabacloud/alinlp/model/ADClockRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/ADClockRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_ADCLOCKREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_ADCLOCKREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT ADClockRequest : public RpcServiceRequest { -public: - ADClockRequest(); - ~ADClockRequest(); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string params_; - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_ADCLOCKREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_ADCLOCKREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_ADCLOCKREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ADClockRequest : public RpcServiceRequest + { + + public: + ADClockRequest(); + ~ADClockRequest(); + + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string params_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_ADCLOCKREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ADMMURequest.h b/alinlp/include/alibabacloud/alinlp/model/ADMMURequest.h index acbd4feb6..1a43a627d 100644 --- a/alinlp/include/alibabacloud/alinlp/model/ADMMURequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/ADMMURequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_ADMMUREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_ADMMUREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT ADMMURequest : public RpcServiceRequest { -public: - ADMMURequest(); - ~ADMMURequest(); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string params_; - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_ADMMUREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_ADMMUREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_ADMMUREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ADMMURequest : public RpcServiceRequest + { + + public: + ADMMURequest(); + ~ADMMURequest(); + + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string params_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_ADMMUREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ADMiniCogRequest.h b/alinlp/include/alibabacloud/alinlp/model/ADMiniCogRequest.h index cbbf7af02..5cf94a3b0 100644 --- a/alinlp/include/alibabacloud/alinlp/model/ADMiniCogRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/ADMiniCogRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_ADMINICOGREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_ADMINICOGREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT ADMiniCogRequest : public RpcServiceRequest { -public: - ADMiniCogRequest(); - ~ADMiniCogRequest(); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string params_; - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_ADMINICOGREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_ADMINICOGREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_ADMINICOGREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ADMiniCogRequest : public RpcServiceRequest + { + + public: + ADMiniCogRequest(); + ~ADMiniCogRequest(); + + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string params_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_ADMINICOGREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ADMiniCogResultRequest.h b/alinlp/include/alibabacloud/alinlp/model/ADMiniCogResultRequest.h index d33079644..8cbc7d6fc 100644 --- a/alinlp/include/alibabacloud/alinlp/model/ADMiniCogResultRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/ADMiniCogResultRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_ADMINICOGRESULTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_ADMINICOGRESULTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT ADMiniCogResultRequest : public RpcServiceRequest { -public: - ADMiniCogResultRequest(); - ~ADMiniCogResultRequest(); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string params_; - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_ADMINICOGRESULTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_ADMINICOGRESULTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_ADMINICOGRESULTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ADMiniCogResultRequest : public RpcServiceRequest + { + + public: + ADMiniCogResultRequest(); + ~ADMiniCogResultRequest(); + + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string params_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_ADMINICOGRESULTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetBrandChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetBrandChEcomRequest.h index e80efc666..481fc8ffa 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetBrandChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetBrandChEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETBRANDCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETBRANDCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetBrandChEcomRequest : public RpcServiceRequest { -public: - GetBrandChEcomRequest(); - ~GetBrandChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getImageUrl() const; - void setImageUrl(const std::string &imageUrl); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string imageUrl_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETBRANDCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETBRANDCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETBRANDCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetBrandChEcomRequest : public RpcServiceRequest + { + + public: + GetBrandChEcomRequest(); + ~GetBrandChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getImageUrl()const; + void setImageUrl(const std::string& imageUrl); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string imageUrl_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETBRANDCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetCateChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetCateChEcomRequest.h index ea330532f..6787fb4d1 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetCateChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetCateChEcomRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETCATECHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETCATECHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetCateChEcomRequest : public RpcServiceRequest { -public: - GetCateChEcomRequest(); - ~GetCateChEcomRequest(); - std::string getBusiness() const; - void setBusiness(const std::string &business); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getImageUrl() const; - void setImageUrl(const std::string &imageUrl); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string business_; - std::string serviceCode_; - std::string imageUrl_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETCATECHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETCATECHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETCATECHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetCateChEcomRequest : public RpcServiceRequest + { + + public: + GetCateChEcomRequest(); + ~GetCateChEcomRequest(); + + std::string getBusiness()const; + void setBusiness(const std::string& business); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getImageUrl()const; + void setImageUrl(const std::string& imageUrl); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string business_; + std::string serviceCode_; + std::string imageUrl_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETCATECHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetCheckDuplicationChMedicalRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetCheckDuplicationChMedicalRequest.h index ef59083c5..97d44395e 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetCheckDuplicationChMedicalRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetCheckDuplicationChMedicalRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETCHECKDUPLICATIONCHMEDICALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETCHECKDUPLICATIONCHMEDICALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetCheckDuplicationChMedicalRequest : public RpcServiceRequest { -public: - GetCheckDuplicationChMedicalRequest(); - ~GetCheckDuplicationChMedicalRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getOriginT() const; - void setOriginT(const std::string &originT); - std::string getOriginQ() const; - void setOriginQ(const std::string &originQ); - -private: - std::string serviceCode_; - std::string originT_; - std::string originQ_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETCHECKDUPLICATIONCHMEDICALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETCHECKDUPLICATIONCHMEDICALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETCHECKDUPLICATIONCHMEDICALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetCheckDuplicationChMedicalRequest : public RpcServiceRequest + { + + public: + GetCheckDuplicationChMedicalRequest(); + ~GetCheckDuplicationChMedicalRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getOriginT()const; + void setOriginT(const std::string& originT); + std::string getOriginQ()const; + void setOriginQ(const std::string& originQ); + + private: + std::string serviceCode_; + std::string originT_; + std::string originQ_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETCHECKDUPLICATIONCHMEDICALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetDiagnosisChMedicalRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetDiagnosisChMedicalRequest.h index 4e2924d7f..22306d54f 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetDiagnosisChMedicalRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetDiagnosisChMedicalRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDIAGNOSISCHMEDICALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETDIAGNOSISCHMEDICALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetDiagnosisChMedicalRequest : public RpcServiceRequest { -public: - GetDiagnosisChMedicalRequest(); - ~GetDiagnosisChMedicalRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getName() const; - void setName(const std::string &name); - -private: - std::string serviceCode_; - std::string name_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDIAGNOSISCHMEDICALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDIAGNOSISCHMEDICALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETDIAGNOSISCHMEDICALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetDiagnosisChMedicalRequest : public RpcServiceRequest + { + + public: + GetDiagnosisChMedicalRequest(); + ~GetDiagnosisChMedicalRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getName()const; + void setName(const std::string& name); + + private: + std::string serviceCode_; + std::string name_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDIAGNOSISCHMEDICALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetDpChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetDpChEcomRequest.h index ed3fd809f..44930e8cf 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetDpChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetDpChEcomRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDPCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETDPCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetDpChEcomRequest : public RpcServiceRequest { -public: - GetDpChEcomRequest(); - ~GetDpChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDPCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDPCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETDPCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetDpChEcomRequest : public RpcServiceRequest + { + + public: + GetDpChEcomRequest(); + ~GetDpChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDPCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralCTBRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralCTBRequest.h index 0ee78a7a2..f1cb34796 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralCTBRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralCTBRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALCTBREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALCTBREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetDpChGeneralCTBRequest : public RpcServiceRequest { -public: - GetDpChGeneralCTBRequest(); - ~GetDpChGeneralCTBRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALCTBREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALCTBREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALCTBREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetDpChGeneralCTBRequest : public RpcServiceRequest + { + + public: + GetDpChGeneralCTBRequest(); + ~GetDpChGeneralCTBRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALCTBREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralStanfordRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralStanfordRequest.h index fdd894afb..00835bfef 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralStanfordRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetDpChGeneralStanfordRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALSTANFORDREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALSTANFORDREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetDpChGeneralStanfordRequest : public RpcServiceRequest { -public: - GetDpChGeneralStanfordRequest(); - ~GetDpChGeneralStanfordRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALSTANFORDREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALSTANFORDREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALSTANFORDREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetDpChGeneralStanfordRequest : public RpcServiceRequest + { + + public: + GetDpChGeneralStanfordRequest(); + ~GetDpChGeneralStanfordRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETDPCHGENERALSTANFORDREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetEcChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetEcChGeneralRequest.h index dc40c3d6b..7ce45fb8c 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetEcChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetEcChGeneralRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETECCHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETECCHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetEcChGeneralRequest : public RpcServiceRequest { -public: - GetEcChGeneralRequest(); - ~GetEcChGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETECCHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETECCHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETECCHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetEcChGeneralRequest : public RpcServiceRequest + { + + public: + GetEcChGeneralRequest(); + ~GetEcChGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETECCHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetEcEnGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetEcEnGeneralRequest.h index ee8bc50f1..b5e87c9f8 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetEcEnGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetEcEnGeneralRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETECENGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETECENGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetEcEnGeneralRequest : public RpcServiceRequest { -public: - GetEcEnGeneralRequest(); - ~GetEcEnGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETECENGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETECENGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETECENGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetEcEnGeneralRequest : public RpcServiceRequest + { + + public: + GetEcEnGeneralRequest(); + ~GetEcEnGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETECENGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetEmbeddingRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetEmbeddingRequest.h index dce8466fe..074b529a7 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetEmbeddingRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetEmbeddingRequest.h @@ -1,48 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETEMBEDDINGREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETEMBEDDINGREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetEmbeddingRequest : public RpcServiceRequest { -public: - GetEmbeddingRequest(); - ~GetEmbeddingRequest(); - std::string getBusiness() const; - void setBusiness(const std::string &business); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string business_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETEMBEDDINGREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETEMBEDDINGREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETEMBEDDINGREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetEmbeddingRequest : public RpcServiceRequest + { + + public: + GetEmbeddingRequest(); + ~GetEmbeddingRequest(); + + std::string getBusiness()const; + void setBusiness(const std::string& business); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + std::string getTextType()const; + void setTextType(const std::string& textType); + + private: + std::string business_; + std::string serviceCode_; + std::string text_; + std::string textType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETEMBEDDINGREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetItemPubChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetItemPubChEcomRequest.h index 6fc93bf93..4cf6bce20 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetItemPubChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetItemPubChEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETITEMPUBCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETITEMPUBCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetItemPubChEcomRequest : public RpcServiceRequest { -public: - GetItemPubChEcomRequest(); - ~GetItemPubChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getImageUrl() const; - void setImageUrl(const std::string &imageUrl); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string imageUrl_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETITEMPUBCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETITEMPUBCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETITEMPUBCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetItemPubChEcomRequest : public RpcServiceRequest + { + + public: + GetItemPubChEcomRequest(); + ~GetItemPubChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getImageUrl()const; + void setImageUrl(const std::string& imageUrl); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string imageUrl_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETITEMPUBCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetKeywordChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetKeywordChEcomRequest.h index 5afa3383a..ec710e59b 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetKeywordChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetKeywordChEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetKeywordChEcomRequest : public RpcServiceRequest { -public: - GetKeywordChEcomRequest(); - ~GetKeywordChEcomRequest(); - std::string getApiVersion() const; - void setApiVersion(const std::string &apiVersion); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string apiVersion_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetKeywordChEcomRequest : public RpcServiceRequest + { + + public: + GetKeywordChEcomRequest(); + ~GetKeywordChEcomRequest(); + + std::string getApiVersion()const; + void setApiVersion(const std::string& apiVersion); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string apiVersion_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetKeywordEnEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetKeywordEnEcomRequest.h index 0dc8733d0..0a4e99237 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetKeywordEnEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetKeywordEnEcomRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDENECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDENECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetKeywordEnEcomRequest : public RpcServiceRequest { -public: - GetKeywordEnEcomRequest(); - ~GetKeywordEnEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDENECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDENECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDENECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetKeywordEnEcomRequest : public RpcServiceRequest + { + + public: + GetKeywordEnEcomRequest(); + ~GetKeywordEnEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETKEYWORDENECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetMedicineChMedicalRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetMedicineChMedicalRequest.h index 5ad38fcc1..720c8b7f8 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetMedicineChMedicalRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetMedicineChMedicalRequest.h @@ -1,54 +1,60 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETMEDICINECHMEDICALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETMEDICINECHMEDICALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetMedicineChMedicalRequest : public RpcServiceRequest { -public: - GetMedicineChMedicalRequest(); - ~GetMedicineChMedicalRequest(); - std::string getFactory() const; - void setFactory(const std::string &factory); - std::string getSpecification() const; - void setSpecification(const std::string &specification); - std::string getUnit() const; - void setUnit(const std::string &unit); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getName() const; - void setName(const std::string &name); - -private: - std::string factory_; - std::string specification_; - std::string unit_; - std::string serviceCode_; - std::string name_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETMEDICINECHMEDICALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETMEDICINECHMEDICALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETMEDICINECHMEDICALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetMedicineChMedicalRequest : public RpcServiceRequest + { + + public: + GetMedicineChMedicalRequest(); + ~GetMedicineChMedicalRequest(); + + std::string getFactory()const; + void setFactory(const std::string& factory); + std::string getSpecification()const; + void setSpecification(const std::string& specification); + std::string getUnit()const; + void setUnit(const std::string& unit); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getName()const; + void setName(const std::string& name); + + private: + std::string factory_; + std::string specification_; + std::string unit_; + std::string serviceCode_; + std::string name_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETMEDICINECHMEDICALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetNerChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetNerChEcomRequest.h index 6ae9e1fa9..187e077cb 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetNerChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetNerChEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETNERCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetNerChEcomRequest : public RpcServiceRequest { -public: - GetNerChEcomRequest(); - ~GetNerChEcomRequest(); - std::string getLexerId() const; - void setLexerId(const std::string &lexerId); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string lexerId_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETNERCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetNerChEcomRequest : public RpcServiceRequest + { + + public: + GetNerChEcomRequest(); + ~GetNerChEcomRequest(); + + std::string getLexerId()const; + void setLexerId(const std::string& lexerId); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string lexerId_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetNerChMedicalRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetNerChMedicalRequest.h index 1409ae22e..6f4496a07 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetNerChMedicalRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetNerChMedicalRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCHMEDICALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETNERCHMEDICALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetNerChMedicalRequest : public RpcServiceRequest { -public: - GetNerChMedicalRequest(); - ~GetNerChMedicalRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCHMEDICALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCHMEDICALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETNERCHMEDICALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetNerChMedicalRequest : public RpcServiceRequest + { + + public: + GetNerChMedicalRequest(); + ~GetNerChMedicalRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCHMEDICALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedChEcomRequest.h index 6f44bee4c..d781a847b 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedChEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetNerCustomizedChEcomRequest : public RpcServiceRequest { -public: - GetNerCustomizedChEcomRequest(); - ~GetNerCustomizedChEcomRequest(); - std::string getLexerId() const; - void setLexerId(const std::string &lexerId); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string lexerId_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetNerCustomizedChEcomRequest : public RpcServiceRequest + { + + public: + GetNerCustomizedChEcomRequest(); + ~GetNerCustomizedChEcomRequest(); + + std::string getLexerId()const; + void setLexerId(const std::string& lexerId); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string lexerId_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedSeaEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedSeaEcomRequest.h index 1c7453589..6d880f969 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedSeaEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetNerCustomizedSeaEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDSEAECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDSEAECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetNerCustomizedSeaEcomRequest : public RpcServiceRequest { -public: - GetNerCustomizedSeaEcomRequest(); - ~GetNerCustomizedSeaEcomRequest(); - std::string getLanguage() const; - void setLanguage(const std::string &language); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string language_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDSEAECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDSEAECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDSEAECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetNerCustomizedSeaEcomRequest : public RpcServiceRequest + { + + public: + GetNerCustomizedSeaEcomRequest(); + ~GetNerCustomizedSeaEcomRequest(); + + std::string getLanguage()const; + void setLanguage(const std::string& language); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string language_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETNERCUSTOMIZEDSEAECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetOpenNLUHighRecallRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetOpenNLUHighRecallRequest.h index 2c2fcae2d..36daccd6f 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetOpenNLUHighRecallRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetOpenNLUHighRecallRequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUHIGHRECALLREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUHIGHRECALLREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetOpenNLUHighRecallRequest : public RpcServiceRequest { -public: - GetOpenNLUHighRecallRequest(); - ~GetOpenNLUHighRecallRequest(); - std::string getSentence() const; - void setSentence(const std::string &sentence); - std::string getBusiness() const; - void setBusiness(const std::string &business); - std::string getLabels() const; - void setLabels(const std::string &labels); - std::string getTask() const; - void setTask(const std::string &task); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getExamples() const; - void setExamples(const std::string &examples); - -private: - std::string sentence_; - std::string business_; - std::string labels_; - std::string task_; - std::string serviceCode_; - std::string examples_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUHIGHRECALLREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUHIGHRECALLREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUHIGHRECALLREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetOpenNLUHighRecallRequest : public RpcServiceRequest + { + + public: + GetOpenNLUHighRecallRequest(); + ~GetOpenNLUHighRecallRequest(); + + std::string getSentence()const; + void setSentence(const std::string& sentence); + std::string getBusiness()const; + void setBusiness(const std::string& business); + std::string getLabels()const; + void setLabels(const std::string& labels); + std::string getTask()const; + void setTask(const std::string& task); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getExamples()const; + void setExamples(const std::string& examples); + + private: + std::string sentence_; + std::string business_; + std::string labels_; + std::string task_; + std::string serviceCode_; + std::string examples_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUHIGHRECALLREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetOpenNLURequest.h b/alinlp/include/alibabacloud/alinlp/model/GetOpenNLURequest.h index 248ed7d11..1996c7b8a 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetOpenNLURequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetOpenNLURequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetOpenNLURequest : public RpcServiceRequest { -public: - GetOpenNLURequest(); - ~GetOpenNLURequest(); - std::string getSentence() const; - void setSentence(const std::string &sentence); - std::string getBusiness() const; - void setBusiness(const std::string &business); - std::string getLabels() const; - void setLabels(const std::string &labels); - std::string getTask() const; - void setTask(const std::string &task); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getExamples() const; - void setExamples(const std::string &examples); - -private: - std::string sentence_; - std::string business_; - std::string labels_; - std::string task_; - std::string serviceCode_; - std::string examples_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetOpenNLURequest : public RpcServiceRequest + { + + public: + GetOpenNLURequest(); + ~GetOpenNLURequest(); + + std::string getSentence()const; + void setSentence(const std::string& sentence); + std::string getBusiness()const; + void setBusiness(const std::string& business); + std::string getLabels()const; + void setLabels(const std::string& labels); + std::string getTask()const; + void setTask(const std::string& task); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getExamples()const; + void setExamples(const std::string& examples); + + private: + std::string sentence_; + std::string business_; + std::string labels_; + std::string task_; + std::string serviceCode_; + std::string examples_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPENNLUREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterRequest.h new file mode 100644 index 000000000..2b9a8bfc3 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterRequest.h @@ -0,0 +1,54 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPENSTATUSOFSERVICECENTERREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETOPENSTATUSOFSERVICECENTERREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetOpenStatusOfServiceCenterRequest : public RpcServiceRequest + { + + public: + GetOpenStatusOfServiceCenterRequest(); + ~GetOpenStatusOfServiceCenterRequest(); + + std::string getOneLevelCategoryName()const; + void setOneLevelCategoryName(const std::string& oneLevelCategoryName); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTwoLevelCategoryName()const; + void setTwoLevelCategoryName(const std::string& twoLevelCategoryName); + + private: + std::string oneLevelCategoryName_; + std::string serviceCode_; + std::string twoLevelCategoryName_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPENSTATUSOFSERVICECENTERREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterResult.h b/alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterResult.h new file mode 100644 index 000000000..e6770a05c --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/GetOpenStatusOfServiceCenterResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPENSTATUSOFSERVICECENTERRESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETOPENSTATUSOFSERVICECENTERRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetOpenStatusOfServiceCenterResult : public ServiceResult + { + public: + + + GetOpenStatusOfServiceCenterResult(); + explicit GetOpenStatusOfServiceCenterResult(const std::string &payload); + ~GetOpenStatusOfServiceCenterResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPENSTATUSOFSERVICECENTERRESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetOperationChMedicalRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetOperationChMedicalRequest.h index bf8c96cc6..458c4c178 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetOperationChMedicalRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetOperationChMedicalRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPERATIONCHMEDICALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETOPERATIONCHMEDICALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetOperationChMedicalRequest : public RpcServiceRequest { -public: - GetOperationChMedicalRequest(); - ~GetOperationChMedicalRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getName() const; - void setName(const std::string &name); - -private: - std::string serviceCode_; - std::string name_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPERATIONCHMEDICALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETOPERATIONCHMEDICALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETOPERATIONCHMEDICALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetOperationChMedicalRequest : public RpcServiceRequest + { + + public: + GetOperationChMedicalRequest(); + ~GetOperationChMedicalRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getName()const; + void setName(const std::string& name); + + private: + std::string serviceCode_; + std::string name_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETOPERATIONCHMEDICALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetPosChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetPosChEcomRequest.h index a99608880..c8fb494a7 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetPosChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetPosChEcomRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETPOSCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETPOSCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetPosChEcomRequest : public RpcServiceRequest { -public: - GetPosChEcomRequest(); - ~GetPosChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETPOSCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETPOSCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETPOSCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetPosChEcomRequest : public RpcServiceRequest + { + + public: + GetPosChEcomRequest(); + ~GetPosChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETPOSCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetPosChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetPosChGeneralRequest.h index 7b89c653b..e51c447d7 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetPosChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetPosChGeneralRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETPOSCHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETPOSCHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetPosChGeneralRequest : public RpcServiceRequest { -public: - GetPosChGeneralRequest(); - ~GetPosChGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETPOSCHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETPOSCHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETPOSCHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetPosChGeneralRequest : public RpcServiceRequest + { + + public: + GetPosChGeneralRequest(); + ~GetPosChGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETPOSCHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetPriceChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetPriceChEcomRequest.h index bc1808242..db6965a8a 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetPriceChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetPriceChEcomRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETPRICECHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETPRICECHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetPriceChEcomRequest : public RpcServiceRequest { -public: - GetPriceChEcomRequest(); - ~GetPriceChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETPRICECHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETPRICECHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETPRICECHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetPriceChEcomRequest : public RpcServiceRequest + { + + public: + GetPriceChEcomRequest(); + ~GetPriceChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETPRICECHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetSSETestRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetSSETestRequest.h index 08c9c8c33..9e2dd00a3 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetSSETestRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetSSETestRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSSETESTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETSSETESTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetSSETestRequest : public RpcServiceRequest { -public: - GetSSETestRequest(); - ~GetSSETestRequest(); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string params_; - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSSETESTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSSETESTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETSSETESTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetSSETestRequest : public RpcServiceRequest + { + + public: + GetSSETestRequest(); + ~GetSSETestRequest(); + + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string params_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSSETESTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetSaChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetSaChGeneralRequest.h index 311bff561..b84a3099d 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetSaChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetSaChGeneralRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSACHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETSACHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetSaChGeneralRequest : public RpcServiceRequest { -public: - GetSaChGeneralRequest(); - ~GetSaChGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSACHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSACHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETSACHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetSaChGeneralRequest : public RpcServiceRequest + { + + public: + GetSaChGeneralRequest(); + ~GetSaChGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSACHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetSaSeaEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetSaSeaEcomRequest.h index 599bde3b4..9db54a7f3 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetSaSeaEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetSaSeaEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSASEAECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETSASEAECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetSaSeaEcomRequest : public RpcServiceRequest { -public: - GetSaSeaEcomRequest(); - ~GetSaSeaEcomRequest(); - std::string getLanguage() const; - void setLanguage(const std::string &language); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string language_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSASEAECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSASEAECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETSASEAECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetSaSeaEcomRequest : public RpcServiceRequest + { + + public: + GetSaSeaEcomRequest(); + ~GetSaSeaEcomRequest(); + + std::string getLanguage()const; + void setLanguage(const std::string& language); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string language_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSASEAECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetSimilarityChMedicalRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetSimilarityChMedicalRequest.h index aa6e0f691..971732dcb 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetSimilarityChMedicalRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetSimilarityChMedicalRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSIMILARITYCHMEDICALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETSIMILARITYCHMEDICALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetSimilarityChMedicalRequest : public RpcServiceRequest { -public: - GetSimilarityChMedicalRequest(); - ~GetSimilarityChMedicalRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getOriginT() const; - void setOriginT(const std::string &originT); - std::string getOriginQ() const; - void setOriginQ(const std::string &originQ); - -private: - std::string serviceCode_; - std::string originT_; - std::string originQ_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSIMILARITYCHMEDICALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSIMILARITYCHMEDICALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETSIMILARITYCHMEDICALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetSimilarityChMedicalRequest : public RpcServiceRequest + { + + public: + GetSimilarityChMedicalRequest(); + ~GetSimilarityChMedicalRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getOriginT()const; + void setOriginT(const std::string& originT); + std::string getOriginQ()const; + void setOriginQ(const std::string& originQ); + + private: + std::string serviceCode_; + std::string originT_; + std::string originQ_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSIMILARITYCHMEDICALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetSummaryChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetSummaryChEcomRequest.h index 10a1ef744..0f5b2b7c5 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetSummaryChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetSummaryChEcomRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSUMMARYCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETSUMMARYCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetSummaryChEcomRequest : public RpcServiceRequest { -public: - GetSummaryChEcomRequest(); - ~GetSummaryChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSUMMARYCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETSUMMARYCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETSUMMARYCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetSummaryChEcomRequest : public RpcServiceRequest + { + + public: + GetSummaryChEcomRequest(); + ~GetSummaryChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETSUMMARYCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetTableQAServiceInfoByIdRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetTableQAServiceInfoByIdRequest.h index 3a3f40174..15570f850 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetTableQAServiceInfoByIdRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetTableQAServiceInfoByIdRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTABLEQASERVICEINFOBYIDREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETTABLEQASERVICEINFOBYIDREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetTableQAServiceInfoByIdRequest : public RpcServiceRequest { -public: - GetTableQAServiceInfoByIdRequest(); - ~GetTableQAServiceInfoByIdRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getServiceId() const; - void setServiceId(const std::string &serviceId); - -private: - std::string serviceCode_; - std::string serviceId_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTABLEQASERVICEINFOBYIDREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTABLEQASERVICEINFOBYIDREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETTABLEQASERVICEINFOBYIDREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetTableQAServiceInfoByIdRequest : public RpcServiceRequest + { + + public: + GetTableQAServiceInfoByIdRequest(); + ~GetTableQAServiceInfoByIdRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getServiceId()const; + void setServiceId(const std::string& serviceId); + + private: + std::string serviceCode_; + std::string serviceId_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTABLEQASERVICEINFOBYIDREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetTcChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetTcChEcomRequest.h index 3f3d12dc7..a7311a41d 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetTcChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetTcChEcomRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTCCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETTCCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetTcChEcomRequest : public RpcServiceRequest { -public: - GetTcChEcomRequest(); - ~GetTcChEcomRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTCCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTCCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETTCCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetTcChEcomRequest : public RpcServiceRequest + { + + public: + GetTcChEcomRequest(); + ~GetTcChEcomRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTCCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetTcChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetTcChGeneralRequest.h index aaa669c79..8a38d53fd 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetTcChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetTcChGeneralRequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTCCHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETTCCHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetTcChGeneralRequest : public RpcServiceRequest { -public: - GetTcChGeneralRequest(); - ~GetTcChGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTCCHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTCCHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETTCCHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetTcChGeneralRequest : public RpcServiceRequest + { + + public: + GetTcChGeneralRequest(); + ~GetTcChGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTCCHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetTsChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetTsChEcomRequest.h index 8b74dc468..cb5c4a35c 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetTsChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetTsChEcomRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTSCHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETTSCHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetTsChEcomRequest : public RpcServiceRequest { -public: - GetTsChEcomRequest(); - ~GetTsChEcomRequest(); - std::string getType() const; - void setType(const std::string &type); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getOriginT() const; - void setOriginT(const std::string &originT); - std::string getOriginQ() const; - void setOriginQ(const std::string &originQ); - -private: - std::string type_; - std::string serviceCode_; - std::string originT_; - std::string originQ_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTSCHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETTSCHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETTSCHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetTsChEcomRequest : public RpcServiceRequest + { + + public: + GetTsChEcomRequest(); + ~GetTsChEcomRequest(); + + std::string getType()const; + void setType(const std::string& type); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getOriginT()const; + void setOriginT(const std::string& originT); + std::string getOriginQ()const; + void setOriginQ(const std::string& originQ); + + private: + std::string type_; + std::string serviceCode_; + std::string originT_; + std::string originQ_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETTSCHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetUserUploadSignRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetUserUploadSignRequest.h index 20084147e..cb94cb1a2 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetUserUploadSignRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetUserUploadSignRequest.h @@ -1,42 +1,48 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETUSERUPLOADSIGNREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETUSERUPLOADSIGNREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetUserUploadSignRequest : public RpcServiceRequest { -public: - GetUserUploadSignRequest(); - ~GetUserUploadSignRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETUSERUPLOADSIGNREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETUSERUPLOADSIGNREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETUSERUPLOADSIGNREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetUserUploadSignRequest : public RpcServiceRequest + { + + public: + GetUserUploadSignRequest(); + ~GetUserUploadSignRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETUSERUPLOADSIGNREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWeChCommentRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWeChCommentRequest.h index 632fcfa33..6733e5ce5 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWeChCommentRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWeChCommentRequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHCOMMENTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWECHCOMMENTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWeChCommentRequest : public RpcServiceRequest { -public: - GetWeChCommentRequest(); - ~GetWeChCommentRequest(); - std::string getType() const; - void setType(const std::string &type); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getSize() const; - void setSize(const std::string &size); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOperation() const; - void setOperation(const std::string &operation); - -private: - std::string type_; - std::string serviceCode_; - std::string size_; - std::string tokenizerId_; - std::string text_; - std::string operation_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHCOMMENTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHCOMMENTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWECHCOMMENTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWeChCommentRequest : public RpcServiceRequest + { + + public: + GetWeChCommentRequest(); + ~GetWeChCommentRequest(); + + std::string getType()const; + void setType(const std::string& type); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getSize()const; + void setSize(const std::string& size); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOperation()const; + void setOperation(const std::string& operation); + + private: + std::string type_; + std::string serviceCode_; + std::string size_; + std::string tokenizerId_; + std::string text_; + std::string operation_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHCOMMENTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWeChEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWeChEcomRequest.h index d076610bc..60d0ac7a7 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWeChEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWeChEcomRequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWECHECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWeChEcomRequest : public RpcServiceRequest { -public: - GetWeChEcomRequest(); - ~GetWeChEcomRequest(); - std::string getType() const; - void setType(const std::string &type); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getSize() const; - void setSize(const std::string &size); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOperation() const; - void setOperation(const std::string &operation); - -private: - std::string type_; - std::string serviceCode_; - std::string size_; - std::string tokenizerId_; - std::string text_; - std::string operation_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWECHECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWeChEcomRequest : public RpcServiceRequest + { + + public: + GetWeChEcomRequest(); + ~GetWeChEcomRequest(); + + std::string getType()const; + void setType(const std::string& type); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getSize()const; + void setSize(const std::string& size); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOperation()const; + void setOperation(const std::string& operation); + + private: + std::string type_; + std::string serviceCode_; + std::string size_; + std::string tokenizerId_; + std::string text_; + std::string operation_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWeChEntertainmentRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWeChEntertainmentRequest.h index 06a958901..2e928854d 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWeChEntertainmentRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWeChEntertainmentRequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHENTERTAINMENTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWECHENTERTAINMENTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWeChEntertainmentRequest : public RpcServiceRequest { -public: - GetWeChEntertainmentRequest(); - ~GetWeChEntertainmentRequest(); - std::string getType() const; - void setType(const std::string &type); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getSize() const; - void setSize(const std::string &size); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOperation() const; - void setOperation(const std::string &operation); - -private: - std::string type_; - std::string serviceCode_; - std::string size_; - std::string tokenizerId_; - std::string text_; - std::string operation_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHENTERTAINMENTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHENTERTAINMENTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWECHENTERTAINMENTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWeChEntertainmentRequest : public RpcServiceRequest + { + + public: + GetWeChEntertainmentRequest(); + ~GetWeChEntertainmentRequest(); + + std::string getType()const; + void setType(const std::string& type); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getSize()const; + void setSize(const std::string& size); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOperation()const; + void setOperation(const std::string& operation); + + private: + std::string type_; + std::string serviceCode_; + std::string size_; + std::string tokenizerId_; + std::string text_; + std::string operation_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHENTERTAINMENTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWeChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWeChGeneralRequest.h index 07e04a82b..d698b27b7 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWeChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWeChGeneralRequest.h @@ -1,54 +1,60 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWECHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWeChGeneralRequest : public RpcServiceRequest { -public: - GetWeChGeneralRequest(); - ~GetWeChGeneralRequest(); - std::string getType() const; - void setType(const std::string &type); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getSize() const; - void setSize(const std::string &size); - std::string getText() const; - void setText(const std::string &text); - std::string getOperation() const; - void setOperation(const std::string &operation); - -private: - std::string type_; - std::string serviceCode_; - std::string size_; - std::string text_; - std::string operation_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWECHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWeChGeneralRequest : public RpcServiceRequest + { + + public: + GetWeChGeneralRequest(); + ~GetWeChGeneralRequest(); + + std::string getType()const; + void setType(const std::string& type); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getSize()const; + void setSize(const std::string& size); + std::string getText()const; + void setText(const std::string& text); + std::string getOperation()const; + void setOperation(const std::string& operation); + + private: + std::string type_; + std::string serviceCode_; + std::string size_; + std::string text_; + std::string operation_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWeChSearchRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWeChSearchRequest.h index 2e8bbc294..52898c1f6 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWeChSearchRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWeChSearchRequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHSEARCHREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWECHSEARCHREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWeChSearchRequest : public RpcServiceRequest { -public: - GetWeChSearchRequest(); - ~GetWeChSearchRequest(); - std::string getType() const; - void setType(const std::string &type); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getSize() const; - void setSize(const std::string &size); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOperation() const; - void setOperation(const std::string &operation); - -private: - std::string type_; - std::string serviceCode_; - std::string size_; - std::string tokenizerId_; - std::string text_; - std::string operation_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHSEARCHREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWECHSEARCHREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWECHSEARCHREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWeChSearchRequest : public RpcServiceRequest + { + + public: + GetWeChSearchRequest(); + ~GetWeChSearchRequest(); + + std::string getType()const; + void setType(const std::string& type); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getSize()const; + void setSize(const std::string& size); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOperation()const; + void setOperation(const std::string& operation); + + private: + std::string type_; + std::string serviceCode_; + std::string size_; + std::string tokenizerId_; + std::string text_; + std::string operation_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWECHSEARCHREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsChGeneralRequest.h index 228f1895d..99590ce74 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsChGeneralRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsChGeneralRequest : public RpcServiceRequest { -public: - GetWsChGeneralRequest(); - ~GetWsChGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsChGeneralRequest : public RpcServiceRequest + { + + public: + GetWsChGeneralRequest(); + ~GetWsChGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomCommentRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomCommentRequest.h index 3a04523b0..459c7f6e4 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomCommentRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomCommentRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCOMMENTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCOMMENTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEcomCommentRequest : public RpcServiceRequest { -public: - GetWsCustomizedChEcomCommentRequest(); - ~GetWsCustomizedChEcomCommentRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCOMMENTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCOMMENTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCOMMENTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEcomCommentRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedChEcomCommentRequest(); + ~GetWsCustomizedChEcomCommentRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCOMMENTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomContentRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomContentRequest.h index 1737c6c9b..5620e4842 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomContentRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomContentRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCONTENTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCONTENTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEcomContentRequest : public RpcServiceRequest { -public: - GetWsCustomizedChEcomContentRequest(); - ~GetWsCustomizedChEcomContentRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCONTENTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCONTENTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCONTENTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEcomContentRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedChEcomContentRequest(); + ~GetWsCustomizedChEcomContentRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMCONTENTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomTitleRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomTitleRequest.h index f9d05e5e9..74f0b41f3 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomTitleRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEcomTitleRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMTITLEREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMTITLEREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEcomTitleRequest : public RpcServiceRequest { -public: - GetWsCustomizedChEcomTitleRequest(); - ~GetWsCustomizedChEcomTitleRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMTITLEREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMTITLEREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMTITLEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEcomTitleRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedChEcomTitleRequest(); + ~GetWsCustomizedChEcomTitleRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHECOMTITLEREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEntertainmentRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEntertainmentRequest.h index 8c66b525d..4ade9b1d9 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEntertainmentRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChEntertainmentRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHENTERTAINMENTREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHENTERTAINMENTREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEntertainmentRequest : public RpcServiceRequest { -public: - GetWsCustomizedChEntertainmentRequest(); - ~GetWsCustomizedChEntertainmentRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHENTERTAINMENTREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHENTERTAINMENTREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHENTERTAINMENTREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChEntertainmentRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedChEntertainmentRequest(); + ~GetWsCustomizedChEntertainmentRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHENTERTAINMENTREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChGeneralRequest.h index 49b301bca..6611bc722 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChGeneralRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChGeneralRequest : public RpcServiceRequest { -public: - GetWsCustomizedChGeneralRequest(); - ~GetWsCustomizedChGeneralRequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChGeneralRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedChGeneralRequest(); + ~GetWsCustomizedChGeneralRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChO2ORequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChO2ORequest.h index 8f5b927c2..9536f43dc 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChO2ORequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedChO2ORequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHO2OREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHO2OREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChO2ORequest : public RpcServiceRequest { -public: - GetWsCustomizedChO2ORequest(); - ~GetWsCustomizedChO2ORequest(); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getTokenizerId() const; - void setTokenizerId(const std::string &tokenizerId); - std::string getText() const; - void setText(const std::string &text); - std::string getOutType() const; - void setOutType(const std::string &outType); - -private: - std::string serviceCode_; - std::string tokenizerId_; - std::string text_; - std::string outType_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHO2OREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHO2OREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHO2OREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedChO2ORequest : public RpcServiceRequest + { + + public: + GetWsCustomizedChO2ORequest(); + ~GetWsCustomizedChO2ORequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getTokenizerId()const; + void setTokenizerId(const std::string& tokenizerId); + std::string getText()const; + void setText(const std::string& text); + std::string getOutType()const; + void setOutType(const std::string& outType); + + private: + std::string serviceCode_; + std::string tokenizerId_; + std::string text_; + std::string outType_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDCHO2OREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaEcomRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaEcomRequest.h index d0607d1c5..9a494b98c 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaEcomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaEcomRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAECOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAECOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedSeaEcomRequest : public RpcServiceRequest { -public: - GetWsCustomizedSeaEcomRequest(); - ~GetWsCustomizedSeaEcomRequest(); - std::string getLanguage() const; - void setLanguage(const std::string &language); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string language_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAECOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAECOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAECOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedSeaEcomRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedSeaEcomRequest(); + ~GetWsCustomizedSeaEcomRequest(); + + std::string getLanguage()const; + void setLanguage(const std::string& language); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string language_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAECOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaGeneralRequest.h b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaGeneralRequest.h index 4f4e4769e..c7b967d31 100644 --- a/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaGeneralRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/GetWsCustomizedSeaGeneralRequest.h @@ -1,48 +1,54 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAGENERALREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAGENERALREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedSeaGeneralRequest : public RpcServiceRequest { -public: - GetWsCustomizedSeaGeneralRequest(); - ~GetWsCustomizedSeaGeneralRequest(); - std::string getLanguage() const; - void setLanguage(const std::string &language); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getText() const; - void setText(const std::string &text); - -private: - std::string language_; - std::string serviceCode_; - std::string text_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAGENERALREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAGENERALREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAGENERALREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT GetWsCustomizedSeaGeneralRequest : public RpcServiceRequest + { + + public: + GetWsCustomizedSeaGeneralRequest(); + ~GetWsCustomizedSeaGeneralRequest(); + + std::string getLanguage()const; + void setLanguage(const std::string& language); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getText()const; + void setText(const std::string& text); + + private: + std::string language_; + std::string serviceCode_; + std::string text_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_GETWSCUSTOMIZEDSEAGENERALREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/InsertCustomRequest.h b/alinlp/include/alibabacloud/alinlp/model/InsertCustomRequest.h index 562b28046..fcc41b2eb 100644 --- a/alinlp/include/alibabacloud/alinlp/model/InsertCustomRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/InsertCustomRequest.h @@ -1,57 +1,63 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_INSERTCUSTOMREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_INSERTCUSTOMREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT InsertCustomRequest : public RpcServiceRequest { -public: - InsertCustomRequest(); - ~InsertCustomRequest(); - std::string getCustomUrl() const; - void setCustomUrl(const std::string &customUrl); - std::string getRegUrl() const; - void setRegUrl(const std::string ®Url); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getRegFileName() const; - void setRegFileName(const std::string ®FileName); - std::string getCustomFileName() const; - void setCustomFileName(const std::string &customFileName); - int getApiId() const; - void setApiId(int apiId); - -private: - std::string customUrl_; - std::string regUrl_; - std::string serviceCode_; - std::string regFileName_; - std::string customFileName_; - int apiId_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_INSERTCUSTOMREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_INSERTCUSTOMREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_INSERTCUSTOMREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT InsertCustomRequest : public RpcServiceRequest + { + + public: + InsertCustomRequest(); + ~InsertCustomRequest(); + + std::string getCustomUrl()const; + void setCustomUrl(const std::string& customUrl); + std::string getRegUrl()const; + void setRegUrl(const std::string& regUrl); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getRegFileName()const; + void setRegFileName(const std::string& regFileName); + std::string getCustomFileName()const; + void setCustomFileName(const std::string& customFileName); + int getApiId()const; + void setApiId(int apiId); + + private: + std::string customUrl_; + std::string regUrl_; + std::string serviceCode_; + std::string regFileName_; + std::string customFileName_; + int apiId_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_INSERTCUSTOMREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryRequest.h b/alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryRequest.h new file mode 100644 index 000000000..32e60a60f --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryRequest.h @@ -0,0 +1,48 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTONELEVELCATEGORYREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTONELEVELCATEGORYREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListOneLevelCategoryRequest : public RpcServiceRequest + { + + public: + ListOneLevelCategoryRequest(); + ~ListOneLevelCategoryRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTONELEVELCATEGORYREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryResult.h b/alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryResult.h new file mode 100644 index 000000000..cb9607d20 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListOneLevelCategoryResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTONELEVELCATEGORYRESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTONELEVELCATEGORYRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListOneLevelCategoryResult : public ServiceResult + { + public: + + + ListOneLevelCategoryResult(); + explicit ListOneLevelCategoryResult(const std::string &payload); + ~ListOneLevelCategoryResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTONELEVELCATEGORYRESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterRequest.h b/alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterRequest.h new file mode 100644 index 000000000..a379717c2 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterRequest.h @@ -0,0 +1,54 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTSERVICEINFOOFSERVICECENTERREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTSERVICEINFOOFSERVICECENTERREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListServiceInfoOfServiceCenterRequest : public RpcServiceRequest + { + + public: + ListServiceInfoOfServiceCenterRequest(); + ~ListServiceInfoOfServiceCenterRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getOneLeveCategoryName()const; + void setOneLeveCategoryName(const std::string& oneLeveCategoryName); + std::string getTwoLeveCategoryName()const; + void setTwoLeveCategoryName(const std::string& twoLeveCategoryName); + + private: + std::string serviceCode_; + std::string oneLeveCategoryName_; + std::string twoLeveCategoryName_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTSERVICEINFOOFSERVICECENTERREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterResult.h b/alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterResult.h new file mode 100644 index 000000000..0482e7ff7 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListServiceInfoOfServiceCenterResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTSERVICEINFOOFSERVICECENTERRESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTSERVICEINFOOFSERVICECENTERRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListServiceInfoOfServiceCenterResult : public ServiceResult + { + public: + + + ListServiceInfoOfServiceCenterResult(); + explicit ListServiceInfoOfServiceCenterResult(const std::string &payload); + ~ListServiceInfoOfServiceCenterResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTSERVICEINFOOFSERVICECENTERRESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryRequest.h b/alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryRequest.h new file mode 100644 index 000000000..bbc6ce87c --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryRequest.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTTWOLEVELCATEGORYREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTTWOLEVELCATEGORYREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListTwoLevelCategoryRequest : public RpcServiceRequest + { + + public: + ListTwoLevelCategoryRequest(); + ~ListTwoLevelCategoryRequest(); + + std::string getOneLevelCategoryName()const; + void setOneLevelCategoryName(const std::string& oneLevelCategoryName); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string oneLevelCategoryName_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTTWOLEVELCATEGORYREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryResult.h b/alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryResult.h new file mode 100644 index 000000000..964339f6d --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListTwoLevelCategoryResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTTWOLEVELCATEGORYRESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTTWOLEVELCATEGORYRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListTwoLevelCategoryResult : public ServiceResult + { + public: + + + ListTwoLevelCategoryResult(); + explicit ListTwoLevelCategoryResult(const std::string &payload); + ~ListTwoLevelCategoryResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTTWOLEVELCATEGORYRESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiRequest.h b/alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiRequest.h new file mode 100644 index 000000000..975b495b3 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiRequest.h @@ -0,0 +1,48 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTVERSIONSERVICEAPIREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTVERSIONSERVICEAPIREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListVersionServiceApiRequest : public RpcServiceRequest + { + + public: + ListVersionServiceApiRequest(); + ~ListVersionServiceApiRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTVERSIONSERVICEAPIREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiResult.h b/alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiResult.h new file mode 100644 index 000000000..ca00704f7 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/ListVersionServiceApiResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_LISTVERSIONSERVICEAPIRESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_LISTVERSIONSERVICEAPIRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT ListVersionServiceApiResult : public ServiceResult + { + public: + + + ListVersionServiceApiResult(); + explicit ListVersionServiceApiResult(const std::string &payload); + ~ListVersionServiceApiResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_LISTVERSIONSERVICEAPIRESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/OpenAlinlpServiceRequest.h b/alinlp/include/alibabacloud/alinlp/model/OpenAlinlpServiceRequest.h index 812650944..ce4dee7aa 100644 --- a/alinlp/include/alibabacloud/alinlp/model/OpenAlinlpServiceRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/OpenAlinlpServiceRequest.h @@ -1,39 +1,45 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_OPENALINLPSERVICEREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_OPENALINLPSERVICEREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT OpenAlinlpServiceRequest : public RpcServiceRequest { -public: - OpenAlinlpServiceRequest(); - ~OpenAlinlpServiceRequest(); - -private: -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_OPENALINLPSERVICEREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_OPENALINLPSERVICEREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_OPENALINLPSERVICEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT OpenAlinlpServiceRequest : public RpcServiceRequest + { + + public: + OpenAlinlpServiceRequest(); + ~OpenAlinlpServiceRequest(); + + + private: + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_OPENALINLPSERVICEREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoRequest.h b/alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoRequest.h new file mode 100644 index 000000000..0d1b7739e --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoRequest.h @@ -0,0 +1,48 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_OVERVIEWPAGECONFIGINFOREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_OVERVIEWPAGECONFIGINFOREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT OverViewPageConfigInfoRequest : public RpcServiceRequest + { + + public: + OverViewPageConfigInfoRequest(); + ~OverViewPageConfigInfoRequest(); + + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_OVERVIEWPAGECONFIGINFOREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoResult.h b/alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoResult.h new file mode 100644 index 000000000..597b4292b --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/OverViewPageConfigInfoResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_OVERVIEWPAGECONFIGINFORESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_OVERVIEWPAGECONFIGINFORESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT OverViewPageConfigInfoResult : public ServiceResult + { + public: + + + OverViewPageConfigInfoResult(); + explicit OverViewPageConfigInfoResult(const std::string &payload); + ~OverViewPageConfigInfoResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_OVERVIEWPAGECONFIGINFORESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieRequest.h b/alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieRequest.h new file mode 100644 index 000000000..760871892 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieRequest.h @@ -0,0 +1,57 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_QUERYOPENSTATUSDETAILLINGJIEREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_QUERYOPENSTATUSDETAILLINGJIEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT QueryOpenStatusDetailLingjieRequest : public RpcServiceRequest + { + + public: + QueryOpenStatusDetailLingjieRequest(); + ~QueryOpenStatusDetailLingjieRequest(); + + std::string getCommodity()const; + void setCommodity(const std::string& commodity); + std::string getTabName()const; + void setTabName(const std::string& tabName); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getRegion()const; + void setRegion(const std::string& region); + + private: + std::string commodity_; + std::string tabName_; + std::string serviceCode_; + std::string region_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_QUERYOPENSTATUSDETAILLINGJIEREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieResult.h b/alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieResult.h new file mode 100644 index 000000000..50d00b51a --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/QueryOpenStatusDetailLingjieResult.h @@ -0,0 +1,59 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_QUERYOPENSTATUSDETAILLINGJIERESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_QUERYOPENSTATUSDETAILLINGJIERESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT QueryOpenStatusDetailLingjieResult : public ServiceResult + { + public: + + + QueryOpenStatusDetailLingjieResult(); + explicit QueryOpenStatusDetailLingjieResult(const std::string &payload); + ~QueryOpenStatusDetailLingjieResult(); + std::string getHttpCode()const; + std::string getData()const; + std::string getErrorCode()const; + std::string getErrorMessage()const; + bool getSuccess()const; + + protected: + void parse(const std::string &payload); + private: + std::string httpCode_; + std::string data_; + std::string errorCode_; + std::string errorMessage_; + bool success_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_QUERYOPENSTATUSDETAILLINGJIERESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/RequestDialogApiRequest.h b/alinlp/include/alibabacloud/alinlp/model/RequestDialogApiRequest.h new file mode 100644 index 000000000..5a416186a --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/RequestDialogApiRequest.h @@ -0,0 +1,60 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_REQUESTDIALOGAPIREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_REQUESTDIALOGAPIREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT RequestDialogApiRequest : public RpcServiceRequest + { + + public: + RequestDialogApiRequest(); + ~RequestDialogApiRequest(); + + std::string getBotProfile()const; + void setBotProfile(const std::string& botProfile); + std::string getQuery()const; + void setQuery(const std::string& query); + std::string getUserProfile()const; + void setUserProfile(const std::string& userProfile); + std::string getHistory()const; + void setHistory(const std::string& history); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string botProfile_; + std::string query_; + std::string userProfile_; + std::string history_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_REQUESTDIALOGAPIREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/RequestDialogApiResult.h b/alinlp/include/alibabacloud/alinlp/model/RequestDialogApiResult.h new file mode 100644 index 000000000..03e631532 --- /dev/null +++ b/alinlp/include/alibabacloud/alinlp/model/RequestDialogApiResult.h @@ -0,0 +1,51 @@ +/* + * 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. + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_REQUESTDIALOGAPIRESULT_H_ +#define ALIBABACLOUD_ALINLP_MODEL_REQUESTDIALOGAPIRESULT_H_ + +#include +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT RequestDialogApiResult : public ServiceResult + { + public: + + + RequestDialogApiResult(); + explicit RequestDialogApiResult(const std::string &payload); + ~RequestDialogApiResult(); + std::string getData()const; + + protected: + void parse(const std::string &payload); + private: + std::string data_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_REQUESTDIALOGAPIRESULT_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/RequestTableQAOnlineRequest.h b/alinlp/include/alibabacloud/alinlp/model/RequestTableQAOnlineRequest.h index e5308c803..c52bb04ee 100644 --- a/alinlp/include/alibabacloud/alinlp/model/RequestTableQAOnlineRequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/RequestTableQAOnlineRequest.h @@ -1,51 +1,57 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAONLINEREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAONLINEREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT RequestTableQAOnlineRequest : public RpcServiceRequest { -public: - RequestTableQAOnlineRequest(); - ~RequestTableQAOnlineRequest(); - std::string getQuestion() const; - void setQuestion(const std::string &question); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - std::string getBotId() const; - void setBotId(const std::string &botId); - -private: - std::string question_; - std::string params_; - std::string serviceCode_; - std::string botId_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAONLINEREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAONLINEREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAONLINEREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT RequestTableQAOnlineRequest : public RpcServiceRequest + { + + public: + RequestTableQAOnlineRequest(); + ~RequestTableQAOnlineRequest(); + + std::string getQuestion()const; + void setQuestion(const std::string& question); + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + std::string getBotId()const; + void setBotId(const std::string& botId); + + private: + std::string question_; + std::string params_; + std::string serviceCode_; + std::string botId_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAONLINEREQUEST_H_ \ No newline at end of file diff --git a/alinlp/include/alibabacloud/alinlp/model/RequestTableQARequest.h b/alinlp/include/alibabacloud/alinlp/model/RequestTableQARequest.h index 7e80bcb17..58bf735df 100644 --- a/alinlp/include/alibabacloud/alinlp/model/RequestTableQARequest.h +++ b/alinlp/include/alibabacloud/alinlp/model/RequestTableQARequest.h @@ -1,45 +1,51 @@ /* * 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. - */ - -#ifndef ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAREQUEST_H_ -#define ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAREQUEST_H_ - -#include -#include -#include -#include -#include - -namespace AlibabaCloud { -namespace Alinlp { -namespace Model { -class ALIBABACLOUD_ALINLP_EXPORT RequestTableQARequest : public RpcServiceRequest { -public: - RequestTableQARequest(); - ~RequestTableQARequest(); - std::string getParams() const; - void setParams(const std::string ¶ms); - std::string getServiceCode() const; - void setServiceCode(const std::string &serviceCode); - -private: - std::string params_; - std::string serviceCode_; -}; -} // namespace Model -} // namespace Alinlp -} // namespace AlibabaCloud -#endif // !ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAREQUEST_H_ + */ + +#ifndef ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAREQUEST_H_ +#define ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAREQUEST_H_ + +#include +#include +#include +#include + +namespace AlibabaCloud +{ + namespace Alinlp + { + namespace Model + { + class ALIBABACLOUD_ALINLP_EXPORT RequestTableQARequest : public RpcServiceRequest + { + + public: + RequestTableQARequest(); + ~RequestTableQARequest(); + + std::string getParams()const; + void setParams(const std::string& params); + std::string getServiceCode()const; + void setServiceCode(const std::string& serviceCode); + + private: + std::string params_; + std::string serviceCode_; + + }; + } + } +} +#endif // !ALIBABACLOUD_ALINLP_MODEL_REQUESTTABLEQAREQUEST_H_ \ No newline at end of file diff --git a/alinlp/src/AlinlpClient.cc b/alinlp/src/AlinlpClient.cc index 3d991f9d8..0dac17cd3 100644 --- a/alinlp/src/AlinlpClient.cc +++ b/alinlp/src/AlinlpClient.cc @@ -915,6 +915,42 @@ AlinlpClient::GetOpenNLUHighRecallOutcomeCallable AlinlpClient::getOpenNLUHighRe return task->get_future(); } +AlinlpClient::GetOpenStatusOfServiceCenterOutcome AlinlpClient::getOpenStatusOfServiceCenter(const GetOpenStatusOfServiceCenterRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return GetOpenStatusOfServiceCenterOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return GetOpenStatusOfServiceCenterOutcome(GetOpenStatusOfServiceCenterResult(outcome.result())); + else + return GetOpenStatusOfServiceCenterOutcome(outcome.error()); +} + +void AlinlpClient::getOpenStatusOfServiceCenterAsync(const GetOpenStatusOfServiceCenterRequest& request, const GetOpenStatusOfServiceCenterAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, getOpenStatusOfServiceCenter(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::GetOpenStatusOfServiceCenterOutcomeCallable AlinlpClient::getOpenStatusOfServiceCenterCallable(const GetOpenStatusOfServiceCenterRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->getOpenStatusOfServiceCenter(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + AlinlpClient::GetOperationChMedicalOutcome AlinlpClient::getOperationChMedical(const GetOperationChMedicalRequest &request) const { auto endpointOutcome = endpointProvider_->getEndpoint(); @@ -1959,6 +1995,150 @@ AlinlpClient::InsertCustomOutcomeCallable AlinlpClient::insertCustomCallable(con return task->get_future(); } +AlinlpClient::ListOneLevelCategoryOutcome AlinlpClient::listOneLevelCategory(const ListOneLevelCategoryRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return ListOneLevelCategoryOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return ListOneLevelCategoryOutcome(ListOneLevelCategoryResult(outcome.result())); + else + return ListOneLevelCategoryOutcome(outcome.error()); +} + +void AlinlpClient::listOneLevelCategoryAsync(const ListOneLevelCategoryRequest& request, const ListOneLevelCategoryAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, listOneLevelCategory(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::ListOneLevelCategoryOutcomeCallable AlinlpClient::listOneLevelCategoryCallable(const ListOneLevelCategoryRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->listOneLevelCategory(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + +AlinlpClient::ListServiceInfoOfServiceCenterOutcome AlinlpClient::listServiceInfoOfServiceCenter(const ListServiceInfoOfServiceCenterRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return ListServiceInfoOfServiceCenterOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return ListServiceInfoOfServiceCenterOutcome(ListServiceInfoOfServiceCenterResult(outcome.result())); + else + return ListServiceInfoOfServiceCenterOutcome(outcome.error()); +} + +void AlinlpClient::listServiceInfoOfServiceCenterAsync(const ListServiceInfoOfServiceCenterRequest& request, const ListServiceInfoOfServiceCenterAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, listServiceInfoOfServiceCenter(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::ListServiceInfoOfServiceCenterOutcomeCallable AlinlpClient::listServiceInfoOfServiceCenterCallable(const ListServiceInfoOfServiceCenterRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->listServiceInfoOfServiceCenter(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + +AlinlpClient::ListTwoLevelCategoryOutcome AlinlpClient::listTwoLevelCategory(const ListTwoLevelCategoryRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return ListTwoLevelCategoryOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return ListTwoLevelCategoryOutcome(ListTwoLevelCategoryResult(outcome.result())); + else + return ListTwoLevelCategoryOutcome(outcome.error()); +} + +void AlinlpClient::listTwoLevelCategoryAsync(const ListTwoLevelCategoryRequest& request, const ListTwoLevelCategoryAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, listTwoLevelCategory(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::ListTwoLevelCategoryOutcomeCallable AlinlpClient::listTwoLevelCategoryCallable(const ListTwoLevelCategoryRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->listTwoLevelCategory(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + +AlinlpClient::ListVersionServiceApiOutcome AlinlpClient::listVersionServiceApi(const ListVersionServiceApiRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return ListVersionServiceApiOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return ListVersionServiceApiOutcome(ListVersionServiceApiResult(outcome.result())); + else + return ListVersionServiceApiOutcome(outcome.error()); +} + +void AlinlpClient::listVersionServiceApiAsync(const ListVersionServiceApiRequest& request, const ListVersionServiceApiAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, listVersionServiceApi(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::ListVersionServiceApiOutcomeCallable AlinlpClient::listVersionServiceApiCallable(const ListVersionServiceApiRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->listVersionServiceApi(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + AlinlpClient::OpenAlinlpServiceOutcome AlinlpClient::openAlinlpService(const OpenAlinlpServiceRequest &request) const { auto endpointOutcome = endpointProvider_->getEndpoint(); @@ -1995,6 +2175,114 @@ AlinlpClient::OpenAlinlpServiceOutcomeCallable AlinlpClient::openAlinlpServiceCa return task->get_future(); } +AlinlpClient::OverViewPageConfigInfoOutcome AlinlpClient::overViewPageConfigInfo(const OverViewPageConfigInfoRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return OverViewPageConfigInfoOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return OverViewPageConfigInfoOutcome(OverViewPageConfigInfoResult(outcome.result())); + else + return OverViewPageConfigInfoOutcome(outcome.error()); +} + +void AlinlpClient::overViewPageConfigInfoAsync(const OverViewPageConfigInfoRequest& request, const OverViewPageConfigInfoAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, overViewPageConfigInfo(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::OverViewPageConfigInfoOutcomeCallable AlinlpClient::overViewPageConfigInfoCallable(const OverViewPageConfigInfoRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->overViewPageConfigInfo(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + +AlinlpClient::QueryOpenStatusDetailLingjieOutcome AlinlpClient::queryOpenStatusDetailLingjie(const QueryOpenStatusDetailLingjieRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return QueryOpenStatusDetailLingjieOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return QueryOpenStatusDetailLingjieOutcome(QueryOpenStatusDetailLingjieResult(outcome.result())); + else + return QueryOpenStatusDetailLingjieOutcome(outcome.error()); +} + +void AlinlpClient::queryOpenStatusDetailLingjieAsync(const QueryOpenStatusDetailLingjieRequest& request, const QueryOpenStatusDetailLingjieAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, queryOpenStatusDetailLingjie(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::QueryOpenStatusDetailLingjieOutcomeCallable AlinlpClient::queryOpenStatusDetailLingjieCallable(const QueryOpenStatusDetailLingjieRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->queryOpenStatusDetailLingjie(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + +AlinlpClient::RequestDialogApiOutcome AlinlpClient::requestDialogApi(const RequestDialogApiRequest &request) const +{ + auto endpointOutcome = endpointProvider_->getEndpoint(); + if (!endpointOutcome.isSuccess()) + return RequestDialogApiOutcome(endpointOutcome.error()); + + auto outcome = makeRequest(endpointOutcome.result(), request); + + if (outcome.isSuccess()) + return RequestDialogApiOutcome(RequestDialogApiResult(outcome.result())); + else + return RequestDialogApiOutcome(outcome.error()); +} + +void AlinlpClient::requestDialogApiAsync(const RequestDialogApiRequest& request, const RequestDialogApiAsyncHandler& handler, const std::shared_ptr& context) const +{ + auto fn = [this, request, handler, context]() + { + handler(this, request, requestDialogApi(request), context); + }; + + asyncExecute(new Runnable(fn)); +} + +AlinlpClient::RequestDialogApiOutcomeCallable AlinlpClient::requestDialogApiCallable(const RequestDialogApiRequest &request) const +{ + auto task = std::make_shared>( + [this, request]() + { + return this->requestDialogApi(request); + }); + + asyncExecute(new Runnable([task]() { (*task)(); })); + return task->get_future(); +} + AlinlpClient::RequestTableQAOutcome AlinlpClient::requestTableQA(const RequestTableQARequest &request) const { auto endpointOutcome = endpointProvider_->getEndpoint(); diff --git a/alinlp/src/model/ADClockRequest.cc b/alinlp/src/model/ADClockRequest.cc index 652f644da..491bb82f5 100644 --- a/alinlp/src/model/ADClockRequest.cc +++ b/alinlp/src/model/ADClockRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::ADClockRequest; - -ADClockRequest::ADClockRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "ADClock") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::ADClockRequest; + +ADClockRequest::ADClockRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ADClock") +{ + setMethod(HttpRequest::Method::Post); +} + +ADClockRequest::~ADClockRequest() +{} + +std::string ADClockRequest::getParams()const +{ + return params_; } -ADClockRequest::~ADClockRequest() {} - -std::string ADClockRequest::getParams() const { - return params_; +void ADClockRequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void ADClockRequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string ADClockRequest::getServiceCode()const +{ + return serviceCode_; } -std::string ADClockRequest::getServiceCode() const { - return serviceCode_; -} - -void ADClockRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void ADClockRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } diff --git a/alinlp/src/model/ADMMURequest.cc b/alinlp/src/model/ADMMURequest.cc index 275918aa4..8c6c798bb 100644 --- a/alinlp/src/model/ADMMURequest.cc +++ b/alinlp/src/model/ADMMURequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::ADMMURequest; - -ADMMURequest::ADMMURequest() - : RpcServiceRequest("alinlp", "2020-06-29", "ADMMU") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::ADMMURequest; + +ADMMURequest::ADMMURequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ADMMU") +{ + setMethod(HttpRequest::Method::Post); +} + +ADMMURequest::~ADMMURequest() +{} + +std::string ADMMURequest::getParams()const +{ + return params_; } -ADMMURequest::~ADMMURequest() {} - -std::string ADMMURequest::getParams() const { - return params_; +void ADMMURequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void ADMMURequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string ADMMURequest::getServiceCode()const +{ + return serviceCode_; } -std::string ADMMURequest::getServiceCode() const { - return serviceCode_; -} - -void ADMMURequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void ADMMURequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } diff --git a/alinlp/src/model/ADMiniCogRequest.cc b/alinlp/src/model/ADMiniCogRequest.cc index ffb827a6e..0ae26e50b 100644 --- a/alinlp/src/model/ADMiniCogRequest.cc +++ b/alinlp/src/model/ADMiniCogRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::ADMiniCogRequest; - -ADMiniCogRequest::ADMiniCogRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "ADMiniCog") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::ADMiniCogRequest; + +ADMiniCogRequest::ADMiniCogRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ADMiniCog") +{ + setMethod(HttpRequest::Method::Post); +} + +ADMiniCogRequest::~ADMiniCogRequest() +{} + +std::string ADMiniCogRequest::getParams()const +{ + return params_; } -ADMiniCogRequest::~ADMiniCogRequest() {} - -std::string ADMiniCogRequest::getParams() const { - return params_; +void ADMiniCogRequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void ADMiniCogRequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string ADMiniCogRequest::getServiceCode()const +{ + return serviceCode_; } -std::string ADMiniCogRequest::getServiceCode() const { - return serviceCode_; -} - -void ADMiniCogRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void ADMiniCogRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } diff --git a/alinlp/src/model/ADMiniCogResultRequest.cc b/alinlp/src/model/ADMiniCogResultRequest.cc index c2b87f738..2db67eca6 100644 --- a/alinlp/src/model/ADMiniCogResultRequest.cc +++ b/alinlp/src/model/ADMiniCogResultRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::ADMiniCogResultRequest; - -ADMiniCogResultRequest::ADMiniCogResultRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "ADMiniCogResult") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::ADMiniCogResultRequest; + +ADMiniCogResultRequest::ADMiniCogResultRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ADMiniCogResult") +{ + setMethod(HttpRequest::Method::Post); +} + +ADMiniCogResultRequest::~ADMiniCogResultRequest() +{} + +std::string ADMiniCogResultRequest::getParams()const +{ + return params_; } -ADMiniCogResultRequest::~ADMiniCogResultRequest() {} - -std::string ADMiniCogResultRequest::getParams() const { - return params_; +void ADMiniCogResultRequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void ADMiniCogResultRequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string ADMiniCogResultRequest::getServiceCode()const +{ + return serviceCode_; } -std::string ADMiniCogResultRequest::getServiceCode() const { - return serviceCode_; -} - -void ADMiniCogResultRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void ADMiniCogResultRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } diff --git a/alinlp/src/model/GetBrandChEcomRequest.cc b/alinlp/src/model/GetBrandChEcomRequest.cc index 559d8e156..2063fc6ae 100644 --- a/alinlp/src/model/GetBrandChEcomRequest.cc +++ b/alinlp/src/model/GetBrandChEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetBrandChEcomRequest; - -GetBrandChEcomRequest::GetBrandChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetBrandChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetBrandChEcomRequest; + +GetBrandChEcomRequest::GetBrandChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetBrandChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetBrandChEcomRequest::~GetBrandChEcomRequest() +{} + +std::string GetBrandChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetBrandChEcomRequest::~GetBrandChEcomRequest() {} - -std::string GetBrandChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetBrandChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetBrandChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetBrandChEcomRequest::getImageUrl()const +{ + return imageUrl_; } -std::string GetBrandChEcomRequest::getImageUrl() const { - return imageUrl_; +void GetBrandChEcomRequest::setImageUrl(const std::string& imageUrl) +{ + imageUrl_ = imageUrl; + setBodyParameter("ImageUrl", imageUrl); } -void GetBrandChEcomRequest::setImageUrl(const std::string &imageUrl) { - imageUrl_ = imageUrl; - setBodyParameter(std::string("ImageUrl"), imageUrl); +std::string GetBrandChEcomRequest::getText()const +{ + return text_; } -std::string GetBrandChEcomRequest::getText() const { - return text_; -} - -void GetBrandChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetBrandChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetCateChEcomRequest.cc b/alinlp/src/model/GetCateChEcomRequest.cc index 45d95daea..9c14130d9 100644 --- a/alinlp/src/model/GetCateChEcomRequest.cc +++ b/alinlp/src/model/GetCateChEcomRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetCateChEcomRequest; - -GetCateChEcomRequest::GetCateChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetCateChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetCateChEcomRequest; + +GetCateChEcomRequest::GetCateChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetCateChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetCateChEcomRequest::~GetCateChEcomRequest() +{} + +std::string GetCateChEcomRequest::getBusiness()const +{ + return business_; } -GetCateChEcomRequest::~GetCateChEcomRequest() {} - -std::string GetCateChEcomRequest::getBusiness() const { - return business_; +void GetCateChEcomRequest::setBusiness(const std::string& business) +{ + business_ = business; + setParameter("Business", business); } -void GetCateChEcomRequest::setBusiness(const std::string &business) { - business_ = business; - setParameter(std::string("Business"), business); +std::string GetCateChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetCateChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetCateChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetCateChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetCateChEcomRequest::getImageUrl()const +{ + return imageUrl_; } -std::string GetCateChEcomRequest::getImageUrl() const { - return imageUrl_; +void GetCateChEcomRequest::setImageUrl(const std::string& imageUrl) +{ + imageUrl_ = imageUrl; + setBodyParameter("ImageUrl", imageUrl); } -void GetCateChEcomRequest::setImageUrl(const std::string &imageUrl) { - imageUrl_ = imageUrl; - setBodyParameter(std::string("ImageUrl"), imageUrl); +std::string GetCateChEcomRequest::getText()const +{ + return text_; } -std::string GetCateChEcomRequest::getText() const { - return text_; -} - -void GetCateChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetCateChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetCheckDuplicationChMedicalRequest.cc b/alinlp/src/model/GetCheckDuplicationChMedicalRequest.cc index 218578aba..f6b96d393 100644 --- a/alinlp/src/model/GetCheckDuplicationChMedicalRequest.cc +++ b/alinlp/src/model/GetCheckDuplicationChMedicalRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetCheckDuplicationChMedicalRequest; - -GetCheckDuplicationChMedicalRequest::GetCheckDuplicationChMedicalRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetCheckDuplicationChMedical") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetCheckDuplicationChMedicalRequest; + +GetCheckDuplicationChMedicalRequest::GetCheckDuplicationChMedicalRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetCheckDuplicationChMedical") +{ + setMethod(HttpRequest::Method::Post); +} + +GetCheckDuplicationChMedicalRequest::~GetCheckDuplicationChMedicalRequest() +{} + +std::string GetCheckDuplicationChMedicalRequest::getServiceCode()const +{ + return serviceCode_; } -GetCheckDuplicationChMedicalRequest::~GetCheckDuplicationChMedicalRequest() {} - -std::string GetCheckDuplicationChMedicalRequest::getServiceCode() const { - return serviceCode_; +void GetCheckDuplicationChMedicalRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetCheckDuplicationChMedicalRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetCheckDuplicationChMedicalRequest::getOriginT()const +{ + return originT_; } -std::string GetCheckDuplicationChMedicalRequest::getOriginT() const { - return originT_; +void GetCheckDuplicationChMedicalRequest::setOriginT(const std::string& originT) +{ + originT_ = originT; + setBodyParameter("OriginT", originT); } -void GetCheckDuplicationChMedicalRequest::setOriginT(const std::string &originT) { - originT_ = originT; - setBodyParameter(std::string("OriginT"), originT); +std::string GetCheckDuplicationChMedicalRequest::getOriginQ()const +{ + return originQ_; } -std::string GetCheckDuplicationChMedicalRequest::getOriginQ() const { - return originQ_; -} - -void GetCheckDuplicationChMedicalRequest::setOriginQ(const std::string &originQ) { - originQ_ = originQ; - setBodyParameter(std::string("OriginQ"), originQ); +void GetCheckDuplicationChMedicalRequest::setOriginQ(const std::string& originQ) +{ + originQ_ = originQ; + setBodyParameter("OriginQ", originQ); } diff --git a/alinlp/src/model/GetDiagnosisChMedicalRequest.cc b/alinlp/src/model/GetDiagnosisChMedicalRequest.cc index a5d81ef5a..5497fd298 100644 --- a/alinlp/src/model/GetDiagnosisChMedicalRequest.cc +++ b/alinlp/src/model/GetDiagnosisChMedicalRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetDiagnosisChMedicalRequest; - -GetDiagnosisChMedicalRequest::GetDiagnosisChMedicalRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetDiagnosisChMedical") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetDiagnosisChMedicalRequest; + +GetDiagnosisChMedicalRequest::GetDiagnosisChMedicalRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetDiagnosisChMedical") +{ + setMethod(HttpRequest::Method::Post); +} + +GetDiagnosisChMedicalRequest::~GetDiagnosisChMedicalRequest() +{} + +std::string GetDiagnosisChMedicalRequest::getServiceCode()const +{ + return serviceCode_; } -GetDiagnosisChMedicalRequest::~GetDiagnosisChMedicalRequest() {} - -std::string GetDiagnosisChMedicalRequest::getServiceCode() const { - return serviceCode_; +void GetDiagnosisChMedicalRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetDiagnosisChMedicalRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetDiagnosisChMedicalRequest::getName()const +{ + return name_; } -std::string GetDiagnosisChMedicalRequest::getName() const { - return name_; -} - -void GetDiagnosisChMedicalRequest::setName(const std::string &name) { - name_ = name; - setBodyParameter(std::string("Name"), name); +void GetDiagnosisChMedicalRequest::setName(const std::string& name) +{ + name_ = name; + setBodyParameter("Name", name); } diff --git a/alinlp/src/model/GetDpChEcomRequest.cc b/alinlp/src/model/GetDpChEcomRequest.cc index 4bbfa58b7..9b17a1283 100644 --- a/alinlp/src/model/GetDpChEcomRequest.cc +++ b/alinlp/src/model/GetDpChEcomRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetDpChEcomRequest; - -GetDpChEcomRequest::GetDpChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetDpChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetDpChEcomRequest; + +GetDpChEcomRequest::GetDpChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetDpChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetDpChEcomRequest::~GetDpChEcomRequest() +{} + +std::string GetDpChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetDpChEcomRequest::~GetDpChEcomRequest() {} - -std::string GetDpChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetDpChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetDpChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetDpChEcomRequest::getText()const +{ + return text_; } -std::string GetDpChEcomRequest::getText() const { - return text_; -} - -void GetDpChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetDpChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetDpChGeneralCTBRequest.cc b/alinlp/src/model/GetDpChGeneralCTBRequest.cc index bd35a7e1c..d3a6d13ca 100644 --- a/alinlp/src/model/GetDpChGeneralCTBRequest.cc +++ b/alinlp/src/model/GetDpChGeneralCTBRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetDpChGeneralCTBRequest; - -GetDpChGeneralCTBRequest::GetDpChGeneralCTBRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetDpChGeneralCTB") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetDpChGeneralCTBRequest; + +GetDpChGeneralCTBRequest::GetDpChGeneralCTBRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetDpChGeneralCTB") +{ + setMethod(HttpRequest::Method::Post); +} + +GetDpChGeneralCTBRequest::~GetDpChGeneralCTBRequest() +{} + +std::string GetDpChGeneralCTBRequest::getServiceCode()const +{ + return serviceCode_; } -GetDpChGeneralCTBRequest::~GetDpChGeneralCTBRequest() {} - -std::string GetDpChGeneralCTBRequest::getServiceCode() const { - return serviceCode_; +void GetDpChGeneralCTBRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetDpChGeneralCTBRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetDpChGeneralCTBRequest::getText()const +{ + return text_; } -std::string GetDpChGeneralCTBRequest::getText() const { - return text_; -} - -void GetDpChGeneralCTBRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetDpChGeneralCTBRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetDpChGeneralStanfordRequest.cc b/alinlp/src/model/GetDpChGeneralStanfordRequest.cc index 4e747eec5..386630392 100644 --- a/alinlp/src/model/GetDpChGeneralStanfordRequest.cc +++ b/alinlp/src/model/GetDpChGeneralStanfordRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetDpChGeneralStanfordRequest; - -GetDpChGeneralStanfordRequest::GetDpChGeneralStanfordRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetDpChGeneralStanford") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetDpChGeneralStanfordRequest; + +GetDpChGeneralStanfordRequest::GetDpChGeneralStanfordRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetDpChGeneralStanford") +{ + setMethod(HttpRequest::Method::Post); +} + +GetDpChGeneralStanfordRequest::~GetDpChGeneralStanfordRequest() +{} + +std::string GetDpChGeneralStanfordRequest::getServiceCode()const +{ + return serviceCode_; } -GetDpChGeneralStanfordRequest::~GetDpChGeneralStanfordRequest() {} - -std::string GetDpChGeneralStanfordRequest::getServiceCode() const { - return serviceCode_; +void GetDpChGeneralStanfordRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetDpChGeneralStanfordRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetDpChGeneralStanfordRequest::getText()const +{ + return text_; } -std::string GetDpChGeneralStanfordRequest::getText() const { - return text_; -} - -void GetDpChGeneralStanfordRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetDpChGeneralStanfordRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetEcChGeneralRequest.cc b/alinlp/src/model/GetEcChGeneralRequest.cc index fdd7624ce..edc86c6a2 100644 --- a/alinlp/src/model/GetEcChGeneralRequest.cc +++ b/alinlp/src/model/GetEcChGeneralRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetEcChGeneralRequest; - -GetEcChGeneralRequest::GetEcChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetEcChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetEcChGeneralRequest; + +GetEcChGeneralRequest::GetEcChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetEcChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetEcChGeneralRequest::~GetEcChGeneralRequest() +{} + +std::string GetEcChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetEcChGeneralRequest::~GetEcChGeneralRequest() {} - -std::string GetEcChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetEcChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetEcChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetEcChGeneralRequest::getText()const +{ + return text_; } -std::string GetEcChGeneralRequest::getText() const { - return text_; -} - -void GetEcChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetEcChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetEcEnGeneralRequest.cc b/alinlp/src/model/GetEcEnGeneralRequest.cc index 6eee328f5..131eaeed8 100644 --- a/alinlp/src/model/GetEcEnGeneralRequest.cc +++ b/alinlp/src/model/GetEcEnGeneralRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetEcEnGeneralRequest; - -GetEcEnGeneralRequest::GetEcEnGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetEcEnGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetEcEnGeneralRequest; + +GetEcEnGeneralRequest::GetEcEnGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetEcEnGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetEcEnGeneralRequest::~GetEcEnGeneralRequest() +{} + +std::string GetEcEnGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetEcEnGeneralRequest::~GetEcEnGeneralRequest() {} - -std::string GetEcEnGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetEcEnGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetEcEnGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetEcEnGeneralRequest::getText()const +{ + return text_; } -std::string GetEcEnGeneralRequest::getText() const { - return text_; -} - -void GetEcEnGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetEcEnGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetEmbeddingRequest.cc b/alinlp/src/model/GetEmbeddingRequest.cc index 126dba457..770cc5e0b 100644 --- a/alinlp/src/model/GetEmbeddingRequest.cc +++ b/alinlp/src/model/GetEmbeddingRequest.cc @@ -1,54 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetEmbeddingRequest; - -GetEmbeddingRequest::GetEmbeddingRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetEmbedding") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetEmbeddingRequest; + +GetEmbeddingRequest::GetEmbeddingRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetEmbedding") +{ + setMethod(HttpRequest::Method::Post); +} + +GetEmbeddingRequest::~GetEmbeddingRequest() +{} + +std::string GetEmbeddingRequest::getBusiness()const +{ + return business_; } -GetEmbeddingRequest::~GetEmbeddingRequest() {} - -std::string GetEmbeddingRequest::getBusiness() const { - return business_; +void GetEmbeddingRequest::setBusiness(const std::string& business) +{ + business_ = business; + setParameter("Business", business); } -void GetEmbeddingRequest::setBusiness(const std::string &business) { - business_ = business; - setParameter(std::string("Business"), business); +std::string GetEmbeddingRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetEmbeddingRequest::getServiceCode() const { - return serviceCode_; +void GetEmbeddingRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetEmbeddingRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetEmbeddingRequest::getText()const +{ + return text_; } -std::string GetEmbeddingRequest::getText() const { - return text_; +void GetEmbeddingRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetEmbeddingRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetEmbeddingRequest::getTextType()const +{ + return textType_; +} + +void GetEmbeddingRequest::setTextType(const std::string& textType) +{ + textType_ = textType; + setBodyParameter("TextType", textType); } diff --git a/alinlp/src/model/GetItemPubChEcomRequest.cc b/alinlp/src/model/GetItemPubChEcomRequest.cc index f0ced7323..c6648caa4 100644 --- a/alinlp/src/model/GetItemPubChEcomRequest.cc +++ b/alinlp/src/model/GetItemPubChEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetItemPubChEcomRequest; - -GetItemPubChEcomRequest::GetItemPubChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetItemPubChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetItemPubChEcomRequest; + +GetItemPubChEcomRequest::GetItemPubChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetItemPubChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetItemPubChEcomRequest::~GetItemPubChEcomRequest() +{} + +std::string GetItemPubChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetItemPubChEcomRequest::~GetItemPubChEcomRequest() {} - -std::string GetItemPubChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetItemPubChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetItemPubChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetItemPubChEcomRequest::getImageUrl()const +{ + return imageUrl_; } -std::string GetItemPubChEcomRequest::getImageUrl() const { - return imageUrl_; +void GetItemPubChEcomRequest::setImageUrl(const std::string& imageUrl) +{ + imageUrl_ = imageUrl; + setBodyParameter("ImageUrl", imageUrl); } -void GetItemPubChEcomRequest::setImageUrl(const std::string &imageUrl) { - imageUrl_ = imageUrl; - setBodyParameter(std::string("ImageUrl"), imageUrl); +std::string GetItemPubChEcomRequest::getText()const +{ + return text_; } -std::string GetItemPubChEcomRequest::getText() const { - return text_; -} - -void GetItemPubChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetItemPubChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetKeywordChEcomRequest.cc b/alinlp/src/model/GetKeywordChEcomRequest.cc index 56d834b96..c922879df 100644 --- a/alinlp/src/model/GetKeywordChEcomRequest.cc +++ b/alinlp/src/model/GetKeywordChEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetKeywordChEcomRequest; - -GetKeywordChEcomRequest::GetKeywordChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetKeywordChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetKeywordChEcomRequest; + +GetKeywordChEcomRequest::GetKeywordChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetKeywordChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetKeywordChEcomRequest::~GetKeywordChEcomRequest() +{} + +std::string GetKeywordChEcomRequest::getApiVersion()const +{ + return apiVersion_; } -GetKeywordChEcomRequest::~GetKeywordChEcomRequest() {} - -std::string GetKeywordChEcomRequest::getApiVersion() const { - return apiVersion_; +void GetKeywordChEcomRequest::setApiVersion(const std::string& apiVersion) +{ + apiVersion_ = apiVersion; + setBodyParameter("ApiVersion", apiVersion); } -void GetKeywordChEcomRequest::setApiVersion(const std::string &apiVersion) { - apiVersion_ = apiVersion; - setBodyParameter(std::string("ApiVersion"), apiVersion); +std::string GetKeywordChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetKeywordChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetKeywordChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetKeywordChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetKeywordChEcomRequest::getText()const +{ + return text_; } -std::string GetKeywordChEcomRequest::getText() const { - return text_; -} - -void GetKeywordChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetKeywordChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetKeywordEnEcomRequest.cc b/alinlp/src/model/GetKeywordEnEcomRequest.cc index 7ce4b99c2..6d61f92c5 100644 --- a/alinlp/src/model/GetKeywordEnEcomRequest.cc +++ b/alinlp/src/model/GetKeywordEnEcomRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetKeywordEnEcomRequest; - -GetKeywordEnEcomRequest::GetKeywordEnEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetKeywordEnEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetKeywordEnEcomRequest; + +GetKeywordEnEcomRequest::GetKeywordEnEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetKeywordEnEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetKeywordEnEcomRequest::~GetKeywordEnEcomRequest() +{} + +std::string GetKeywordEnEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetKeywordEnEcomRequest::~GetKeywordEnEcomRequest() {} - -std::string GetKeywordEnEcomRequest::getServiceCode() const { - return serviceCode_; +void GetKeywordEnEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetKeywordEnEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetKeywordEnEcomRequest::getText()const +{ + return text_; } -std::string GetKeywordEnEcomRequest::getText() const { - return text_; -} - -void GetKeywordEnEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetKeywordEnEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetMedicineChMedicalRequest.cc b/alinlp/src/model/GetMedicineChMedicalRequest.cc index 6c9a7e340..83e85c0e9 100644 --- a/alinlp/src/model/GetMedicineChMedicalRequest.cc +++ b/alinlp/src/model/GetMedicineChMedicalRequest.cc @@ -1,72 +1,84 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetMedicineChMedicalRequest; - -GetMedicineChMedicalRequest::GetMedicineChMedicalRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetMedicineChMedical") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetMedicineChMedicalRequest; + +GetMedicineChMedicalRequest::GetMedicineChMedicalRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetMedicineChMedical") +{ + setMethod(HttpRequest::Method::Post); +} + +GetMedicineChMedicalRequest::~GetMedicineChMedicalRequest() +{} + +std::string GetMedicineChMedicalRequest::getFactory()const +{ + return factory_; } -GetMedicineChMedicalRequest::~GetMedicineChMedicalRequest() {} - -std::string GetMedicineChMedicalRequest::getFactory() const { - return factory_; +void GetMedicineChMedicalRequest::setFactory(const std::string& factory) +{ + factory_ = factory; + setBodyParameter("Factory", factory); } -void GetMedicineChMedicalRequest::setFactory(const std::string &factory) { - factory_ = factory; - setBodyParameter(std::string("Factory"), factory); +std::string GetMedicineChMedicalRequest::getSpecification()const +{ + return specification_; } -std::string GetMedicineChMedicalRequest::getSpecification() const { - return specification_; +void GetMedicineChMedicalRequest::setSpecification(const std::string& specification) +{ + specification_ = specification; + setBodyParameter("Specification", specification); } -void GetMedicineChMedicalRequest::setSpecification(const std::string &specification) { - specification_ = specification; - setBodyParameter(std::string("Specification"), specification); +std::string GetMedicineChMedicalRequest::getUnit()const +{ + return unit_; } -std::string GetMedicineChMedicalRequest::getUnit() const { - return unit_; +void GetMedicineChMedicalRequest::setUnit(const std::string& unit) +{ + unit_ = unit; + setBodyParameter("Unit", unit); } -void GetMedicineChMedicalRequest::setUnit(const std::string &unit) { - unit_ = unit; - setBodyParameter(std::string("Unit"), unit); +std::string GetMedicineChMedicalRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetMedicineChMedicalRequest::getServiceCode() const { - return serviceCode_; +void GetMedicineChMedicalRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetMedicineChMedicalRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetMedicineChMedicalRequest::getName()const +{ + return name_; } -std::string GetMedicineChMedicalRequest::getName() const { - return name_; -} - -void GetMedicineChMedicalRequest::setName(const std::string &name) { - name_ = name; - setBodyParameter(std::string("Name"), name); +void GetMedicineChMedicalRequest::setName(const std::string& name) +{ + name_ = name; + setBodyParameter("Name", name); } diff --git a/alinlp/src/model/GetNerChEcomRequest.cc b/alinlp/src/model/GetNerChEcomRequest.cc index 239e26898..199cb224a 100644 --- a/alinlp/src/model/GetNerChEcomRequest.cc +++ b/alinlp/src/model/GetNerChEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetNerChEcomRequest; - -GetNerChEcomRequest::GetNerChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetNerChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetNerChEcomRequest; + +GetNerChEcomRequest::GetNerChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetNerChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetNerChEcomRequest::~GetNerChEcomRequest() +{} + +std::string GetNerChEcomRequest::getLexerId()const +{ + return lexerId_; } -GetNerChEcomRequest::~GetNerChEcomRequest() {} - -std::string GetNerChEcomRequest::getLexerId() const { - return lexerId_; +void GetNerChEcomRequest::setLexerId(const std::string& lexerId) +{ + lexerId_ = lexerId; + setBodyParameter("LexerId", lexerId); } -void GetNerChEcomRequest::setLexerId(const std::string &lexerId) { - lexerId_ = lexerId; - setBodyParameter(std::string("LexerId"), lexerId); +std::string GetNerChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetNerChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetNerChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetNerChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetNerChEcomRequest::getText()const +{ + return text_; } -std::string GetNerChEcomRequest::getText() const { - return text_; -} - -void GetNerChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetNerChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetNerChMedicalRequest.cc b/alinlp/src/model/GetNerChMedicalRequest.cc index 1794b4241..16557cf45 100644 --- a/alinlp/src/model/GetNerChMedicalRequest.cc +++ b/alinlp/src/model/GetNerChMedicalRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetNerChMedicalRequest; - -GetNerChMedicalRequest::GetNerChMedicalRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetNerChMedical") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetNerChMedicalRequest; + +GetNerChMedicalRequest::GetNerChMedicalRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetNerChMedical") +{ + setMethod(HttpRequest::Method::Post); +} + +GetNerChMedicalRequest::~GetNerChMedicalRequest() +{} + +std::string GetNerChMedicalRequest::getServiceCode()const +{ + return serviceCode_; } -GetNerChMedicalRequest::~GetNerChMedicalRequest() {} - -std::string GetNerChMedicalRequest::getServiceCode() const { - return serviceCode_; +void GetNerChMedicalRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetNerChMedicalRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetNerChMedicalRequest::getText()const +{ + return text_; } -std::string GetNerChMedicalRequest::getText() const { - return text_; -} - -void GetNerChMedicalRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetNerChMedicalRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetNerCustomizedChEcomRequest.cc b/alinlp/src/model/GetNerCustomizedChEcomRequest.cc index 1d7e39a12..fa7e68cf1 100644 --- a/alinlp/src/model/GetNerCustomizedChEcomRequest.cc +++ b/alinlp/src/model/GetNerCustomizedChEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetNerCustomizedChEcomRequest; - -GetNerCustomizedChEcomRequest::GetNerCustomizedChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetNerCustomizedChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetNerCustomizedChEcomRequest; + +GetNerCustomizedChEcomRequest::GetNerCustomizedChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetNerCustomizedChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetNerCustomizedChEcomRequest::~GetNerCustomizedChEcomRequest() +{} + +std::string GetNerCustomizedChEcomRequest::getLexerId()const +{ + return lexerId_; } -GetNerCustomizedChEcomRequest::~GetNerCustomizedChEcomRequest() {} - -std::string GetNerCustomizedChEcomRequest::getLexerId() const { - return lexerId_; +void GetNerCustomizedChEcomRequest::setLexerId(const std::string& lexerId) +{ + lexerId_ = lexerId; + setBodyParameter("LexerId", lexerId); } -void GetNerCustomizedChEcomRequest::setLexerId(const std::string &lexerId) { - lexerId_ = lexerId; - setBodyParameter(std::string("LexerId"), lexerId); +std::string GetNerCustomizedChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetNerCustomizedChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetNerCustomizedChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetNerCustomizedChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetNerCustomizedChEcomRequest::getText()const +{ + return text_; } -std::string GetNerCustomizedChEcomRequest::getText() const { - return text_; -} - -void GetNerCustomizedChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetNerCustomizedChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetNerCustomizedSeaEcomRequest.cc b/alinlp/src/model/GetNerCustomizedSeaEcomRequest.cc index 81baaa6fa..693214a63 100644 --- a/alinlp/src/model/GetNerCustomizedSeaEcomRequest.cc +++ b/alinlp/src/model/GetNerCustomizedSeaEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetNerCustomizedSeaEcomRequest; - -GetNerCustomizedSeaEcomRequest::GetNerCustomizedSeaEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetNerCustomizedSeaEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetNerCustomizedSeaEcomRequest; + +GetNerCustomizedSeaEcomRequest::GetNerCustomizedSeaEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetNerCustomizedSeaEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetNerCustomizedSeaEcomRequest::~GetNerCustomizedSeaEcomRequest() +{} + +std::string GetNerCustomizedSeaEcomRequest::getLanguage()const +{ + return language_; } -GetNerCustomizedSeaEcomRequest::~GetNerCustomizedSeaEcomRequest() {} - -std::string GetNerCustomizedSeaEcomRequest::getLanguage() const { - return language_; +void GetNerCustomizedSeaEcomRequest::setLanguage(const std::string& language) +{ + language_ = language; + setBodyParameter("Language", language); } -void GetNerCustomizedSeaEcomRequest::setLanguage(const std::string &language) { - language_ = language; - setBodyParameter(std::string("Language"), language); +std::string GetNerCustomizedSeaEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetNerCustomizedSeaEcomRequest::getServiceCode() const { - return serviceCode_; +void GetNerCustomizedSeaEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetNerCustomizedSeaEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetNerCustomizedSeaEcomRequest::getText()const +{ + return text_; } -std::string GetNerCustomizedSeaEcomRequest::getText() const { - return text_; -} - -void GetNerCustomizedSeaEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetNerCustomizedSeaEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetOpenNLUHighRecallRequest.cc b/alinlp/src/model/GetOpenNLUHighRecallRequest.cc index 84d3a123b..44aaf5e61 100644 --- a/alinlp/src/model/GetOpenNLUHighRecallRequest.cc +++ b/alinlp/src/model/GetOpenNLUHighRecallRequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetOpenNLUHighRecallRequest; - -GetOpenNLUHighRecallRequest::GetOpenNLUHighRecallRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetOpenNLUHighRecall") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetOpenNLUHighRecallRequest; + +GetOpenNLUHighRecallRequest::GetOpenNLUHighRecallRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetOpenNLUHighRecall") +{ + setMethod(HttpRequest::Method::Post); +} + +GetOpenNLUHighRecallRequest::~GetOpenNLUHighRecallRequest() +{} + +std::string GetOpenNLUHighRecallRequest::getSentence()const +{ + return sentence_; } -GetOpenNLUHighRecallRequest::~GetOpenNLUHighRecallRequest() {} - -std::string GetOpenNLUHighRecallRequest::getSentence() const { - return sentence_; +void GetOpenNLUHighRecallRequest::setSentence(const std::string& sentence) +{ + sentence_ = sentence; + setBodyParameter("Sentence", sentence); } -void GetOpenNLUHighRecallRequest::setSentence(const std::string &sentence) { - sentence_ = sentence; - setBodyParameter(std::string("Sentence"), sentence); +std::string GetOpenNLUHighRecallRequest::getBusiness()const +{ + return business_; } -std::string GetOpenNLUHighRecallRequest::getBusiness() const { - return business_; +void GetOpenNLUHighRecallRequest::setBusiness(const std::string& business) +{ + business_ = business; + setParameter("Business", business); } -void GetOpenNLUHighRecallRequest::setBusiness(const std::string &business) { - business_ = business; - setParameter(std::string("Business"), business); +std::string GetOpenNLUHighRecallRequest::getLabels()const +{ + return labels_; } -std::string GetOpenNLUHighRecallRequest::getLabels() const { - return labels_; +void GetOpenNLUHighRecallRequest::setLabels(const std::string& labels) +{ + labels_ = labels; + setBodyParameter("Labels", labels); } -void GetOpenNLUHighRecallRequest::setLabels(const std::string &labels) { - labels_ = labels; - setBodyParameter(std::string("Labels"), labels); +std::string GetOpenNLUHighRecallRequest::getTask()const +{ + return task_; } -std::string GetOpenNLUHighRecallRequest::getTask() const { - return task_; +void GetOpenNLUHighRecallRequest::setTask(const std::string& task) +{ + task_ = task; + setBodyParameter("Task", task); } -void GetOpenNLUHighRecallRequest::setTask(const std::string &task) { - task_ = task; - setBodyParameter(std::string("Task"), task); +std::string GetOpenNLUHighRecallRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetOpenNLUHighRecallRequest::getServiceCode() const { - return serviceCode_; +void GetOpenNLUHighRecallRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetOpenNLUHighRecallRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetOpenNLUHighRecallRequest::getExamples()const +{ + return examples_; } -std::string GetOpenNLUHighRecallRequest::getExamples() const { - return examples_; -} - -void GetOpenNLUHighRecallRequest::setExamples(const std::string &examples) { - examples_ = examples; - setBodyParameter(std::string("Examples"), examples); +void GetOpenNLUHighRecallRequest::setExamples(const std::string& examples) +{ + examples_ = examples; + setBodyParameter("Examples", examples); } diff --git a/alinlp/src/model/GetOpenNLURequest.cc b/alinlp/src/model/GetOpenNLURequest.cc index 58018cfd9..c6dc389b9 100644 --- a/alinlp/src/model/GetOpenNLURequest.cc +++ b/alinlp/src/model/GetOpenNLURequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetOpenNLURequest; - -GetOpenNLURequest::GetOpenNLURequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetOpenNLU") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetOpenNLURequest; + +GetOpenNLURequest::GetOpenNLURequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetOpenNLU") +{ + setMethod(HttpRequest::Method::Post); +} + +GetOpenNLURequest::~GetOpenNLURequest() +{} + +std::string GetOpenNLURequest::getSentence()const +{ + return sentence_; } -GetOpenNLURequest::~GetOpenNLURequest() {} - -std::string GetOpenNLURequest::getSentence() const { - return sentence_; +void GetOpenNLURequest::setSentence(const std::string& sentence) +{ + sentence_ = sentence; + setBodyParameter("Sentence", sentence); } -void GetOpenNLURequest::setSentence(const std::string &sentence) { - sentence_ = sentence; - setBodyParameter(std::string("Sentence"), sentence); +std::string GetOpenNLURequest::getBusiness()const +{ + return business_; } -std::string GetOpenNLURequest::getBusiness() const { - return business_; +void GetOpenNLURequest::setBusiness(const std::string& business) +{ + business_ = business; + setParameter("Business", business); } -void GetOpenNLURequest::setBusiness(const std::string &business) { - business_ = business; - setParameter(std::string("Business"), business); +std::string GetOpenNLURequest::getLabels()const +{ + return labels_; } -std::string GetOpenNLURequest::getLabels() const { - return labels_; +void GetOpenNLURequest::setLabels(const std::string& labels) +{ + labels_ = labels; + setBodyParameter("Labels", labels); } -void GetOpenNLURequest::setLabels(const std::string &labels) { - labels_ = labels; - setBodyParameter(std::string("Labels"), labels); +std::string GetOpenNLURequest::getTask()const +{ + return task_; } -std::string GetOpenNLURequest::getTask() const { - return task_; +void GetOpenNLURequest::setTask(const std::string& task) +{ + task_ = task; + setBodyParameter("Task", task); } -void GetOpenNLURequest::setTask(const std::string &task) { - task_ = task; - setBodyParameter(std::string("Task"), task); +std::string GetOpenNLURequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetOpenNLURequest::getServiceCode() const { - return serviceCode_; +void GetOpenNLURequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetOpenNLURequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetOpenNLURequest::getExamples()const +{ + return examples_; } -std::string GetOpenNLURequest::getExamples() const { - return examples_; -} - -void GetOpenNLURequest::setExamples(const std::string &examples) { - examples_ = examples; - setBodyParameter(std::string("Examples"), examples); +void GetOpenNLURequest::setExamples(const std::string& examples) +{ + examples_ = examples; + setBodyParameter("Examples", examples); } diff --git a/alinlp/src/model/GetOpenStatusOfServiceCenterRequest.cc b/alinlp/src/model/GetOpenStatusOfServiceCenterRequest.cc new file mode 100644 index 000000000..fc1935bfa --- /dev/null +++ b/alinlp/src/model/GetOpenStatusOfServiceCenterRequest.cc @@ -0,0 +1,62 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::GetOpenStatusOfServiceCenterRequest; + +GetOpenStatusOfServiceCenterRequest::GetOpenStatusOfServiceCenterRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetOpenStatusOfServiceCenter") +{ + setMethod(HttpRequest::Method::Post); +} + +GetOpenStatusOfServiceCenterRequest::~GetOpenStatusOfServiceCenterRequest() +{} + +std::string GetOpenStatusOfServiceCenterRequest::getOneLevelCategoryName()const +{ + return oneLevelCategoryName_; +} + +void GetOpenStatusOfServiceCenterRequest::setOneLevelCategoryName(const std::string& oneLevelCategoryName) +{ + oneLevelCategoryName_ = oneLevelCategoryName; + setBodyParameter("OneLevelCategoryName", oneLevelCategoryName); +} + +std::string GetOpenStatusOfServiceCenterRequest::getServiceCode()const +{ + return serviceCode_; +} + +void GetOpenStatusOfServiceCenterRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + +std::string GetOpenStatusOfServiceCenterRequest::getTwoLevelCategoryName()const +{ + return twoLevelCategoryName_; +} + +void GetOpenStatusOfServiceCenterRequest::setTwoLevelCategoryName(const std::string& twoLevelCategoryName) +{ + twoLevelCategoryName_ = twoLevelCategoryName; + setBodyParameter("TwoLevelCategoryName", twoLevelCategoryName); +} + diff --git a/alinlp/src/model/GetOpenStatusOfServiceCenterResult.cc b/alinlp/src/model/GetOpenStatusOfServiceCenterResult.cc new file mode 100644 index 000000000..5cde58f6f --- /dev/null +++ b/alinlp/src/model/GetOpenStatusOfServiceCenterResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +GetOpenStatusOfServiceCenterResult::GetOpenStatusOfServiceCenterResult() : + ServiceResult() +{} + +GetOpenStatusOfServiceCenterResult::GetOpenStatusOfServiceCenterResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +GetOpenStatusOfServiceCenterResult::~GetOpenStatusOfServiceCenterResult() +{} + +void GetOpenStatusOfServiceCenterResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string GetOpenStatusOfServiceCenterResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/GetOperationChMedicalRequest.cc b/alinlp/src/model/GetOperationChMedicalRequest.cc index b4f3ee6de..98d5cc4e8 100644 --- a/alinlp/src/model/GetOperationChMedicalRequest.cc +++ b/alinlp/src/model/GetOperationChMedicalRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetOperationChMedicalRequest; - -GetOperationChMedicalRequest::GetOperationChMedicalRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetOperationChMedical") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetOperationChMedicalRequest; + +GetOperationChMedicalRequest::GetOperationChMedicalRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetOperationChMedical") +{ + setMethod(HttpRequest::Method::Post); +} + +GetOperationChMedicalRequest::~GetOperationChMedicalRequest() +{} + +std::string GetOperationChMedicalRequest::getServiceCode()const +{ + return serviceCode_; } -GetOperationChMedicalRequest::~GetOperationChMedicalRequest() {} - -std::string GetOperationChMedicalRequest::getServiceCode() const { - return serviceCode_; +void GetOperationChMedicalRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetOperationChMedicalRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetOperationChMedicalRequest::getName()const +{ + return name_; } -std::string GetOperationChMedicalRequest::getName() const { - return name_; -} - -void GetOperationChMedicalRequest::setName(const std::string &name) { - name_ = name; - setBodyParameter(std::string("Name"), name); +void GetOperationChMedicalRequest::setName(const std::string& name) +{ + name_ = name; + setBodyParameter("Name", name); } diff --git a/alinlp/src/model/GetPosChEcomRequest.cc b/alinlp/src/model/GetPosChEcomRequest.cc index 5c27dc217..335bfa089 100644 --- a/alinlp/src/model/GetPosChEcomRequest.cc +++ b/alinlp/src/model/GetPosChEcomRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetPosChEcomRequest; - -GetPosChEcomRequest::GetPosChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetPosChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetPosChEcomRequest; + +GetPosChEcomRequest::GetPosChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetPosChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetPosChEcomRequest::~GetPosChEcomRequest() +{} + +std::string GetPosChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetPosChEcomRequest::~GetPosChEcomRequest() {} - -std::string GetPosChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetPosChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetPosChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetPosChEcomRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetPosChEcomRequest::getTokenizerId() const { - return tokenizerId_; +void GetPosChEcomRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetPosChEcomRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetPosChEcomRequest::getText()const +{ + return text_; } -std::string GetPosChEcomRequest::getText() const { - return text_; +void GetPosChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetPosChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetPosChEcomRequest::getOutType()const +{ + return outType_; } -std::string GetPosChEcomRequest::getOutType() const { - return outType_; -} - -void GetPosChEcomRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetPosChEcomRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetPosChGeneralRequest.cc b/alinlp/src/model/GetPosChGeneralRequest.cc index 2259df547..ce0721c90 100644 --- a/alinlp/src/model/GetPosChGeneralRequest.cc +++ b/alinlp/src/model/GetPosChGeneralRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetPosChGeneralRequest; - -GetPosChGeneralRequest::GetPosChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetPosChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetPosChGeneralRequest; + +GetPosChGeneralRequest::GetPosChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetPosChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetPosChGeneralRequest::~GetPosChGeneralRequest() +{} + +std::string GetPosChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetPosChGeneralRequest::~GetPosChGeneralRequest() {} - -std::string GetPosChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetPosChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetPosChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetPosChGeneralRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetPosChGeneralRequest::getTokenizerId() const { - return tokenizerId_; +void GetPosChGeneralRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetPosChGeneralRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetPosChGeneralRequest::getText()const +{ + return text_; } -std::string GetPosChGeneralRequest::getText() const { - return text_; +void GetPosChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetPosChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetPosChGeneralRequest::getOutType()const +{ + return outType_; } -std::string GetPosChGeneralRequest::getOutType() const { - return outType_; -} - -void GetPosChGeneralRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetPosChGeneralRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetPriceChEcomRequest.cc b/alinlp/src/model/GetPriceChEcomRequest.cc index 0541655ce..a98475520 100644 --- a/alinlp/src/model/GetPriceChEcomRequest.cc +++ b/alinlp/src/model/GetPriceChEcomRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetPriceChEcomRequest; - -GetPriceChEcomRequest::GetPriceChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetPriceChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetPriceChEcomRequest; + +GetPriceChEcomRequest::GetPriceChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetPriceChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetPriceChEcomRequest::~GetPriceChEcomRequest() +{} + +std::string GetPriceChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetPriceChEcomRequest::~GetPriceChEcomRequest() {} - -std::string GetPriceChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetPriceChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetPriceChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetPriceChEcomRequest::getText()const +{ + return text_; } -std::string GetPriceChEcomRequest::getText() const { - return text_; -} - -void GetPriceChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetPriceChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetSSETestRequest.cc b/alinlp/src/model/GetSSETestRequest.cc index 17ac691f7..90b680e13 100644 --- a/alinlp/src/model/GetSSETestRequest.cc +++ b/alinlp/src/model/GetSSETestRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetSSETestRequest; - -GetSSETestRequest::GetSSETestRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetSSETest") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetSSETestRequest; + +GetSSETestRequest::GetSSETestRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetSSETest") +{ + setMethod(HttpRequest::Method::Post); +} + +GetSSETestRequest::~GetSSETestRequest() +{} + +std::string GetSSETestRequest::getParams()const +{ + return params_; } -GetSSETestRequest::~GetSSETestRequest() {} - -std::string GetSSETestRequest::getParams() const { - return params_; +void GetSSETestRequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void GetSSETestRequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string GetSSETestRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetSSETestRequest::getServiceCode() const { - return serviceCode_; -} - -void GetSSETestRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void GetSSETestRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } diff --git a/alinlp/src/model/GetSaChGeneralRequest.cc b/alinlp/src/model/GetSaChGeneralRequest.cc index f8f4c04b7..e16607d6e 100644 --- a/alinlp/src/model/GetSaChGeneralRequest.cc +++ b/alinlp/src/model/GetSaChGeneralRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetSaChGeneralRequest; - -GetSaChGeneralRequest::GetSaChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetSaChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetSaChGeneralRequest; + +GetSaChGeneralRequest::GetSaChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetSaChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetSaChGeneralRequest::~GetSaChGeneralRequest() +{} + +std::string GetSaChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetSaChGeneralRequest::~GetSaChGeneralRequest() {} - -std::string GetSaChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetSaChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetSaChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetSaChGeneralRequest::getText()const +{ + return text_; } -std::string GetSaChGeneralRequest::getText() const { - return text_; -} - -void GetSaChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetSaChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetSaSeaEcomRequest.cc b/alinlp/src/model/GetSaSeaEcomRequest.cc index 2a8b87d9d..fd0872b6a 100644 --- a/alinlp/src/model/GetSaSeaEcomRequest.cc +++ b/alinlp/src/model/GetSaSeaEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetSaSeaEcomRequest; - -GetSaSeaEcomRequest::GetSaSeaEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetSaSeaEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetSaSeaEcomRequest; + +GetSaSeaEcomRequest::GetSaSeaEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetSaSeaEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetSaSeaEcomRequest::~GetSaSeaEcomRequest() +{} + +std::string GetSaSeaEcomRequest::getLanguage()const +{ + return language_; } -GetSaSeaEcomRequest::~GetSaSeaEcomRequest() {} - -std::string GetSaSeaEcomRequest::getLanguage() const { - return language_; +void GetSaSeaEcomRequest::setLanguage(const std::string& language) +{ + language_ = language; + setBodyParameter("Language", language); } -void GetSaSeaEcomRequest::setLanguage(const std::string &language) { - language_ = language; - setBodyParameter(std::string("Language"), language); +std::string GetSaSeaEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetSaSeaEcomRequest::getServiceCode() const { - return serviceCode_; +void GetSaSeaEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetSaSeaEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetSaSeaEcomRequest::getText()const +{ + return text_; } -std::string GetSaSeaEcomRequest::getText() const { - return text_; -} - -void GetSaSeaEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetSaSeaEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetSimilarityChMedicalRequest.cc b/alinlp/src/model/GetSimilarityChMedicalRequest.cc index 061d2f11f..8f44ec1d0 100644 --- a/alinlp/src/model/GetSimilarityChMedicalRequest.cc +++ b/alinlp/src/model/GetSimilarityChMedicalRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetSimilarityChMedicalRequest; - -GetSimilarityChMedicalRequest::GetSimilarityChMedicalRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetSimilarityChMedical") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetSimilarityChMedicalRequest; + +GetSimilarityChMedicalRequest::GetSimilarityChMedicalRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetSimilarityChMedical") +{ + setMethod(HttpRequest::Method::Post); +} + +GetSimilarityChMedicalRequest::~GetSimilarityChMedicalRequest() +{} + +std::string GetSimilarityChMedicalRequest::getServiceCode()const +{ + return serviceCode_; } -GetSimilarityChMedicalRequest::~GetSimilarityChMedicalRequest() {} - -std::string GetSimilarityChMedicalRequest::getServiceCode() const { - return serviceCode_; +void GetSimilarityChMedicalRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetSimilarityChMedicalRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetSimilarityChMedicalRequest::getOriginT()const +{ + return originT_; } -std::string GetSimilarityChMedicalRequest::getOriginT() const { - return originT_; +void GetSimilarityChMedicalRequest::setOriginT(const std::string& originT) +{ + originT_ = originT; + setBodyParameter("OriginT", originT); } -void GetSimilarityChMedicalRequest::setOriginT(const std::string &originT) { - originT_ = originT; - setBodyParameter(std::string("OriginT"), originT); +std::string GetSimilarityChMedicalRequest::getOriginQ()const +{ + return originQ_; } -std::string GetSimilarityChMedicalRequest::getOriginQ() const { - return originQ_; -} - -void GetSimilarityChMedicalRequest::setOriginQ(const std::string &originQ) { - originQ_ = originQ; - setBodyParameter(std::string("OriginQ"), originQ); +void GetSimilarityChMedicalRequest::setOriginQ(const std::string& originQ) +{ + originQ_ = originQ; + setBodyParameter("OriginQ", originQ); } diff --git a/alinlp/src/model/GetSummaryChEcomRequest.cc b/alinlp/src/model/GetSummaryChEcomRequest.cc index 827347ab4..0326199fe 100644 --- a/alinlp/src/model/GetSummaryChEcomRequest.cc +++ b/alinlp/src/model/GetSummaryChEcomRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetSummaryChEcomRequest; - -GetSummaryChEcomRequest::GetSummaryChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetSummaryChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetSummaryChEcomRequest; + +GetSummaryChEcomRequest::GetSummaryChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetSummaryChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetSummaryChEcomRequest::~GetSummaryChEcomRequest() +{} + +std::string GetSummaryChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetSummaryChEcomRequest::~GetSummaryChEcomRequest() {} - -std::string GetSummaryChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetSummaryChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetSummaryChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetSummaryChEcomRequest::getText()const +{ + return text_; } -std::string GetSummaryChEcomRequest::getText() const { - return text_; -} - -void GetSummaryChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetSummaryChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetTableQAServiceInfoByIdRequest.cc b/alinlp/src/model/GetTableQAServiceInfoByIdRequest.cc index a94cff668..1e867644c 100644 --- a/alinlp/src/model/GetTableQAServiceInfoByIdRequest.cc +++ b/alinlp/src/model/GetTableQAServiceInfoByIdRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetTableQAServiceInfoByIdRequest; - -GetTableQAServiceInfoByIdRequest::GetTableQAServiceInfoByIdRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetTableQAServiceInfoById") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetTableQAServiceInfoByIdRequest; + +GetTableQAServiceInfoByIdRequest::GetTableQAServiceInfoByIdRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetTableQAServiceInfoById") +{ + setMethod(HttpRequest::Method::Post); +} + +GetTableQAServiceInfoByIdRequest::~GetTableQAServiceInfoByIdRequest() +{} + +std::string GetTableQAServiceInfoByIdRequest::getServiceCode()const +{ + return serviceCode_; } -GetTableQAServiceInfoByIdRequest::~GetTableQAServiceInfoByIdRequest() {} - -std::string GetTableQAServiceInfoByIdRequest::getServiceCode() const { - return serviceCode_; +void GetTableQAServiceInfoByIdRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetTableQAServiceInfoByIdRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetTableQAServiceInfoByIdRequest::getServiceId()const +{ + return serviceId_; } -std::string GetTableQAServiceInfoByIdRequest::getServiceId() const { - return serviceId_; -} - -void GetTableQAServiceInfoByIdRequest::setServiceId(const std::string &serviceId) { - serviceId_ = serviceId; - setBodyParameter(std::string("ServiceId"), serviceId); +void GetTableQAServiceInfoByIdRequest::setServiceId(const std::string& serviceId) +{ + serviceId_ = serviceId; + setBodyParameter("ServiceId", serviceId); } diff --git a/alinlp/src/model/GetTcChEcomRequest.cc b/alinlp/src/model/GetTcChEcomRequest.cc index aeb469cc6..47580a8f1 100644 --- a/alinlp/src/model/GetTcChEcomRequest.cc +++ b/alinlp/src/model/GetTcChEcomRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetTcChEcomRequest; - -GetTcChEcomRequest::GetTcChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetTcChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetTcChEcomRequest; + +GetTcChEcomRequest::GetTcChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetTcChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetTcChEcomRequest::~GetTcChEcomRequest() +{} + +std::string GetTcChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -GetTcChEcomRequest::~GetTcChEcomRequest() {} - -std::string GetTcChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetTcChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetTcChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetTcChEcomRequest::getText()const +{ + return text_; } -std::string GetTcChEcomRequest::getText() const { - return text_; -} - -void GetTcChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetTcChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetTcChGeneralRequest.cc b/alinlp/src/model/GetTcChGeneralRequest.cc index 0a806bd0b..700e3fd29 100644 --- a/alinlp/src/model/GetTcChGeneralRequest.cc +++ b/alinlp/src/model/GetTcChGeneralRequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetTcChGeneralRequest; - -GetTcChGeneralRequest::GetTcChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetTcChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetTcChGeneralRequest; + +GetTcChGeneralRequest::GetTcChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetTcChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetTcChGeneralRequest::~GetTcChGeneralRequest() +{} + +std::string GetTcChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetTcChGeneralRequest::~GetTcChGeneralRequest() {} - -std::string GetTcChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetTcChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetTcChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetTcChGeneralRequest::getText()const +{ + return text_; } -std::string GetTcChGeneralRequest::getText() const { - return text_; -} - -void GetTcChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetTcChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetTsChEcomRequest.cc b/alinlp/src/model/GetTsChEcomRequest.cc index 41a115ae6..6b1f07531 100644 --- a/alinlp/src/model/GetTsChEcomRequest.cc +++ b/alinlp/src/model/GetTsChEcomRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetTsChEcomRequest; - -GetTsChEcomRequest::GetTsChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetTsChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetTsChEcomRequest; + +GetTsChEcomRequest::GetTsChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetTsChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetTsChEcomRequest::~GetTsChEcomRequest() +{} + +std::string GetTsChEcomRequest::getType()const +{ + return type_; } -GetTsChEcomRequest::~GetTsChEcomRequest() {} - -std::string GetTsChEcomRequest::getType() const { - return type_; +void GetTsChEcomRequest::setType(const std::string& type) +{ + type_ = type; + setBodyParameter("Type", type); } -void GetTsChEcomRequest::setType(const std::string &type) { - type_ = type; - setBodyParameter(std::string("Type"), type); +std::string GetTsChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetTsChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetTsChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetTsChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetTsChEcomRequest::getOriginT()const +{ + return originT_; } -std::string GetTsChEcomRequest::getOriginT() const { - return originT_; +void GetTsChEcomRequest::setOriginT(const std::string& originT) +{ + originT_ = originT; + setBodyParameter("OriginT", originT); } -void GetTsChEcomRequest::setOriginT(const std::string &originT) { - originT_ = originT; - setBodyParameter(std::string("OriginT"), originT); +std::string GetTsChEcomRequest::getOriginQ()const +{ + return originQ_; } -std::string GetTsChEcomRequest::getOriginQ() const { - return originQ_; -} - -void GetTsChEcomRequest::setOriginQ(const std::string &originQ) { - originQ_ = originQ; - setBodyParameter(std::string("OriginQ"), originQ); +void GetTsChEcomRequest::setOriginQ(const std::string& originQ) +{ + originQ_ = originQ; + setBodyParameter("OriginQ", originQ); } diff --git a/alinlp/src/model/GetUserUploadSignRequest.cc b/alinlp/src/model/GetUserUploadSignRequest.cc index 79440615a..5df4b71be 100644 --- a/alinlp/src/model/GetUserUploadSignRequest.cc +++ b/alinlp/src/model/GetUserUploadSignRequest.cc @@ -1,36 +1,40 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetUserUploadSignRequest; - -GetUserUploadSignRequest::GetUserUploadSignRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetUserUploadSign") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetUserUploadSignRequest; + +GetUserUploadSignRequest::GetUserUploadSignRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetUserUploadSign") +{ + setMethod(HttpRequest::Method::Post); +} + +GetUserUploadSignRequest::~GetUserUploadSignRequest() +{} + +std::string GetUserUploadSignRequest::getServiceCode()const +{ + return serviceCode_; } -GetUserUploadSignRequest::~GetUserUploadSignRequest() {} - -std::string GetUserUploadSignRequest::getServiceCode() const { - return serviceCode_; -} - -void GetUserUploadSignRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void GetUserUploadSignRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } diff --git a/alinlp/src/model/GetWeChCommentRequest.cc b/alinlp/src/model/GetWeChCommentRequest.cc index faeca867a..a9fe39c93 100644 --- a/alinlp/src/model/GetWeChCommentRequest.cc +++ b/alinlp/src/model/GetWeChCommentRequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWeChCommentRequest; - -GetWeChCommentRequest::GetWeChCommentRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWeChComment") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWeChCommentRequest; + +GetWeChCommentRequest::GetWeChCommentRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWeChComment") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWeChCommentRequest::~GetWeChCommentRequest() +{} + +std::string GetWeChCommentRequest::getType()const +{ + return type_; } -GetWeChCommentRequest::~GetWeChCommentRequest() {} - -std::string GetWeChCommentRequest::getType() const { - return type_; +void GetWeChCommentRequest::setType(const std::string& type) +{ + type_ = type; + setBodyParameter("Type", type); } -void GetWeChCommentRequest::setType(const std::string &type) { - type_ = type; - setBodyParameter(std::string("Type"), type); +std::string GetWeChCommentRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWeChCommentRequest::getServiceCode() const { - return serviceCode_; +void GetWeChCommentRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWeChCommentRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWeChCommentRequest::getSize()const +{ + return size_; } -std::string GetWeChCommentRequest::getSize() const { - return size_; +void GetWeChCommentRequest::setSize(const std::string& size) +{ + size_ = size; + setBodyParameter("Size", size); } -void GetWeChCommentRequest::setSize(const std::string &size) { - size_ = size; - setBodyParameter(std::string("Size"), size); +std::string GetWeChCommentRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWeChCommentRequest::getTokenizerId() const { - return tokenizerId_; +void GetWeChCommentRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWeChCommentRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWeChCommentRequest::getText()const +{ + return text_; } -std::string GetWeChCommentRequest::getText() const { - return text_; +void GetWeChCommentRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWeChCommentRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWeChCommentRequest::getOperation()const +{ + return operation_; } -std::string GetWeChCommentRequest::getOperation() const { - return operation_; -} - -void GetWeChCommentRequest::setOperation(const std::string &operation) { - operation_ = operation; - setBodyParameter(std::string("Operation"), operation); +void GetWeChCommentRequest::setOperation(const std::string& operation) +{ + operation_ = operation; + setBodyParameter("Operation", operation); } diff --git a/alinlp/src/model/GetWeChEcomRequest.cc b/alinlp/src/model/GetWeChEcomRequest.cc index 6711d0665..13d3ba569 100644 --- a/alinlp/src/model/GetWeChEcomRequest.cc +++ b/alinlp/src/model/GetWeChEcomRequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWeChEcomRequest; - -GetWeChEcomRequest::GetWeChEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWeChEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWeChEcomRequest; + +GetWeChEcomRequest::GetWeChEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWeChEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWeChEcomRequest::~GetWeChEcomRequest() +{} + +std::string GetWeChEcomRequest::getType()const +{ + return type_; } -GetWeChEcomRequest::~GetWeChEcomRequest() {} - -std::string GetWeChEcomRequest::getType() const { - return type_; +void GetWeChEcomRequest::setType(const std::string& type) +{ + type_ = type; + setBodyParameter("Type", type); } -void GetWeChEcomRequest::setType(const std::string &type) { - type_ = type; - setBodyParameter(std::string("Type"), type); +std::string GetWeChEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWeChEcomRequest::getServiceCode() const { - return serviceCode_; +void GetWeChEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWeChEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWeChEcomRequest::getSize()const +{ + return size_; } -std::string GetWeChEcomRequest::getSize() const { - return size_; +void GetWeChEcomRequest::setSize(const std::string& size) +{ + size_ = size; + setBodyParameter("Size", size); } -void GetWeChEcomRequest::setSize(const std::string &size) { - size_ = size; - setBodyParameter(std::string("Size"), size); +std::string GetWeChEcomRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWeChEcomRequest::getTokenizerId() const { - return tokenizerId_; +void GetWeChEcomRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWeChEcomRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWeChEcomRequest::getText()const +{ + return text_; } -std::string GetWeChEcomRequest::getText() const { - return text_; +void GetWeChEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWeChEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWeChEcomRequest::getOperation()const +{ + return operation_; } -std::string GetWeChEcomRequest::getOperation() const { - return operation_; -} - -void GetWeChEcomRequest::setOperation(const std::string &operation) { - operation_ = operation; - setBodyParameter(std::string("Operation"), operation); +void GetWeChEcomRequest::setOperation(const std::string& operation) +{ + operation_ = operation; + setBodyParameter("Operation", operation); } diff --git a/alinlp/src/model/GetWeChEntertainmentRequest.cc b/alinlp/src/model/GetWeChEntertainmentRequest.cc index 375ad0172..fc6d344a9 100644 --- a/alinlp/src/model/GetWeChEntertainmentRequest.cc +++ b/alinlp/src/model/GetWeChEntertainmentRequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWeChEntertainmentRequest; - -GetWeChEntertainmentRequest::GetWeChEntertainmentRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWeChEntertainment") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWeChEntertainmentRequest; + +GetWeChEntertainmentRequest::GetWeChEntertainmentRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWeChEntertainment") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWeChEntertainmentRequest::~GetWeChEntertainmentRequest() +{} + +std::string GetWeChEntertainmentRequest::getType()const +{ + return type_; } -GetWeChEntertainmentRequest::~GetWeChEntertainmentRequest() {} - -std::string GetWeChEntertainmentRequest::getType() const { - return type_; +void GetWeChEntertainmentRequest::setType(const std::string& type) +{ + type_ = type; + setBodyParameter("Type", type); } -void GetWeChEntertainmentRequest::setType(const std::string &type) { - type_ = type; - setBodyParameter(std::string("Type"), type); +std::string GetWeChEntertainmentRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWeChEntertainmentRequest::getServiceCode() const { - return serviceCode_; +void GetWeChEntertainmentRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWeChEntertainmentRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWeChEntertainmentRequest::getSize()const +{ + return size_; } -std::string GetWeChEntertainmentRequest::getSize() const { - return size_; +void GetWeChEntertainmentRequest::setSize(const std::string& size) +{ + size_ = size; + setBodyParameter("Size", size); } -void GetWeChEntertainmentRequest::setSize(const std::string &size) { - size_ = size; - setBodyParameter(std::string("Size"), size); +std::string GetWeChEntertainmentRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWeChEntertainmentRequest::getTokenizerId() const { - return tokenizerId_; +void GetWeChEntertainmentRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWeChEntertainmentRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWeChEntertainmentRequest::getText()const +{ + return text_; } -std::string GetWeChEntertainmentRequest::getText() const { - return text_; +void GetWeChEntertainmentRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWeChEntertainmentRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWeChEntertainmentRequest::getOperation()const +{ + return operation_; } -std::string GetWeChEntertainmentRequest::getOperation() const { - return operation_; -} - -void GetWeChEntertainmentRequest::setOperation(const std::string &operation) { - operation_ = operation; - setBodyParameter(std::string("Operation"), operation); +void GetWeChEntertainmentRequest::setOperation(const std::string& operation) +{ + operation_ = operation; + setBodyParameter("Operation", operation); } diff --git a/alinlp/src/model/GetWeChGeneralRequest.cc b/alinlp/src/model/GetWeChGeneralRequest.cc index 7196f2f87..297e62981 100644 --- a/alinlp/src/model/GetWeChGeneralRequest.cc +++ b/alinlp/src/model/GetWeChGeneralRequest.cc @@ -1,72 +1,84 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWeChGeneralRequest; - -GetWeChGeneralRequest::GetWeChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWeChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWeChGeneralRequest; + +GetWeChGeneralRequest::GetWeChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWeChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWeChGeneralRequest::~GetWeChGeneralRequest() +{} + +std::string GetWeChGeneralRequest::getType()const +{ + return type_; } -GetWeChGeneralRequest::~GetWeChGeneralRequest() {} - -std::string GetWeChGeneralRequest::getType() const { - return type_; +void GetWeChGeneralRequest::setType(const std::string& type) +{ + type_ = type; + setBodyParameter("Type", type); } -void GetWeChGeneralRequest::setType(const std::string &type) { - type_ = type; - setBodyParameter(std::string("Type"), type); +std::string GetWeChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWeChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetWeChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWeChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWeChGeneralRequest::getSize()const +{ + return size_; } -std::string GetWeChGeneralRequest::getSize() const { - return size_; +void GetWeChGeneralRequest::setSize(const std::string& size) +{ + size_ = size; + setBodyParameter("Size", size); } -void GetWeChGeneralRequest::setSize(const std::string &size) { - size_ = size; - setBodyParameter(std::string("Size"), size); +std::string GetWeChGeneralRequest::getText()const +{ + return text_; } -std::string GetWeChGeneralRequest::getText() const { - return text_; +void GetWeChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWeChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWeChGeneralRequest::getOperation()const +{ + return operation_; } -std::string GetWeChGeneralRequest::getOperation() const { - return operation_; -} - -void GetWeChGeneralRequest::setOperation(const std::string &operation) { - operation_ = operation; - setBodyParameter(std::string("Operation"), operation); +void GetWeChGeneralRequest::setOperation(const std::string& operation) +{ + operation_ = operation; + setBodyParameter("Operation", operation); } diff --git a/alinlp/src/model/GetWeChSearchRequest.cc b/alinlp/src/model/GetWeChSearchRequest.cc index 4631c40fc..f07bad73f 100644 --- a/alinlp/src/model/GetWeChSearchRequest.cc +++ b/alinlp/src/model/GetWeChSearchRequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWeChSearchRequest; - -GetWeChSearchRequest::GetWeChSearchRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWeChSearch") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWeChSearchRequest; + +GetWeChSearchRequest::GetWeChSearchRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWeChSearch") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWeChSearchRequest::~GetWeChSearchRequest() +{} + +std::string GetWeChSearchRequest::getType()const +{ + return type_; } -GetWeChSearchRequest::~GetWeChSearchRequest() {} - -std::string GetWeChSearchRequest::getType() const { - return type_; +void GetWeChSearchRequest::setType(const std::string& type) +{ + type_ = type; + setBodyParameter("Type", type); } -void GetWeChSearchRequest::setType(const std::string &type) { - type_ = type; - setBodyParameter(std::string("Type"), type); +std::string GetWeChSearchRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWeChSearchRequest::getServiceCode() const { - return serviceCode_; +void GetWeChSearchRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWeChSearchRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWeChSearchRequest::getSize()const +{ + return size_; } -std::string GetWeChSearchRequest::getSize() const { - return size_; +void GetWeChSearchRequest::setSize(const std::string& size) +{ + size_ = size; + setBodyParameter("Size", size); } -void GetWeChSearchRequest::setSize(const std::string &size) { - size_ = size; - setBodyParameter(std::string("Size"), size); +std::string GetWeChSearchRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWeChSearchRequest::getTokenizerId() const { - return tokenizerId_; +void GetWeChSearchRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWeChSearchRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWeChSearchRequest::getText()const +{ + return text_; } -std::string GetWeChSearchRequest::getText() const { - return text_; +void GetWeChSearchRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWeChSearchRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWeChSearchRequest::getOperation()const +{ + return operation_; } -std::string GetWeChSearchRequest::getOperation() const { - return operation_; -} - -void GetWeChSearchRequest::setOperation(const std::string &operation) { - operation_ = operation; - setBodyParameter(std::string("Operation"), operation); +void GetWeChSearchRequest::setOperation(const std::string& operation) +{ + operation_ = operation; + setBodyParameter("Operation", operation); } diff --git a/alinlp/src/model/GetWsChGeneralRequest.cc b/alinlp/src/model/GetWsChGeneralRequest.cc index 8467d003d..2b488b8f2 100644 --- a/alinlp/src/model/GetWsChGeneralRequest.cc +++ b/alinlp/src/model/GetWsChGeneralRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsChGeneralRequest; - -GetWsChGeneralRequest::GetWsChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsChGeneralRequest; + +GetWsChGeneralRequest::GetWsChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsChGeneralRequest::~GetWsChGeneralRequest() +{} + +std::string GetWsChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetWsChGeneralRequest::~GetWsChGeneralRequest() {} - -std::string GetWsChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetWsChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsChGeneralRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsChGeneralRequest::getTokenizerId() const { - return tokenizerId_; +void GetWsChGeneralRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsChGeneralRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsChGeneralRequest::getText()const +{ + return text_; } -std::string GetWsChGeneralRequest::getText() const { - return text_; +void GetWsChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsChGeneralRequest::getOutType()const +{ + return outType_; } -std::string GetWsChGeneralRequest::getOutType() const { - return outType_; -} - -void GetWsChGeneralRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsChGeneralRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedChEcomCommentRequest.cc b/alinlp/src/model/GetWsCustomizedChEcomCommentRequest.cc index 40faf5fcc..7ad0bc712 100644 --- a/alinlp/src/model/GetWsCustomizedChEcomCommentRequest.cc +++ b/alinlp/src/model/GetWsCustomizedChEcomCommentRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEcomCommentRequest; - -GetWsCustomizedChEcomCommentRequest::GetWsCustomizedChEcomCommentRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEcomComment") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEcomCommentRequest; + +GetWsCustomizedChEcomCommentRequest::GetWsCustomizedChEcomCommentRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEcomComment") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedChEcomCommentRequest::~GetWsCustomizedChEcomCommentRequest() +{} + +std::string GetWsCustomizedChEcomCommentRequest::getServiceCode()const +{ + return serviceCode_; } -GetWsCustomizedChEcomCommentRequest::~GetWsCustomizedChEcomCommentRequest() {} - -std::string GetWsCustomizedChEcomCommentRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedChEcomCommentRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedChEcomCommentRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedChEcomCommentRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsCustomizedChEcomCommentRequest::getTokenizerId() const { - return tokenizerId_; +void GetWsCustomizedChEcomCommentRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsCustomizedChEcomCommentRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsCustomizedChEcomCommentRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedChEcomCommentRequest::getText() const { - return text_; +void GetWsCustomizedChEcomCommentRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsCustomizedChEcomCommentRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsCustomizedChEcomCommentRequest::getOutType()const +{ + return outType_; } -std::string GetWsCustomizedChEcomCommentRequest::getOutType() const { - return outType_; -} - -void GetWsCustomizedChEcomCommentRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsCustomizedChEcomCommentRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedChEcomContentRequest.cc b/alinlp/src/model/GetWsCustomizedChEcomContentRequest.cc index 686180673..62b0e9d51 100644 --- a/alinlp/src/model/GetWsCustomizedChEcomContentRequest.cc +++ b/alinlp/src/model/GetWsCustomizedChEcomContentRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEcomContentRequest; - -GetWsCustomizedChEcomContentRequest::GetWsCustomizedChEcomContentRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEcomContent") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEcomContentRequest; + +GetWsCustomizedChEcomContentRequest::GetWsCustomizedChEcomContentRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEcomContent") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedChEcomContentRequest::~GetWsCustomizedChEcomContentRequest() +{} + +std::string GetWsCustomizedChEcomContentRequest::getServiceCode()const +{ + return serviceCode_; } -GetWsCustomizedChEcomContentRequest::~GetWsCustomizedChEcomContentRequest() {} - -std::string GetWsCustomizedChEcomContentRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedChEcomContentRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedChEcomContentRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedChEcomContentRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsCustomizedChEcomContentRequest::getTokenizerId() const { - return tokenizerId_; +void GetWsCustomizedChEcomContentRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsCustomizedChEcomContentRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsCustomizedChEcomContentRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedChEcomContentRequest::getText() const { - return text_; +void GetWsCustomizedChEcomContentRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsCustomizedChEcomContentRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsCustomizedChEcomContentRequest::getOutType()const +{ + return outType_; } -std::string GetWsCustomizedChEcomContentRequest::getOutType() const { - return outType_; -} - -void GetWsCustomizedChEcomContentRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsCustomizedChEcomContentRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedChEcomTitleRequest.cc b/alinlp/src/model/GetWsCustomizedChEcomTitleRequest.cc index 5364c8f47..95e33d74c 100644 --- a/alinlp/src/model/GetWsCustomizedChEcomTitleRequest.cc +++ b/alinlp/src/model/GetWsCustomizedChEcomTitleRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEcomTitleRequest; - -GetWsCustomizedChEcomTitleRequest::GetWsCustomizedChEcomTitleRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEcomTitle") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEcomTitleRequest; + +GetWsCustomizedChEcomTitleRequest::GetWsCustomizedChEcomTitleRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEcomTitle") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedChEcomTitleRequest::~GetWsCustomizedChEcomTitleRequest() +{} + +std::string GetWsCustomizedChEcomTitleRequest::getServiceCode()const +{ + return serviceCode_; } -GetWsCustomizedChEcomTitleRequest::~GetWsCustomizedChEcomTitleRequest() {} - -std::string GetWsCustomizedChEcomTitleRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedChEcomTitleRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedChEcomTitleRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedChEcomTitleRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsCustomizedChEcomTitleRequest::getTokenizerId() const { - return tokenizerId_; +void GetWsCustomizedChEcomTitleRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsCustomizedChEcomTitleRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsCustomizedChEcomTitleRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedChEcomTitleRequest::getText() const { - return text_; +void GetWsCustomizedChEcomTitleRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsCustomizedChEcomTitleRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsCustomizedChEcomTitleRequest::getOutType()const +{ + return outType_; } -std::string GetWsCustomizedChEcomTitleRequest::getOutType() const { - return outType_; -} - -void GetWsCustomizedChEcomTitleRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsCustomizedChEcomTitleRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedChEntertainmentRequest.cc b/alinlp/src/model/GetWsCustomizedChEntertainmentRequest.cc index b663e216f..f4f62a731 100644 --- a/alinlp/src/model/GetWsCustomizedChEntertainmentRequest.cc +++ b/alinlp/src/model/GetWsCustomizedChEntertainmentRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEntertainmentRequest; - -GetWsCustomizedChEntertainmentRequest::GetWsCustomizedChEntertainmentRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEntertainment") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedChEntertainmentRequest; + +GetWsCustomizedChEntertainmentRequest::GetWsCustomizedChEntertainmentRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChEntertainment") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedChEntertainmentRequest::~GetWsCustomizedChEntertainmentRequest() +{} + +std::string GetWsCustomizedChEntertainmentRequest::getServiceCode()const +{ + return serviceCode_; } -GetWsCustomizedChEntertainmentRequest::~GetWsCustomizedChEntertainmentRequest() {} - -std::string GetWsCustomizedChEntertainmentRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedChEntertainmentRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedChEntertainmentRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedChEntertainmentRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsCustomizedChEntertainmentRequest::getTokenizerId() const { - return tokenizerId_; +void GetWsCustomizedChEntertainmentRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsCustomizedChEntertainmentRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsCustomizedChEntertainmentRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedChEntertainmentRequest::getText() const { - return text_; +void GetWsCustomizedChEntertainmentRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsCustomizedChEntertainmentRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsCustomizedChEntertainmentRequest::getOutType()const +{ + return outType_; } -std::string GetWsCustomizedChEntertainmentRequest::getOutType() const { - return outType_; -} - -void GetWsCustomizedChEntertainmentRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsCustomizedChEntertainmentRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedChGeneralRequest.cc b/alinlp/src/model/GetWsCustomizedChGeneralRequest.cc index 40b9b7dc0..5c0ee1395 100644 --- a/alinlp/src/model/GetWsCustomizedChGeneralRequest.cc +++ b/alinlp/src/model/GetWsCustomizedChGeneralRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedChGeneralRequest; - -GetWsCustomizedChGeneralRequest::GetWsCustomizedChGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedChGeneralRequest; + +GetWsCustomizedChGeneralRequest::GetWsCustomizedChGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedChGeneralRequest::~GetWsCustomizedChGeneralRequest() +{} + +std::string GetWsCustomizedChGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -GetWsCustomizedChGeneralRequest::~GetWsCustomizedChGeneralRequest() {} - -std::string GetWsCustomizedChGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedChGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedChGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedChGeneralRequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsCustomizedChGeneralRequest::getTokenizerId() const { - return tokenizerId_; +void GetWsCustomizedChGeneralRequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsCustomizedChGeneralRequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsCustomizedChGeneralRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedChGeneralRequest::getText() const { - return text_; +void GetWsCustomizedChGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsCustomizedChGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsCustomizedChGeneralRequest::getOutType()const +{ + return outType_; } -std::string GetWsCustomizedChGeneralRequest::getOutType() const { - return outType_; -} - -void GetWsCustomizedChGeneralRequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsCustomizedChGeneralRequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedChO2ORequest.cc b/alinlp/src/model/GetWsCustomizedChO2ORequest.cc index 5de571a66..376d20636 100644 --- a/alinlp/src/model/GetWsCustomizedChO2ORequest.cc +++ b/alinlp/src/model/GetWsCustomizedChO2ORequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedChO2ORequest; - -GetWsCustomizedChO2ORequest::GetWsCustomizedChO2ORequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChO2O") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedChO2ORequest; + +GetWsCustomizedChO2ORequest::GetWsCustomizedChO2ORequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedChO2O") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedChO2ORequest::~GetWsCustomizedChO2ORequest() +{} + +std::string GetWsCustomizedChO2ORequest::getServiceCode()const +{ + return serviceCode_; } -GetWsCustomizedChO2ORequest::~GetWsCustomizedChO2ORequest() {} - -std::string GetWsCustomizedChO2ORequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedChO2ORequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedChO2ORequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedChO2ORequest::getTokenizerId()const +{ + return tokenizerId_; } -std::string GetWsCustomizedChO2ORequest::getTokenizerId() const { - return tokenizerId_; +void GetWsCustomizedChO2ORequest::setTokenizerId(const std::string& tokenizerId) +{ + tokenizerId_ = tokenizerId; + setBodyParameter("TokenizerId", tokenizerId); } -void GetWsCustomizedChO2ORequest::setTokenizerId(const std::string &tokenizerId) { - tokenizerId_ = tokenizerId; - setBodyParameter(std::string("TokenizerId"), tokenizerId); +std::string GetWsCustomizedChO2ORequest::getText()const +{ + return text_; } -std::string GetWsCustomizedChO2ORequest::getText() const { - return text_; +void GetWsCustomizedChO2ORequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } -void GetWsCustomizedChO2ORequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +std::string GetWsCustomizedChO2ORequest::getOutType()const +{ + return outType_; } -std::string GetWsCustomizedChO2ORequest::getOutType() const { - return outType_; -} - -void GetWsCustomizedChO2ORequest::setOutType(const std::string &outType) { - outType_ = outType; - setBodyParameter(std::string("OutType"), outType); +void GetWsCustomizedChO2ORequest::setOutType(const std::string& outType) +{ + outType_ = outType; + setBodyParameter("OutType", outType); } diff --git a/alinlp/src/model/GetWsCustomizedSeaEcomRequest.cc b/alinlp/src/model/GetWsCustomizedSeaEcomRequest.cc index b57637c62..a08f9efb0 100644 --- a/alinlp/src/model/GetWsCustomizedSeaEcomRequest.cc +++ b/alinlp/src/model/GetWsCustomizedSeaEcomRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedSeaEcomRequest; - -GetWsCustomizedSeaEcomRequest::GetWsCustomizedSeaEcomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedSeaEcom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedSeaEcomRequest; + +GetWsCustomizedSeaEcomRequest::GetWsCustomizedSeaEcomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedSeaEcom") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedSeaEcomRequest::~GetWsCustomizedSeaEcomRequest() +{} + +std::string GetWsCustomizedSeaEcomRequest::getLanguage()const +{ + return language_; } -GetWsCustomizedSeaEcomRequest::~GetWsCustomizedSeaEcomRequest() {} - -std::string GetWsCustomizedSeaEcomRequest::getLanguage() const { - return language_; +void GetWsCustomizedSeaEcomRequest::setLanguage(const std::string& language) +{ + language_ = language; + setBodyParameter("Language", language); } -void GetWsCustomizedSeaEcomRequest::setLanguage(const std::string &language) { - language_ = language; - setBodyParameter(std::string("Language"), language); +std::string GetWsCustomizedSeaEcomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWsCustomizedSeaEcomRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedSeaEcomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedSeaEcomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedSeaEcomRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedSeaEcomRequest::getText() const { - return text_; -} - -void GetWsCustomizedSeaEcomRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetWsCustomizedSeaEcomRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/GetWsCustomizedSeaGeneralRequest.cc b/alinlp/src/model/GetWsCustomizedSeaGeneralRequest.cc index 0d25df157..2b1d54598 100644 --- a/alinlp/src/model/GetWsCustomizedSeaGeneralRequest.cc +++ b/alinlp/src/model/GetWsCustomizedSeaGeneralRequest.cc @@ -1,54 +1,62 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::GetWsCustomizedSeaGeneralRequest; - -GetWsCustomizedSeaGeneralRequest::GetWsCustomizedSeaGeneralRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedSeaGeneral") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::GetWsCustomizedSeaGeneralRequest; + +GetWsCustomizedSeaGeneralRequest::GetWsCustomizedSeaGeneralRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "GetWsCustomizedSeaGeneral") +{ + setMethod(HttpRequest::Method::Post); +} + +GetWsCustomizedSeaGeneralRequest::~GetWsCustomizedSeaGeneralRequest() +{} + +std::string GetWsCustomizedSeaGeneralRequest::getLanguage()const +{ + return language_; } -GetWsCustomizedSeaGeneralRequest::~GetWsCustomizedSeaGeneralRequest() {} - -std::string GetWsCustomizedSeaGeneralRequest::getLanguage() const { - return language_; +void GetWsCustomizedSeaGeneralRequest::setLanguage(const std::string& language) +{ + language_ = language; + setBodyParameter("Language", language); } -void GetWsCustomizedSeaGeneralRequest::setLanguage(const std::string &language) { - language_ = language; - setBodyParameter(std::string("Language"), language); +std::string GetWsCustomizedSeaGeneralRequest::getServiceCode()const +{ + return serviceCode_; } -std::string GetWsCustomizedSeaGeneralRequest::getServiceCode() const { - return serviceCode_; +void GetWsCustomizedSeaGeneralRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void GetWsCustomizedSeaGeneralRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string GetWsCustomizedSeaGeneralRequest::getText()const +{ + return text_; } -std::string GetWsCustomizedSeaGeneralRequest::getText() const { - return text_; -} - -void GetWsCustomizedSeaGeneralRequest::setText(const std::string &text) { - text_ = text; - setBodyParameter(std::string("Text"), text); +void GetWsCustomizedSeaGeneralRequest::setText(const std::string& text) +{ + text_ = text; + setBodyParameter("Text", text); } diff --git a/alinlp/src/model/InsertCustomRequest.cc b/alinlp/src/model/InsertCustomRequest.cc index 53076430e..854144096 100644 --- a/alinlp/src/model/InsertCustomRequest.cc +++ b/alinlp/src/model/InsertCustomRequest.cc @@ -1,81 +1,95 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::InsertCustomRequest; - -InsertCustomRequest::InsertCustomRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "InsertCustom") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::InsertCustomRequest; + +InsertCustomRequest::InsertCustomRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "InsertCustom") +{ + setMethod(HttpRequest::Method::Post); +} + +InsertCustomRequest::~InsertCustomRequest() +{} + +std::string InsertCustomRequest::getCustomUrl()const +{ + return customUrl_; } -InsertCustomRequest::~InsertCustomRequest() {} - -std::string InsertCustomRequest::getCustomUrl() const { - return customUrl_; +void InsertCustomRequest::setCustomUrl(const std::string& customUrl) +{ + customUrl_ = customUrl; + setBodyParameter("CustomUrl", customUrl); } -void InsertCustomRequest::setCustomUrl(const std::string &customUrl) { - customUrl_ = customUrl; - setBodyParameter(std::string("CustomUrl"), customUrl); +std::string InsertCustomRequest::getRegUrl()const +{ + return regUrl_; } -std::string InsertCustomRequest::getRegUrl() const { - return regUrl_; +void InsertCustomRequest::setRegUrl(const std::string& regUrl) +{ + regUrl_ = regUrl; + setBodyParameter("RegUrl", regUrl); } -void InsertCustomRequest::setRegUrl(const std::string ®Url) { - regUrl_ = regUrl; - setBodyParameter(std::string("RegUrl"), regUrl); +std::string InsertCustomRequest::getServiceCode()const +{ + return serviceCode_; } -std::string InsertCustomRequest::getServiceCode() const { - return serviceCode_; +void InsertCustomRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void InsertCustomRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string InsertCustomRequest::getRegFileName()const +{ + return regFileName_; } -std::string InsertCustomRequest::getRegFileName() const { - return regFileName_; +void InsertCustomRequest::setRegFileName(const std::string& regFileName) +{ + regFileName_ = regFileName; + setBodyParameter("RegFileName", regFileName); } -void InsertCustomRequest::setRegFileName(const std::string ®FileName) { - regFileName_ = regFileName; - setBodyParameter(std::string("RegFileName"), regFileName); +std::string InsertCustomRequest::getCustomFileName()const +{ + return customFileName_; } -std::string InsertCustomRequest::getCustomFileName() const { - return customFileName_; +void InsertCustomRequest::setCustomFileName(const std::string& customFileName) +{ + customFileName_ = customFileName; + setBodyParameter("CustomFileName", customFileName); } -void InsertCustomRequest::setCustomFileName(const std::string &customFileName) { - customFileName_ = customFileName; - setBodyParameter(std::string("CustomFileName"), customFileName); +int InsertCustomRequest::getApiId()const +{ + return apiId_; } -int InsertCustomRequest::getApiId() const { - return apiId_; -} - -void InsertCustomRequest::setApiId(int apiId) { - apiId_ = apiId; - setBodyParameter(std::string("ApiId"), std::to_string(apiId)); +void InsertCustomRequest::setApiId(int apiId) +{ + apiId_ = apiId; + setBodyParameter("ApiId", std::to_string(apiId)); } diff --git a/alinlp/src/model/ListOneLevelCategoryRequest.cc b/alinlp/src/model/ListOneLevelCategoryRequest.cc new file mode 100644 index 000000000..9ddcf94a7 --- /dev/null +++ b/alinlp/src/model/ListOneLevelCategoryRequest.cc @@ -0,0 +1,40 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::ListOneLevelCategoryRequest; + +ListOneLevelCategoryRequest::ListOneLevelCategoryRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ListOneLevelCategory") +{ + setMethod(HttpRequest::Method::Post); +} + +ListOneLevelCategoryRequest::~ListOneLevelCategoryRequest() +{} + +std::string ListOneLevelCategoryRequest::getServiceCode()const +{ + return serviceCode_; +} + +void ListOneLevelCategoryRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + diff --git a/alinlp/src/model/ListOneLevelCategoryResult.cc b/alinlp/src/model/ListOneLevelCategoryResult.cc new file mode 100644 index 000000000..eec839e73 --- /dev/null +++ b/alinlp/src/model/ListOneLevelCategoryResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +ListOneLevelCategoryResult::ListOneLevelCategoryResult() : + ServiceResult() +{} + +ListOneLevelCategoryResult::ListOneLevelCategoryResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ListOneLevelCategoryResult::~ListOneLevelCategoryResult() +{} + +void ListOneLevelCategoryResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string ListOneLevelCategoryResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/ListServiceInfoOfServiceCenterRequest.cc b/alinlp/src/model/ListServiceInfoOfServiceCenterRequest.cc new file mode 100644 index 000000000..d67a63f4c --- /dev/null +++ b/alinlp/src/model/ListServiceInfoOfServiceCenterRequest.cc @@ -0,0 +1,62 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::ListServiceInfoOfServiceCenterRequest; + +ListServiceInfoOfServiceCenterRequest::ListServiceInfoOfServiceCenterRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ListServiceInfoOfServiceCenter") +{ + setMethod(HttpRequest::Method::Post); +} + +ListServiceInfoOfServiceCenterRequest::~ListServiceInfoOfServiceCenterRequest() +{} + +std::string ListServiceInfoOfServiceCenterRequest::getServiceCode()const +{ + return serviceCode_; +} + +void ListServiceInfoOfServiceCenterRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + +std::string ListServiceInfoOfServiceCenterRequest::getOneLeveCategoryName()const +{ + return oneLeveCategoryName_; +} + +void ListServiceInfoOfServiceCenterRequest::setOneLeveCategoryName(const std::string& oneLeveCategoryName) +{ + oneLeveCategoryName_ = oneLeveCategoryName; + setBodyParameter("OneLeveCategoryName", oneLeveCategoryName); +} + +std::string ListServiceInfoOfServiceCenterRequest::getTwoLeveCategoryName()const +{ + return twoLeveCategoryName_; +} + +void ListServiceInfoOfServiceCenterRequest::setTwoLeveCategoryName(const std::string& twoLeveCategoryName) +{ + twoLeveCategoryName_ = twoLeveCategoryName; + setBodyParameter("TwoLeveCategoryName", twoLeveCategoryName); +} + diff --git a/alinlp/src/model/ListServiceInfoOfServiceCenterResult.cc b/alinlp/src/model/ListServiceInfoOfServiceCenterResult.cc new file mode 100644 index 000000000..462ac5670 --- /dev/null +++ b/alinlp/src/model/ListServiceInfoOfServiceCenterResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +ListServiceInfoOfServiceCenterResult::ListServiceInfoOfServiceCenterResult() : + ServiceResult() +{} + +ListServiceInfoOfServiceCenterResult::ListServiceInfoOfServiceCenterResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ListServiceInfoOfServiceCenterResult::~ListServiceInfoOfServiceCenterResult() +{} + +void ListServiceInfoOfServiceCenterResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string ListServiceInfoOfServiceCenterResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/ListTwoLevelCategoryRequest.cc b/alinlp/src/model/ListTwoLevelCategoryRequest.cc new file mode 100644 index 000000000..3b165114d --- /dev/null +++ b/alinlp/src/model/ListTwoLevelCategoryRequest.cc @@ -0,0 +1,51 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::ListTwoLevelCategoryRequest; + +ListTwoLevelCategoryRequest::ListTwoLevelCategoryRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ListTwoLevelCategory") +{ + setMethod(HttpRequest::Method::Post); +} + +ListTwoLevelCategoryRequest::~ListTwoLevelCategoryRequest() +{} + +std::string ListTwoLevelCategoryRequest::getOneLevelCategoryName()const +{ + return oneLevelCategoryName_; +} + +void ListTwoLevelCategoryRequest::setOneLevelCategoryName(const std::string& oneLevelCategoryName) +{ + oneLevelCategoryName_ = oneLevelCategoryName; + setBodyParameter("OneLevelCategoryName", oneLevelCategoryName); +} + +std::string ListTwoLevelCategoryRequest::getServiceCode()const +{ + return serviceCode_; +} + +void ListTwoLevelCategoryRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + diff --git a/alinlp/src/model/ListTwoLevelCategoryResult.cc b/alinlp/src/model/ListTwoLevelCategoryResult.cc new file mode 100644 index 000000000..74c2542eb --- /dev/null +++ b/alinlp/src/model/ListTwoLevelCategoryResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +ListTwoLevelCategoryResult::ListTwoLevelCategoryResult() : + ServiceResult() +{} + +ListTwoLevelCategoryResult::ListTwoLevelCategoryResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ListTwoLevelCategoryResult::~ListTwoLevelCategoryResult() +{} + +void ListTwoLevelCategoryResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string ListTwoLevelCategoryResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/ListVersionServiceApiRequest.cc b/alinlp/src/model/ListVersionServiceApiRequest.cc new file mode 100644 index 000000000..ba374b33c --- /dev/null +++ b/alinlp/src/model/ListVersionServiceApiRequest.cc @@ -0,0 +1,40 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::ListVersionServiceApiRequest; + +ListVersionServiceApiRequest::ListVersionServiceApiRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "ListVersionServiceApi") +{ + setMethod(HttpRequest::Method::Post); +} + +ListVersionServiceApiRequest::~ListVersionServiceApiRequest() +{} + +std::string ListVersionServiceApiRequest::getServiceCode()const +{ + return serviceCode_; +} + +void ListVersionServiceApiRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + diff --git a/alinlp/src/model/ListVersionServiceApiResult.cc b/alinlp/src/model/ListVersionServiceApiResult.cc new file mode 100644 index 000000000..dd37e1683 --- /dev/null +++ b/alinlp/src/model/ListVersionServiceApiResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +ListVersionServiceApiResult::ListVersionServiceApiResult() : + ServiceResult() +{} + +ListVersionServiceApiResult::ListVersionServiceApiResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +ListVersionServiceApiResult::~ListVersionServiceApiResult() +{} + +void ListVersionServiceApiResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string ListVersionServiceApiResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/OpenAlinlpServiceRequest.cc b/alinlp/src/model/OpenAlinlpServiceRequest.cc index 2ba76c3af..67abe8c6b 100644 --- a/alinlp/src/model/OpenAlinlpServiceRequest.cc +++ b/alinlp/src/model/OpenAlinlpServiceRequest.cc @@ -1,27 +1,29 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::OpenAlinlpServiceRequest; - -OpenAlinlpServiceRequest::OpenAlinlpServiceRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "OpenAlinlpService") { - setMethod(HttpRequest::Method::Post); -} - -OpenAlinlpServiceRequest::~OpenAlinlpServiceRequest() {} - + */ + +#include + +using AlibabaCloud::Alinlp::Model::OpenAlinlpServiceRequest; + +OpenAlinlpServiceRequest::OpenAlinlpServiceRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "OpenAlinlpService") +{ + setMethod(HttpRequest::Method::Post); +} + +OpenAlinlpServiceRequest::~OpenAlinlpServiceRequest() +{} + diff --git a/alinlp/src/model/OverViewPageConfigInfoRequest.cc b/alinlp/src/model/OverViewPageConfigInfoRequest.cc new file mode 100644 index 000000000..2fd9e5e71 --- /dev/null +++ b/alinlp/src/model/OverViewPageConfigInfoRequest.cc @@ -0,0 +1,40 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::OverViewPageConfigInfoRequest; + +OverViewPageConfigInfoRequest::OverViewPageConfigInfoRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "OverViewPageConfigInfo") +{ + setMethod(HttpRequest::Method::Post); +} + +OverViewPageConfigInfoRequest::~OverViewPageConfigInfoRequest() +{} + +std::string OverViewPageConfigInfoRequest::getServiceCode()const +{ + return serviceCode_; +} + +void OverViewPageConfigInfoRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + diff --git a/alinlp/src/model/OverViewPageConfigInfoResult.cc b/alinlp/src/model/OverViewPageConfigInfoResult.cc new file mode 100644 index 000000000..e9eabcda0 --- /dev/null +++ b/alinlp/src/model/OverViewPageConfigInfoResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +OverViewPageConfigInfoResult::OverViewPageConfigInfoResult() : + ServiceResult() +{} + +OverViewPageConfigInfoResult::OverViewPageConfigInfoResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +OverViewPageConfigInfoResult::~OverViewPageConfigInfoResult() +{} + +void OverViewPageConfigInfoResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string OverViewPageConfigInfoResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/QueryOpenStatusDetailLingjieRequest.cc b/alinlp/src/model/QueryOpenStatusDetailLingjieRequest.cc new file mode 100644 index 000000000..653ab5358 --- /dev/null +++ b/alinlp/src/model/QueryOpenStatusDetailLingjieRequest.cc @@ -0,0 +1,73 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::QueryOpenStatusDetailLingjieRequest; + +QueryOpenStatusDetailLingjieRequest::QueryOpenStatusDetailLingjieRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "QueryOpenStatusDetailLingjie") +{ + setMethod(HttpRequest::Method::Post); +} + +QueryOpenStatusDetailLingjieRequest::~QueryOpenStatusDetailLingjieRequest() +{} + +std::string QueryOpenStatusDetailLingjieRequest::getCommodity()const +{ + return commodity_; +} + +void QueryOpenStatusDetailLingjieRequest::setCommodity(const std::string& commodity) +{ + commodity_ = commodity; + setParameter("Commodity", commodity); +} + +std::string QueryOpenStatusDetailLingjieRequest::getTabName()const +{ + return tabName_; +} + +void QueryOpenStatusDetailLingjieRequest::setTabName(const std::string& tabName) +{ + tabName_ = tabName; + setParameter("TabName", tabName); +} + +std::string QueryOpenStatusDetailLingjieRequest::getServiceCode()const +{ + return serviceCode_; +} + +void QueryOpenStatusDetailLingjieRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setParameter("ServiceCode", serviceCode); +} + +std::string QueryOpenStatusDetailLingjieRequest::getRegion()const +{ + return region_; +} + +void QueryOpenStatusDetailLingjieRequest::setRegion(const std::string& region) +{ + region_ = region; + setParameter("Region", region); +} + diff --git a/alinlp/src/model/QueryOpenStatusDetailLingjieResult.cc b/alinlp/src/model/QueryOpenStatusDetailLingjieResult.cc new file mode 100644 index 000000000..034220d2c --- /dev/null +++ b/alinlp/src/model/QueryOpenStatusDetailLingjieResult.cc @@ -0,0 +1,79 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +QueryOpenStatusDetailLingjieResult::QueryOpenStatusDetailLingjieResult() : + ServiceResult() +{} + +QueryOpenStatusDetailLingjieResult::QueryOpenStatusDetailLingjieResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +QueryOpenStatusDetailLingjieResult::~QueryOpenStatusDetailLingjieResult() +{} + +void QueryOpenStatusDetailLingjieResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["HttpCode"].isNull()) + httpCode_ = value["HttpCode"].asString(); + if(!value["ErrorCode"].isNull()) + errorCode_ = value["ErrorCode"].asString(); + if(!value["ErrorMessage"].isNull()) + errorMessage_ = value["ErrorMessage"].asString(); + if(!value["Success"].isNull()) + success_ = value["Success"].asString() == "true"; + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string QueryOpenStatusDetailLingjieResult::getHttpCode()const +{ + return httpCode_; +} + +std::string QueryOpenStatusDetailLingjieResult::getData()const +{ + return data_; +} + +std::string QueryOpenStatusDetailLingjieResult::getErrorCode()const +{ + return errorCode_; +} + +std::string QueryOpenStatusDetailLingjieResult::getErrorMessage()const +{ + return errorMessage_; +} + +bool QueryOpenStatusDetailLingjieResult::getSuccess()const +{ + return success_; +} + diff --git a/alinlp/src/model/RequestDialogApiRequest.cc b/alinlp/src/model/RequestDialogApiRequest.cc new file mode 100644 index 000000000..4559fb42c --- /dev/null +++ b/alinlp/src/model/RequestDialogApiRequest.cc @@ -0,0 +1,84 @@ +/* + * 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 + +using AlibabaCloud::Alinlp::Model::RequestDialogApiRequest; + +RequestDialogApiRequest::RequestDialogApiRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "RequestDialogApi") +{ + setMethod(HttpRequest::Method::Post); +} + +RequestDialogApiRequest::~RequestDialogApiRequest() +{} + +std::string RequestDialogApiRequest::getBotProfile()const +{ + return botProfile_; +} + +void RequestDialogApiRequest::setBotProfile(const std::string& botProfile) +{ + botProfile_ = botProfile; + setBodyParameter("BotProfile", botProfile); +} + +std::string RequestDialogApiRequest::getQuery()const +{ + return query_; +} + +void RequestDialogApiRequest::setQuery(const std::string& query) +{ + query_ = query; + setBodyParameter("Query", query); +} + +std::string RequestDialogApiRequest::getUserProfile()const +{ + return userProfile_; +} + +void RequestDialogApiRequest::setUserProfile(const std::string& userProfile) +{ + userProfile_ = userProfile; + setBodyParameter("UserProfile", userProfile); +} + +std::string RequestDialogApiRequest::getHistory()const +{ + return history_; +} + +void RequestDialogApiRequest::setHistory(const std::string& history) +{ + history_ = history; + setBodyParameter("History", history); +} + +std::string RequestDialogApiRequest::getServiceCode()const +{ + return serviceCode_; +} + +void RequestDialogApiRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); +} + diff --git a/alinlp/src/model/RequestDialogApiResult.cc b/alinlp/src/model/RequestDialogApiResult.cc new file mode 100644 index 000000000..97e967f80 --- /dev/null +++ b/alinlp/src/model/RequestDialogApiResult.cc @@ -0,0 +1,51 @@ +/* + * 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 +#include + +using namespace AlibabaCloud::Alinlp; +using namespace AlibabaCloud::Alinlp::Model; + +RequestDialogApiResult::RequestDialogApiResult() : + ServiceResult() +{} + +RequestDialogApiResult::RequestDialogApiResult(const std::string &payload) : + ServiceResult() +{ + parse(payload); +} + +RequestDialogApiResult::~RequestDialogApiResult() +{} + +void RequestDialogApiResult::parse(const std::string &payload) +{ + Json::Reader reader; + Json::Value value; + reader.parse(payload, value); + setRequestId(value["RequestId"].asString()); + if(!value["Data"].isNull()) + data_ = value["Data"].asString(); + +} + +std::string RequestDialogApiResult::getData()const +{ + return data_; +} + diff --git a/alinlp/src/model/RequestTableQAOnlineRequest.cc b/alinlp/src/model/RequestTableQAOnlineRequest.cc index 2fdf9bec9..f3b6e6e01 100644 --- a/alinlp/src/model/RequestTableQAOnlineRequest.cc +++ b/alinlp/src/model/RequestTableQAOnlineRequest.cc @@ -1,63 +1,73 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::RequestTableQAOnlineRequest; - -RequestTableQAOnlineRequest::RequestTableQAOnlineRequest() - : RpcServiceRequest("alinlp", "2020-06-29", "RequestTableQAOnline") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::RequestTableQAOnlineRequest; + +RequestTableQAOnlineRequest::RequestTableQAOnlineRequest() : + RpcServiceRequest("alinlp", "2020-06-29", "RequestTableQAOnline") +{ + setMethod(HttpRequest::Method::Post); +} + +RequestTableQAOnlineRequest::~RequestTableQAOnlineRequest() +{} + +std::string RequestTableQAOnlineRequest::getQuestion()const +{ + return question_; } -RequestTableQAOnlineRequest::~RequestTableQAOnlineRequest() {} - -std::string RequestTableQAOnlineRequest::getQuestion() const { - return question_; +void RequestTableQAOnlineRequest::setQuestion(const std::string& question) +{ + question_ = question; + setBodyParameter("Question", question); } -void RequestTableQAOnlineRequest::setQuestion(const std::string &question) { - question_ = question; - setBodyParameter(std::string("Question"), question); +std::string RequestTableQAOnlineRequest::getParams()const +{ + return params_; } -std::string RequestTableQAOnlineRequest::getParams() const { - return params_; +void RequestTableQAOnlineRequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void RequestTableQAOnlineRequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string RequestTableQAOnlineRequest::getServiceCode()const +{ + return serviceCode_; } -std::string RequestTableQAOnlineRequest::getServiceCode() const { - return serviceCode_; +void RequestTableQAOnlineRequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); } -void RequestTableQAOnlineRequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +std::string RequestTableQAOnlineRequest::getBotId()const +{ + return botId_; } -std::string RequestTableQAOnlineRequest::getBotId() const { - return botId_; -} - -void RequestTableQAOnlineRequest::setBotId(const std::string &botId) { - botId_ = botId; - setBodyParameter(std::string("BotId"), botId); +void RequestTableQAOnlineRequest::setBotId(const std::string& botId) +{ + botId_ = botId; + setBodyParameter("BotId", botId); } diff --git a/alinlp/src/model/RequestTableQARequest.cc b/alinlp/src/model/RequestTableQARequest.cc index 6762a9467..8fd024979 100644 --- a/alinlp/src/model/RequestTableQARequest.cc +++ b/alinlp/src/model/RequestTableQARequest.cc @@ -1,45 +1,51 @@ /* * 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 - -using AlibabaCloud::Alinlp::Model::RequestTableQARequest; - -RequestTableQARequest::RequestTableQARequest() - : RpcServiceRequest("alinlp", "2020-06-29", "RequestTableQA") { - setMethod(HttpRequest::Method::Post); + */ + +#include + +using AlibabaCloud::Alinlp::Model::RequestTableQARequest; + +RequestTableQARequest::RequestTableQARequest() : + RpcServiceRequest("alinlp", "2020-06-29", "RequestTableQA") +{ + setMethod(HttpRequest::Method::Post); +} + +RequestTableQARequest::~RequestTableQARequest() +{} + +std::string RequestTableQARequest::getParams()const +{ + return params_; } -RequestTableQARequest::~RequestTableQARequest() {} - -std::string RequestTableQARequest::getParams() const { - return params_; +void RequestTableQARequest::setParams(const std::string& params) +{ + params_ = params; + setBodyParameter("Params", params); } -void RequestTableQARequest::setParams(const std::string ¶ms) { - params_ = params; - setBodyParameter(std::string("Params"), params); +std::string RequestTableQARequest::getServiceCode()const +{ + return serviceCode_; } -std::string RequestTableQARequest::getServiceCode() const { - return serviceCode_; -} - -void RequestTableQARequest::setServiceCode(const std::string &serviceCode) { - serviceCode_ = serviceCode; - setBodyParameter(std::string("ServiceCode"), serviceCode); +void RequestTableQARequest::setServiceCode(const std::string& serviceCode) +{ + serviceCode_ = serviceCode; + setBodyParameter("ServiceCode", serviceCode); }