Fix ListPIpelineTemplates.

This commit is contained in:
sdk-team
2021-07-09 08:06:15 +00:00
parent 97c5e2c422
commit 0dc704dbaa
229 changed files with 6877 additions and 6865 deletions

View File

@@ -1,3 +1,6 @@
2021-07-09 Version: 1.36.815
- Fix ListPIpelineTemplates.
2021-07-08 Version: 1.36.814 2021-07-08 Version: 1.36.814
- Generated 2019-01-01 for `Cassandra`. - Generated 2019-01-01 for `Cassandra`.

View File

@@ -1 +1 @@
1.36.814 1.36.815

View File

@@ -21,6 +21,8 @@ set(devops-rdc_public_header
include/alibabacloud/devops-rdc/Devops_rdcExport.h ) include/alibabacloud/devops-rdc/Devops_rdcExport.h )
set(devops-rdc_public_header_model set(devops-rdc_public_header_model
include/alibabacloud/devops-rdc/model/AddCodeupSourceToPipelineRequest.h
include/alibabacloud/devops-rdc/model/AddCodeupSourceToPipelineResult.h
include/alibabacloud/devops-rdc/model/BatchInsertMembersRequest.h include/alibabacloud/devops-rdc/model/BatchInsertMembersRequest.h
include/alibabacloud/devops-rdc/model/BatchInsertMembersResult.h include/alibabacloud/devops-rdc/model/BatchInsertMembersResult.h
include/alibabacloud/devops-rdc/model/CancelPipelineRequest.h include/alibabacloud/devops-rdc/model/CancelPipelineRequest.h
@@ -41,6 +43,8 @@ set(devops-rdc_public_header_model
include/alibabacloud/devops-rdc/model/CreateDevopsProjectTaskResult.h include/alibabacloud/devops-rdc/model/CreateDevopsProjectTaskResult.h
include/alibabacloud/devops-rdc/model/CreatePipelineRequest.h include/alibabacloud/devops-rdc/model/CreatePipelineRequest.h
include/alibabacloud/devops-rdc/model/CreatePipelineResult.h include/alibabacloud/devops-rdc/model/CreatePipelineResult.h
include/alibabacloud/devops-rdc/model/CreatePipelineFromTemplateRequest.h
include/alibabacloud/devops-rdc/model/CreatePipelineFromTemplateResult.h
include/alibabacloud/devops-rdc/model/CreateServiceConnectionRequest.h include/alibabacloud/devops-rdc/model/CreateServiceConnectionRequest.h
include/alibabacloud/devops-rdc/model/CreateServiceConnectionResult.h include/alibabacloud/devops-rdc/model/CreateServiceConnectionResult.h
include/alibabacloud/devops-rdc/model/DeleteCommonGroupRequest.h include/alibabacloud/devops-rdc/model/DeleteCommonGroupRequest.h
@@ -125,6 +129,8 @@ set(devops-rdc_public_header_model
include/alibabacloud/devops-rdc/model/ListDevopsProjectsResult.h include/alibabacloud/devops-rdc/model/ListDevopsProjectsResult.h
include/alibabacloud/devops-rdc/model/ListDevopsScenarioFieldConfigRequest.h include/alibabacloud/devops-rdc/model/ListDevopsScenarioFieldConfigRequest.h
include/alibabacloud/devops-rdc/model/ListDevopsScenarioFieldConfigResult.h include/alibabacloud/devops-rdc/model/ListDevopsScenarioFieldConfigResult.h
include/alibabacloud/devops-rdc/model/ListPipelineTemplatesRequest.h
include/alibabacloud/devops-rdc/model/ListPipelineTemplatesResult.h
include/alibabacloud/devops-rdc/model/ListPipelinesRequest.h include/alibabacloud/devops-rdc/model/ListPipelinesRequest.h
include/alibabacloud/devops-rdc/model/ListPipelinesResult.h include/alibabacloud/devops-rdc/model/ListPipelinesResult.h
include/alibabacloud/devops-rdc/model/ListProjectCustomFieldsRequest.h include/alibabacloud/devops-rdc/model/ListProjectCustomFieldsRequest.h
@@ -145,6 +151,8 @@ set(devops-rdc_public_header_model
include/alibabacloud/devops-rdc/model/UpdateDevopsProjectSprintResult.h include/alibabacloud/devops-rdc/model/UpdateDevopsProjectSprintResult.h
include/alibabacloud/devops-rdc/model/UpdateDevopsProjectTaskRequest.h include/alibabacloud/devops-rdc/model/UpdateDevopsProjectTaskRequest.h
include/alibabacloud/devops-rdc/model/UpdateDevopsProjectTaskResult.h include/alibabacloud/devops-rdc/model/UpdateDevopsProjectTaskResult.h
include/alibabacloud/devops-rdc/model/UpdatePipelineEnvVarsRequest.h
include/alibabacloud/devops-rdc/model/UpdatePipelineEnvVarsResult.h
include/alibabacloud/devops-rdc/model/UpdatePipelineMemberRequest.h include/alibabacloud/devops-rdc/model/UpdatePipelineMemberRequest.h
include/alibabacloud/devops-rdc/model/UpdatePipelineMemberResult.h include/alibabacloud/devops-rdc/model/UpdatePipelineMemberResult.h
include/alibabacloud/devops-rdc/model/UpdateTaskDetailRequest.h include/alibabacloud/devops-rdc/model/UpdateTaskDetailRequest.h
@@ -152,6 +160,8 @@ set(devops-rdc_public_header_model
set(devops-rdc_src set(devops-rdc_src
src/Devops-rdcClient.cc src/Devops-rdcClient.cc
src/model/AddCodeupSourceToPipelineRequest.cc
src/model/AddCodeupSourceToPipelineResult.cc
src/model/BatchInsertMembersRequest.cc src/model/BatchInsertMembersRequest.cc
src/model/BatchInsertMembersResult.cc src/model/BatchInsertMembersResult.cc
src/model/CancelPipelineRequest.cc src/model/CancelPipelineRequest.cc
@@ -172,6 +182,8 @@ set(devops-rdc_src
src/model/CreateDevopsProjectTaskResult.cc src/model/CreateDevopsProjectTaskResult.cc
src/model/CreatePipelineRequest.cc src/model/CreatePipelineRequest.cc
src/model/CreatePipelineResult.cc src/model/CreatePipelineResult.cc
src/model/CreatePipelineFromTemplateRequest.cc
src/model/CreatePipelineFromTemplateResult.cc
src/model/CreateServiceConnectionRequest.cc src/model/CreateServiceConnectionRequest.cc
src/model/CreateServiceConnectionResult.cc src/model/CreateServiceConnectionResult.cc
src/model/DeleteCommonGroupRequest.cc src/model/DeleteCommonGroupRequest.cc
@@ -256,6 +268,8 @@ set(devops-rdc_src
src/model/ListDevopsProjectsResult.cc src/model/ListDevopsProjectsResult.cc
src/model/ListDevopsScenarioFieldConfigRequest.cc src/model/ListDevopsScenarioFieldConfigRequest.cc
src/model/ListDevopsScenarioFieldConfigResult.cc src/model/ListDevopsScenarioFieldConfigResult.cc
src/model/ListPipelineTemplatesRequest.cc
src/model/ListPipelineTemplatesResult.cc
src/model/ListPipelinesRequest.cc src/model/ListPipelinesRequest.cc
src/model/ListPipelinesResult.cc src/model/ListPipelinesResult.cc
src/model/ListProjectCustomFieldsRequest.cc src/model/ListProjectCustomFieldsRequest.cc
@@ -276,6 +290,8 @@ set(devops-rdc_src
src/model/UpdateDevopsProjectSprintResult.cc src/model/UpdateDevopsProjectSprintResult.cc
src/model/UpdateDevopsProjectTaskRequest.cc src/model/UpdateDevopsProjectTaskRequest.cc
src/model/UpdateDevopsProjectTaskResult.cc src/model/UpdateDevopsProjectTaskResult.cc
src/model/UpdatePipelineEnvVarsRequest.cc
src/model/UpdatePipelineEnvVarsResult.cc
src/model/UpdatePipelineMemberRequest.cc src/model/UpdatePipelineMemberRequest.cc
src/model/UpdatePipelineMemberResult.cc src/model/UpdatePipelineMemberResult.cc
src/model/UpdateTaskDetailRequest.cc src/model/UpdateTaskDetailRequest.cc

View File

@@ -22,6 +22,8 @@
#include <alibabacloud/core/EndpointProvider.h> #include <alibabacloud/core/EndpointProvider.h>
#include <alibabacloud/core/RpcServiceClient.h> #include <alibabacloud/core/RpcServiceClient.h>
#include "Devops_rdcExport.h" #include "Devops_rdcExport.h"
#include "model/AddCodeupSourceToPipelineRequest.h"
#include "model/AddCodeupSourceToPipelineResult.h"
#include "model/BatchInsertMembersRequest.h" #include "model/BatchInsertMembersRequest.h"
#include "model/BatchInsertMembersResult.h" #include "model/BatchInsertMembersResult.h"
#include "model/CancelPipelineRequest.h" #include "model/CancelPipelineRequest.h"
@@ -42,6 +44,8 @@
#include "model/CreateDevopsProjectTaskResult.h" #include "model/CreateDevopsProjectTaskResult.h"
#include "model/CreatePipelineRequest.h" #include "model/CreatePipelineRequest.h"
#include "model/CreatePipelineResult.h" #include "model/CreatePipelineResult.h"
#include "model/CreatePipelineFromTemplateRequest.h"
#include "model/CreatePipelineFromTemplateResult.h"
#include "model/CreateServiceConnectionRequest.h" #include "model/CreateServiceConnectionRequest.h"
#include "model/CreateServiceConnectionResult.h" #include "model/CreateServiceConnectionResult.h"
#include "model/DeleteCommonGroupRequest.h" #include "model/DeleteCommonGroupRequest.h"
@@ -126,6 +130,8 @@
#include "model/ListDevopsProjectsResult.h" #include "model/ListDevopsProjectsResult.h"
#include "model/ListDevopsScenarioFieldConfigRequest.h" #include "model/ListDevopsScenarioFieldConfigRequest.h"
#include "model/ListDevopsScenarioFieldConfigResult.h" #include "model/ListDevopsScenarioFieldConfigResult.h"
#include "model/ListPipelineTemplatesRequest.h"
#include "model/ListPipelineTemplatesResult.h"
#include "model/ListPipelinesRequest.h" #include "model/ListPipelinesRequest.h"
#include "model/ListPipelinesResult.h" #include "model/ListPipelinesResult.h"
#include "model/ListProjectCustomFieldsRequest.h" #include "model/ListProjectCustomFieldsRequest.h"
@@ -146,6 +152,8 @@
#include "model/UpdateDevopsProjectSprintResult.h" #include "model/UpdateDevopsProjectSprintResult.h"
#include "model/UpdateDevopsProjectTaskRequest.h" #include "model/UpdateDevopsProjectTaskRequest.h"
#include "model/UpdateDevopsProjectTaskResult.h" #include "model/UpdateDevopsProjectTaskResult.h"
#include "model/UpdatePipelineEnvVarsRequest.h"
#include "model/UpdatePipelineEnvVarsResult.h"
#include "model/UpdatePipelineMemberRequest.h" #include "model/UpdatePipelineMemberRequest.h"
#include "model/UpdatePipelineMemberResult.h" #include "model/UpdatePipelineMemberResult.h"
#include "model/UpdateTaskDetailRequest.h" #include "model/UpdateTaskDetailRequest.h"
@@ -159,6 +167,9 @@ namespace AlibabaCloud
class ALIBABACLOUD_DEVOPS_RDC_EXPORT Devops_rdcClient : public RpcServiceClient class ALIBABACLOUD_DEVOPS_RDC_EXPORT Devops_rdcClient : public RpcServiceClient
{ {
public: public:
typedef Outcome<Error, Model::AddCodeupSourceToPipelineResult> AddCodeupSourceToPipelineOutcome;
typedef std::future<AddCodeupSourceToPipelineOutcome> AddCodeupSourceToPipelineOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::AddCodeupSourceToPipelineRequest&, const AddCodeupSourceToPipelineOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> AddCodeupSourceToPipelineAsyncHandler;
typedef Outcome<Error, Model::BatchInsertMembersResult> BatchInsertMembersOutcome; typedef Outcome<Error, Model::BatchInsertMembersResult> BatchInsertMembersOutcome;
typedef std::future<BatchInsertMembersOutcome> BatchInsertMembersOutcomeCallable; typedef std::future<BatchInsertMembersOutcome> BatchInsertMembersOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::BatchInsertMembersRequest&, const BatchInsertMembersOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchInsertMembersAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::BatchInsertMembersRequest&, const BatchInsertMembersOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> BatchInsertMembersAsyncHandler;
@@ -189,6 +200,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::CreatePipelineResult> CreatePipelineOutcome; typedef Outcome<Error, Model::CreatePipelineResult> CreatePipelineOutcome;
typedef std::future<CreatePipelineOutcome> CreatePipelineOutcomeCallable; typedef std::future<CreatePipelineOutcome> CreatePipelineOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::CreatePipelineRequest&, const CreatePipelineOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreatePipelineAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::CreatePipelineRequest&, const CreatePipelineOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreatePipelineAsyncHandler;
typedef Outcome<Error, Model::CreatePipelineFromTemplateResult> CreatePipelineFromTemplateOutcome;
typedef std::future<CreatePipelineFromTemplateOutcome> CreatePipelineFromTemplateOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::CreatePipelineFromTemplateRequest&, const CreatePipelineFromTemplateOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreatePipelineFromTemplateAsyncHandler;
typedef Outcome<Error, Model::CreateServiceConnectionResult> CreateServiceConnectionOutcome; typedef Outcome<Error, Model::CreateServiceConnectionResult> CreateServiceConnectionOutcome;
typedef std::future<CreateServiceConnectionOutcome> CreateServiceConnectionOutcomeCallable; typedef std::future<CreateServiceConnectionOutcome> CreateServiceConnectionOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::CreateServiceConnectionRequest&, const CreateServiceConnectionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateServiceConnectionAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::CreateServiceConnectionRequest&, const CreateServiceConnectionOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> CreateServiceConnectionAsyncHandler;
@@ -315,6 +329,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::ListDevopsScenarioFieldConfigResult> ListDevopsScenarioFieldConfigOutcome; typedef Outcome<Error, Model::ListDevopsScenarioFieldConfigResult> ListDevopsScenarioFieldConfigOutcome;
typedef std::future<ListDevopsScenarioFieldConfigOutcome> ListDevopsScenarioFieldConfigOutcomeCallable; typedef std::future<ListDevopsScenarioFieldConfigOutcome> ListDevopsScenarioFieldConfigOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::ListDevopsScenarioFieldConfigRequest&, const ListDevopsScenarioFieldConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListDevopsScenarioFieldConfigAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::ListDevopsScenarioFieldConfigRequest&, const ListDevopsScenarioFieldConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListDevopsScenarioFieldConfigAsyncHandler;
typedef Outcome<Error, Model::ListPipelineTemplatesResult> ListPipelineTemplatesOutcome;
typedef std::future<ListPipelineTemplatesOutcome> ListPipelineTemplatesOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::ListPipelineTemplatesRequest&, const ListPipelineTemplatesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListPipelineTemplatesAsyncHandler;
typedef Outcome<Error, Model::ListPipelinesResult> ListPipelinesOutcome; typedef Outcome<Error, Model::ListPipelinesResult> ListPipelinesOutcome;
typedef std::future<ListPipelinesOutcome> ListPipelinesOutcomeCallable; typedef std::future<ListPipelinesOutcome> ListPipelinesOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::ListPipelinesRequest&, const ListPipelinesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListPipelinesAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::ListPipelinesRequest&, const ListPipelinesOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> ListPipelinesAsyncHandler;
@@ -345,6 +362,9 @@ namespace AlibabaCloud
typedef Outcome<Error, Model::UpdateDevopsProjectTaskResult> UpdateDevopsProjectTaskOutcome; typedef Outcome<Error, Model::UpdateDevopsProjectTaskResult> UpdateDevopsProjectTaskOutcome;
typedef std::future<UpdateDevopsProjectTaskOutcome> UpdateDevopsProjectTaskOutcomeCallable; typedef std::future<UpdateDevopsProjectTaskOutcome> UpdateDevopsProjectTaskOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::UpdateDevopsProjectTaskRequest&, const UpdateDevopsProjectTaskOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateDevopsProjectTaskAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::UpdateDevopsProjectTaskRequest&, const UpdateDevopsProjectTaskOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdateDevopsProjectTaskAsyncHandler;
typedef Outcome<Error, Model::UpdatePipelineEnvVarsResult> UpdatePipelineEnvVarsOutcome;
typedef std::future<UpdatePipelineEnvVarsOutcome> UpdatePipelineEnvVarsOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::UpdatePipelineEnvVarsRequest&, const UpdatePipelineEnvVarsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdatePipelineEnvVarsAsyncHandler;
typedef Outcome<Error, Model::UpdatePipelineMemberResult> UpdatePipelineMemberOutcome; typedef Outcome<Error, Model::UpdatePipelineMemberResult> UpdatePipelineMemberOutcome;
typedef std::future<UpdatePipelineMemberOutcome> UpdatePipelineMemberOutcomeCallable; typedef std::future<UpdatePipelineMemberOutcome> UpdatePipelineMemberOutcomeCallable;
typedef std::function<void(const Devops_rdcClient*, const Model::UpdatePipelineMemberRequest&, const UpdatePipelineMemberOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdatePipelineMemberAsyncHandler; typedef std::function<void(const Devops_rdcClient*, const Model::UpdatePipelineMemberRequest&, const UpdatePipelineMemberOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> UpdatePipelineMemberAsyncHandler;
@@ -356,6 +376,9 @@ namespace AlibabaCloud
Devops_rdcClient(const std::shared_ptr<CredentialsProvider> &credentialsProvider, const ClientConfiguration &configuration); Devops_rdcClient(const std::shared_ptr<CredentialsProvider> &credentialsProvider, const ClientConfiguration &configuration);
Devops_rdcClient(const std::string &accessKeyId, const std::string &accessKeySecret, const ClientConfiguration &configuration); Devops_rdcClient(const std::string &accessKeyId, const std::string &accessKeySecret, const ClientConfiguration &configuration);
~Devops_rdcClient(); ~Devops_rdcClient();
AddCodeupSourceToPipelineOutcome addCodeupSourceToPipeline(const Model::AddCodeupSourceToPipelineRequest &request)const;
void addCodeupSourceToPipelineAsync(const Model::AddCodeupSourceToPipelineRequest& request, const AddCodeupSourceToPipelineAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
AddCodeupSourceToPipelineOutcomeCallable addCodeupSourceToPipelineCallable(const Model::AddCodeupSourceToPipelineRequest& request) const;
BatchInsertMembersOutcome batchInsertMembers(const Model::BatchInsertMembersRequest &request)const; BatchInsertMembersOutcome batchInsertMembers(const Model::BatchInsertMembersRequest &request)const;
void batchInsertMembersAsync(const Model::BatchInsertMembersRequest& request, const BatchInsertMembersAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void batchInsertMembersAsync(const Model::BatchInsertMembersRequest& request, const BatchInsertMembersAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
BatchInsertMembersOutcomeCallable batchInsertMembersCallable(const Model::BatchInsertMembersRequest& request) const; BatchInsertMembersOutcomeCallable batchInsertMembersCallable(const Model::BatchInsertMembersRequest& request) const;
@@ -386,6 +409,9 @@ namespace AlibabaCloud
CreatePipelineOutcome createPipeline(const Model::CreatePipelineRequest &request)const; CreatePipelineOutcome createPipeline(const Model::CreatePipelineRequest &request)const;
void createPipelineAsync(const Model::CreatePipelineRequest& request, const CreatePipelineAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void createPipelineAsync(const Model::CreatePipelineRequest& request, const CreatePipelineAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreatePipelineOutcomeCallable createPipelineCallable(const Model::CreatePipelineRequest& request) const; CreatePipelineOutcomeCallable createPipelineCallable(const Model::CreatePipelineRequest& request) const;
CreatePipelineFromTemplateOutcome createPipelineFromTemplate(const Model::CreatePipelineFromTemplateRequest &request)const;
void createPipelineFromTemplateAsync(const Model::CreatePipelineFromTemplateRequest& request, const CreatePipelineFromTemplateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreatePipelineFromTemplateOutcomeCallable createPipelineFromTemplateCallable(const Model::CreatePipelineFromTemplateRequest& request) const;
CreateServiceConnectionOutcome createServiceConnection(const Model::CreateServiceConnectionRequest &request)const; CreateServiceConnectionOutcome createServiceConnection(const Model::CreateServiceConnectionRequest &request)const;
void createServiceConnectionAsync(const Model::CreateServiceConnectionRequest& request, const CreateServiceConnectionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void createServiceConnectionAsync(const Model::CreateServiceConnectionRequest& request, const CreateServiceConnectionAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
CreateServiceConnectionOutcomeCallable createServiceConnectionCallable(const Model::CreateServiceConnectionRequest& request) const; CreateServiceConnectionOutcomeCallable createServiceConnectionCallable(const Model::CreateServiceConnectionRequest& request) const;
@@ -512,6 +538,9 @@ namespace AlibabaCloud
ListDevopsScenarioFieldConfigOutcome listDevopsScenarioFieldConfig(const Model::ListDevopsScenarioFieldConfigRequest &request)const; ListDevopsScenarioFieldConfigOutcome listDevopsScenarioFieldConfig(const Model::ListDevopsScenarioFieldConfigRequest &request)const;
void listDevopsScenarioFieldConfigAsync(const Model::ListDevopsScenarioFieldConfigRequest& request, const ListDevopsScenarioFieldConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void listDevopsScenarioFieldConfigAsync(const Model::ListDevopsScenarioFieldConfigRequest& request, const ListDevopsScenarioFieldConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
ListDevopsScenarioFieldConfigOutcomeCallable listDevopsScenarioFieldConfigCallable(const Model::ListDevopsScenarioFieldConfigRequest& request) const; ListDevopsScenarioFieldConfigOutcomeCallable listDevopsScenarioFieldConfigCallable(const Model::ListDevopsScenarioFieldConfigRequest& request) const;
ListPipelineTemplatesOutcome listPipelineTemplates(const Model::ListPipelineTemplatesRequest &request)const;
void listPipelineTemplatesAsync(const Model::ListPipelineTemplatesRequest& request, const ListPipelineTemplatesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
ListPipelineTemplatesOutcomeCallable listPipelineTemplatesCallable(const Model::ListPipelineTemplatesRequest& request) const;
ListPipelinesOutcome listPipelines(const Model::ListPipelinesRequest &request)const; ListPipelinesOutcome listPipelines(const Model::ListPipelinesRequest &request)const;
void listPipelinesAsync(const Model::ListPipelinesRequest& request, const ListPipelinesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void listPipelinesAsync(const Model::ListPipelinesRequest& request, const ListPipelinesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
ListPipelinesOutcomeCallable listPipelinesCallable(const Model::ListPipelinesRequest& request) const; ListPipelinesOutcomeCallable listPipelinesCallable(const Model::ListPipelinesRequest& request) const;
@@ -542,6 +571,9 @@ namespace AlibabaCloud
UpdateDevopsProjectTaskOutcome updateDevopsProjectTask(const Model::UpdateDevopsProjectTaskRequest &request)const; UpdateDevopsProjectTaskOutcome updateDevopsProjectTask(const Model::UpdateDevopsProjectTaskRequest &request)const;
void updateDevopsProjectTaskAsync(const Model::UpdateDevopsProjectTaskRequest& request, const UpdateDevopsProjectTaskAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void updateDevopsProjectTaskAsync(const Model::UpdateDevopsProjectTaskRequest& request, const UpdateDevopsProjectTaskAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdateDevopsProjectTaskOutcomeCallable updateDevopsProjectTaskCallable(const Model::UpdateDevopsProjectTaskRequest& request) const; UpdateDevopsProjectTaskOutcomeCallable updateDevopsProjectTaskCallable(const Model::UpdateDevopsProjectTaskRequest& request) const;
UpdatePipelineEnvVarsOutcome updatePipelineEnvVars(const Model::UpdatePipelineEnvVarsRequest &request)const;
void updatePipelineEnvVarsAsync(const Model::UpdatePipelineEnvVarsRequest& request, const UpdatePipelineEnvVarsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdatePipelineEnvVarsOutcomeCallable updatePipelineEnvVarsCallable(const Model::UpdatePipelineEnvVarsRequest& request) const;
UpdatePipelineMemberOutcome updatePipelineMember(const Model::UpdatePipelineMemberRequest &request)const; UpdatePipelineMemberOutcome updatePipelineMember(const Model::UpdatePipelineMemberRequest &request)const;
void updatePipelineMemberAsync(const Model::UpdatePipelineMemberRequest& request, const UpdatePipelineMemberAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; void updatePipelineMemberAsync(const Model::UpdatePipelineMemberRequest& request, const UpdatePipelineMemberAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const;
UpdatePipelineMemberOutcomeCallable updatePipelineMemberCallable(const Model::UpdatePipelineMemberRequest& request) const; UpdatePipelineMemberOutcomeCallable updatePipelineMemberCallable(const Model::UpdatePipelineMemberRequest& request) const;

View File

@@ -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_DEVOPS_RDC_MODEL_ADDCODEUPSOURCETOPIPELINEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_ADDCODEUPSOURCETOPIPELINEREQUEST_H_
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string>
#include <vector>
#include <map>
namespace AlibabaCloud {
namespace Devops_rdc {
namespace Model {
class ALIBABACLOUD_DEVOPS_RDC_EXPORT AddCodeupSourceToPipelineRequest : public RpcServiceRequest {
public:
AddCodeupSourceToPipelineRequest();
~AddCodeupSourceToPipelineRequest();
std::string getCodePath() const;
void setCodePath(const std::string &codePath);
std::string getCodeBranch() const;
void setCodeBranch(const std::string &codeBranch);
std::string getOrgId() const;
void setOrgId(const std::string &orgId);
long getPipelineId() const;
void setPipelineId(long pipelineId);
private:
std::string codePath_;
std::string codeBranch_;
std::string orgId_;
long pipelineId_;
};
} // namespace Model
} // namespace Devops_rdc
} // namespace AlibabaCloud
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_ADDCODEUPSOURCETOPIPELINEREQUEST_H_

View File

@@ -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_DEVOPS_RDC_MODEL_ADDCODEUPSOURCETOPIPELINERESULT_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_ADDCODEUPSOURCETOPIPELINERESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
namespace AlibabaCloud
{
namespace Devops_rdc
{
namespace Model
{
class ALIBABACLOUD_DEVOPS_RDC_EXPORT AddCodeupSourceToPipelineResult : public ServiceResult
{
public:
AddCodeupSourceToPipelineResult();
explicit AddCodeupSourceToPipelineResult(const std::string &payload);
~AddCodeupSourceToPipelineResult();
long getPipelineId()const;
protected:
void parse(const std::string &payload);
private:
long pipelineId_;
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_ADDCODEUPSOURCETOPIPELINERESULT_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_BATCHINSERTMEMBERSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_BATCHINSERTMEMBERSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_BATCHINSERTMEMBERSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_BATCHINSERTMEMBERSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT BatchInsertMembersRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT BatchInsertMembersRequest : public RpcServiceRequest BatchInsertMembersRequest();
{ ~BatchInsertMembersRequest();
std::string getMembers() const;
public: void setMembers(const std::string &members);
BatchInsertMembersRequest(); std::string getRealPk() const;
~BatchInsertMembersRequest(); void setRealPk(const std::string &realPk);
std::string getOrgId() const;
std::string getMembers()const; void setOrgId(const std::string &orgId);
void setMembers(const std::string& members);
std::string getRealPk()const; private:
void setRealPk(const std::string& realPk); std::string members_;
std::string getOrgId()const; std::string realPk_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string members_; } // namespace Devops_rdc
std::string realPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_BATCHINSERTMEMBERSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_BATCHINSERTMEMBERSREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CANCELPIPELINEREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CANCELPIPELINEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CANCELPIPELINEREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CANCELPIPELINEREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CancelPipelineRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CancelPipelineRequest : public RpcServiceRequest CancelPipelineRequest();
{ ~CancelPipelineRequest();
long getFlowInstanceId() const;
public: void setFlowInstanceId(long flowInstanceId);
CancelPipelineRequest(); std::string getUserPk() const;
~CancelPipelineRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
long getFlowInstanceId()const; void setOrgId(const std::string &orgId);
void setFlowInstanceId(long flowInstanceId); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); long flowInstanceId_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
long flowInstanceId_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CANCELPIPELINEREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CANCELPIPELINEREQUEST_H_

View File

@@ -1,48 +1,42 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CHECKALIYUNACCOUNTEXISTSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CHECKALIYUNACCOUNTEXISTSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CHECKALIYUNACCOUNTEXISTSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CHECKALIYUNACCOUNTEXISTSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CheckAliyunAccountExistsRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CheckAliyunAccountExistsRequest : public RpcServiceRequest CheckAliyunAccountExistsRequest();
{ ~CheckAliyunAccountExistsRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
CheckAliyunAccountExistsRequest();
~CheckAliyunAccountExistsRequest(); private:
std::string userPk_;
std::string getUserPk()const; };
void setUserPk(const std::string& userPk); } // namespace Model
} // namespace Devops_rdc
private: } // namespace AlibabaCloud
std::string userPk_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CHECKALIYUNACCOUNTEXISTSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CHECKALIYUNACCOUNTEXISTSREQUEST_H_

View File

@@ -1,60 +1,54 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECOMMONGROUPREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECOMMONGROUPREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECOMMONGROUPREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECOMMONGROUPREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateCommonGroupRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateCommonGroupRequest : public RpcServiceRequest CreateCommonGroupRequest();
{ ~CreateCommonGroupRequest();
std::string getSmartGroupId() const;
public: void setSmartGroupId(const std::string &smartGroupId);
CreateCommonGroupRequest(); std::string getName() const;
~CreateCommonGroupRequest(); void setName(const std::string &name);
std::string getDescription() const;
std::string getSmartGroupId()const; void setDescription(const std::string &description);
void setSmartGroupId(const std::string& smartGroupId); std::string getProjectId() const;
std::string getName()const; void setProjectId(const std::string &projectId);
void setName(const std::string& name); std::string getOrgId() const;
std::string getDescription()const; void setOrgId(const std::string &orgId);
void setDescription(const std::string& description);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string smartGroupId_;
std::string getOrgId()const; std::string name_;
void setOrgId(const std::string& orgId); std::string description_;
std::string projectId_;
private: std::string orgId_;
std::string smartGroupId_; };
std::string name_; } // namespace Model
std::string description_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECOMMONGROUPREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECOMMONGROUPREQUEST_H_

View File

@@ -1,63 +1,57 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECREDENTIALREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECREDENTIALREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECREDENTIALREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECREDENTIALREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateCredentialRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateCredentialRequest : public RpcServiceRequest CreateCredentialRequest();
{ ~CreateCredentialRequest();
std::string getType() const;
public: void setType(const std::string &type);
CreateCredentialRequest(); std::string getUserPk() const;
~CreateCredentialRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
std::string getType()const; void setOrgId(const std::string &orgId);
void setType(const std::string& type); std::string getPassword() const;
std::string getUserPk()const; void setPassword(const std::string &password);
void setUserPk(const std::string& userPk); std::string getName() const;
std::string getOrgId()const; void setName(const std::string &name);
void setOrgId(const std::string& orgId); std::string getUserName() const;
std::string getPassword()const; void setUserName(const std::string &userName);
void setPassword(const std::string& password);
std::string getName()const; private:
void setName(const std::string& name); std::string type_;
std::string getUserName()const; std::string userPk_;
void setUserName(const std::string& userName); std::string orgId_;
std::string password_;
private: std::string name_;
std::string type_; std::string userName_;
std::string userPk_; };
std::string orgId_; } // namespace Model
std::string password_; } // namespace Devops_rdc
std::string name_; } // namespace AlibabaCloud
std::string userName_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECREDENTIALREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATECREDENTIALREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSORGANIZATIONREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSORGANIZATIONREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSORGANIZATIONREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSORGANIZATIONREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsOrganizationRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsOrganizationRequest : public RpcServiceRequest CreateDevopsOrganizationRequest();
{ ~CreateDevopsOrganizationRequest();
std::string getOrgName() const;
public: void setOrgName(const std::string &orgName);
CreateDevopsOrganizationRequest(); std::string getSource() const;
~CreateDevopsOrganizationRequest(); void setSource(const std::string &source);
std::string getRealPk() const;
std::string getOrgName()const; void setRealPk(const std::string &realPk);
void setOrgName(const std::string& orgName); int getDesiredMemberCount() const;
std::string getSource()const; void setDesiredMemberCount(int desiredMemberCount);
void setSource(const std::string& source);
std::string getRealPk()const; private:
void setRealPk(const std::string& realPk); std::string orgName_;
int getDesiredMemberCount()const; std::string source_;
void setDesiredMemberCount(int desiredMemberCount); std::string realPk_;
int desiredMemberCount_;
private: };
std::string orgName_; } // namespace Model
std::string source_; } // namespace Devops_rdc
std::string realPk_; } // namespace AlibabaCloud
int desiredMemberCount_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSORGANIZATIONREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSORGANIZATIONREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsProjectRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsProjectRequest : public RpcServiceRequest CreateDevopsProjectRequest();
{ ~CreateDevopsProjectRequest();
std::string getName() const;
public: void setName(const std::string &name);
CreateDevopsProjectRequest(); std::string getDescription() const;
~CreateDevopsProjectRequest(); void setDescription(const std::string &description);
std::string getOrgId() const;
std::string getName()const; void setOrgId(const std::string &orgId);
void setName(const std::string& name);
std::string getDescription()const; private:
void setDescription(const std::string& description); std::string name_;
std::string getOrgId()const; std::string description_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string name_; } // namespace Devops_rdc
std::string description_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTREQUEST_H_

View File

@@ -1,66 +1,60 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTSPRINTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTSPRINTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTSPRINTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTSPRINTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsProjectSprintRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsProjectSprintRequest : public RpcServiceRequest CreateDevopsProjectSprintRequest();
{ ~CreateDevopsProjectSprintRequest();
std::string getExecutorId() const;
public: void setExecutorId(const std::string &executorId);
CreateDevopsProjectSprintRequest(); std::string getDescription() const;
~CreateDevopsProjectSprintRequest(); void setDescription(const std::string &description);
std::string getStartDate() const;
std::string getExecutorId()const; void setStartDate(const std::string &startDate);
void setExecutorId(const std::string& executorId); std::string getOrgId() const;
std::string getDescription()const; void setOrgId(const std::string &orgId);
void setDescription(const std::string& description); std::string getDueDate() const;
std::string getStartDate()const; void setDueDate(const std::string &dueDate);
void setStartDate(const std::string& startDate); std::string getName() const;
std::string getOrgId()const; void setName(const std::string &name);
void setOrgId(const std::string& orgId); std::string getProjectId() const;
std::string getDueDate()const; void setProjectId(const std::string &projectId);
void setDueDate(const std::string& dueDate);
std::string getName()const; private:
void setName(const std::string& name); std::string executorId_;
std::string getProjectId()const; std::string description_;
void setProjectId(const std::string& projectId); std::string startDate_;
std::string orgId_;
private: std::string dueDate_;
std::string executorId_; std::string name_;
std::string description_; std::string projectId_;
std::string startDate_; };
std::string orgId_; } // namespace Model
std::string dueDate_; } // namespace Devops_rdc
std::string name_; } // namespace AlibabaCloud
std::string projectId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTSPRINTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTSPRINTREQUEST_H_

View File

@@ -1,87 +1,81 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTTASKREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTTASKREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTTASKREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTTASKREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsProjectTaskRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateDevopsProjectTaskRequest : public RpcServiceRequest CreateDevopsProjectTaskRequest();
{ ~CreateDevopsProjectTaskRequest();
std::string getNote() const;
public: void setNote(const std::string &note);
CreateDevopsProjectTaskRequest(); std::string getVisible() const;
~CreateDevopsProjectTaskRequest(); void setVisible(const std::string &visible);
std::string getExecutorId() const;
std::string getNote()const; void setExecutorId(const std::string &executorId);
void setNote(const std::string& note); std::string getTaskFlowStatusId() const;
std::string getVisible()const; void setTaskFlowStatusId(const std::string &taskFlowStatusId);
void setVisible(const std::string& visible); std::string getStartDate() const;
std::string getExecutorId()const; void setStartDate(const std::string &startDate);
void setExecutorId(const std::string& executorId); int getPriority() const;
std::string getTaskFlowStatusId()const; void setPriority(int priority);
void setTaskFlowStatusId(const std::string& taskFlowStatusId); std::string getParentTaskId() const;
std::string getStartDate()const; void setParentTaskId(const std::string &parentTaskId);
void setStartDate(const std::string& startDate); std::string getOrgId() const;
int getPriority()const; void setOrgId(const std::string &orgId);
void setPriority(int priority); std::string getContent() const;
std::string getParentTaskId()const; void setContent(const std::string &content);
void setParentTaskId(const std::string& parentTaskId); std::string getSprintId() const;
std::string getOrgId()const; void setSprintId(const std::string &sprintId);
void setOrgId(const std::string& orgId); std::string getDueDate() const;
std::string getContent()const; void setDueDate(const std::string &dueDate);
void setContent(const std::string& content); std::string getScenarioFieldConfigId() const;
std::string getSprintId()const; void setScenarioFieldConfigId(const std::string &scenarioFieldConfigId);
void setSprintId(const std::string& sprintId); std::string getProjectId() const;
std::string getDueDate()const; void setProjectId(const std::string &projectId);
void setDueDate(const std::string& dueDate); std::string getTaskListId() const;
std::string getScenarioFieldConfigId()const; void setTaskListId(const std::string &taskListId);
void setScenarioFieldConfigId(const std::string& scenarioFieldConfigId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string note_;
std::string getTaskListId()const; std::string visible_;
void setTaskListId(const std::string& taskListId); std::string executorId_;
std::string taskFlowStatusId_;
private: std::string startDate_;
std::string note_; int priority_;
std::string visible_; std::string parentTaskId_;
std::string executorId_; std::string orgId_;
std::string taskFlowStatusId_; std::string content_;
std::string startDate_; std::string sprintId_;
int priority_; std::string dueDate_;
std::string parentTaskId_; std::string scenarioFieldConfigId_;
std::string orgId_; std::string projectId_;
std::string content_; std::string taskListId_;
std::string sprintId_; };
std::string dueDate_; } // namespace Model
std::string scenarioFieldConfigId_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string taskListId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTTASKREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEDEVOPSPROJECTTASKREQUEST_H_

View File

@@ -48,8 +48,8 @@ namespace AlibabaCloud
std::string dueDate; std::string dueDate;
int uniqueId; int uniqueId;
std::string updated; std::string updated;
std::string creatorId;
int priority; int priority;
std::string creatorId;
std::string projectId; std::string projectId;
std::string taskflowstatusId; std::string taskflowstatusId;
bool isDone; bool isDone;

View File

@@ -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_DEVOPS_RDC_MODEL_CREATEPIPELINEFROMTEMPLATEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEFROMTEMPLATEREQUEST_H_
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string>
#include <vector>
#include <map>
namespace AlibabaCloud {
namespace Devops_rdc {
namespace Model {
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreatePipelineFromTemplateRequest : public RpcServiceRequest {
public:
CreatePipelineFromTemplateRequest();
~CreatePipelineFromTemplateRequest();
std::string getPipelineName() const;
void setPipelineName(const std::string &pipelineName);
std::string getOrgId() const;
void setOrgId(const std::string &orgId);
long getPipelineTemplateId() const;
void setPipelineTemplateId(long pipelineTemplateId);
private:
std::string pipelineName_;
std::string orgId_;
long pipelineTemplateId_;
};
} // namespace Model
} // namespace Devops_rdc
} // namespace AlibabaCloud
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEFROMTEMPLATEREQUEST_H_

View File

@@ -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_DEVOPS_RDC_MODEL_CREATEPIPELINEFROMTEMPLATERESULT_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEFROMTEMPLATERESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
namespace AlibabaCloud
{
namespace Devops_rdc
{
namespace Model
{
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreatePipelineFromTemplateResult : public ServiceResult
{
public:
CreatePipelineFromTemplateResult();
explicit CreatePipelineFromTemplateResult(const std::string &payload);
~CreatePipelineFromTemplateResult();
long getPipelineId()const;
protected:
void parse(const std::string &payload);
private:
long pipelineId_;
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEFROMTEMPLATERESULT_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreatePipelineRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreatePipelineRequest : public RpcServiceRequest CreatePipelineRequest();
{ ~CreatePipelineRequest();
std::string getPipeline() const;
public: void setPipeline(const std::string &pipeline);
CreatePipelineRequest(); std::string getUserPk() const;
~CreatePipelineRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
std::string getPipeline()const; void setOrgId(const std::string &orgId);
void setPipeline(const std::string& pipeline);
std::string getUserPk()const; private:
void setUserPk(const std::string& userPk); std::string pipeline_;
std::string getOrgId()const; std::string userPk_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string pipeline_; } // namespace Devops_rdc
std::string userPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATEPIPELINEREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATESERVICECONNECTIONREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATESERVICECONNECTIONREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATESERVICECONNECTIONREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATESERVICECONNECTIONREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateServiceConnectionRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT CreateServiceConnectionRequest : public RpcServiceRequest CreateServiceConnectionRequest();
{ ~CreateServiceConnectionRequest();
std::string getServiceConnectionType() const;
public: void setServiceConnectionType(const std::string &serviceConnectionType);
CreateServiceConnectionRequest(); std::string getUserPk() const;
~CreateServiceConnectionRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
std::string getServiceConnectionType()const; void setOrgId(const std::string &orgId);
void setServiceConnectionType(const std::string& serviceConnectionType);
std::string getUserPk()const; private:
void setUserPk(const std::string& userPk); std::string serviceConnectionType_;
std::string getOrgId()const; std::string userPk_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string serviceConnectionType_; } // namespace Devops_rdc
std::string userPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATESERVICECONNECTIONREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_CREATESERVICECONNECTIONREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETECOMMONGROUPREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETECOMMONGROUPREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETECOMMONGROUPREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETECOMMONGROUPREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteCommonGroupRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteCommonGroupRequest : public RpcServiceRequest DeleteCommonGroupRequest();
{ ~DeleteCommonGroupRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
DeleteCommonGroupRequest(); std::string getCommonGroupId() const;
~DeleteCommonGroupRequest(); void setCommonGroupId(const std::string &commonGroupId);
std::string getOrgId() const;
std::string getProjectId()const; void setOrgId(const std::string &orgId);
void setProjectId(const std::string& projectId);
std::string getCommonGroupId()const; private:
void setCommonGroupId(const std::string& commonGroupId); std::string projectId_;
std::string getOrgId()const; std::string commonGroupId_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string projectId_; } // namespace Devops_rdc
std::string commonGroupId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETECOMMONGROUPREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETECOMMONGROUPREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONMEMBERSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONMEMBERSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONMEMBERSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONMEMBERSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsOrganizationMembersRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsOrganizationMembersRequest : public RpcServiceRequest DeleteDevopsOrganizationMembersRequest();
{ ~DeleteDevopsOrganizationMembersRequest();
std::string getRealPk() const;
public: void setRealPk(const std::string &realPk);
DeleteDevopsOrganizationMembersRequest(); std::string getUserId() const;
~DeleteDevopsOrganizationMembersRequest(); void setUserId(const std::string &userId);
std::string getOrgId() const;
std::string getRealPk()const; void setOrgId(const std::string &orgId);
void setRealPk(const std::string& realPk);
std::string getUserId()const; private:
void setUserId(const std::string& userId); std::string realPk_;
std::string getOrgId()const; std::string userId_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string realPk_; } // namespace Devops_rdc
std::string userId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONMEMBERSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONMEMBERSREQUEST_H_

View File

@@ -1,48 +1,42 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsOrganizationRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsOrganizationRequest : public RpcServiceRequest DeleteDevopsOrganizationRequest();
{ ~DeleteDevopsOrganizationRequest();
std::string getOrgId() const;
public: void setOrgId(const std::string &orgId);
DeleteDevopsOrganizationRequest();
~DeleteDevopsOrganizationRequest(); private:
std::string orgId_;
std::string getOrgId()const; };
void setOrgId(const std::string& orgId); } // namespace Model
} // namespace Devops_rdc
private: } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSORGANIZATIONREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTMEMBERSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTMEMBERSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTMEMBERSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTMEMBERSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectMembersRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectMembersRequest : public RpcServiceRequest DeleteDevopsProjectMembersRequest();
{ ~DeleteDevopsProjectMembersRequest();
std::string getUserIds() const;
public: void setUserIds(const std::string &userIds);
DeleteDevopsProjectMembersRequest(); std::string getProjectId() const;
~DeleteDevopsProjectMembersRequest(); void setProjectId(const std::string &projectId);
std::string getOrgId() const;
std::string getUserIds()const; void setOrgId(const std::string &orgId);
void setUserIds(const std::string& userIds);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string userIds_;
std::string getOrgId()const; std::string projectId_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string userIds_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTMEMBERSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTMEMBERSREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectRequest : public RpcServiceRequest DeleteDevopsProjectRequest();
{ ~DeleteDevopsProjectRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
DeleteDevopsProjectRequest(); std::string getOrgId() const;
~DeleteDevopsProjectRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTSPRINTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTSPRINTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTSPRINTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTSPRINTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectSprintRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectSprintRequest : public RpcServiceRequest DeleteDevopsProjectSprintRequest();
{ ~DeleteDevopsProjectSprintRequest();
std::string getSprintId() const;
public: void setSprintId(const std::string &sprintId);
DeleteDevopsProjectSprintRequest(); std::string getOrgId() const;
~DeleteDevopsProjectSprintRequest(); void setOrgId(const std::string &orgId);
std::string getSprintId()const; private:
void setSprintId(const std::string& sprintId); std::string sprintId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string sprintId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTSPRINTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTSPRINTREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTTASKREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTTASKREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTTASKREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTTASKREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectTaskRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeleteDevopsProjectTaskRequest : public RpcServiceRequest DeleteDevopsProjectTaskRequest();
{ ~DeleteDevopsProjectTaskRequest();
std::string getOrgId() const;
public: void setOrgId(const std::string &orgId);
DeleteDevopsProjectTaskRequest(); std::string getTaskId() const;
~DeleteDevopsProjectTaskRequest(); void setTaskId(const std::string &taskId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string orgId_;
std::string getTaskId()const; std::string taskId_;
void setTaskId(const std::string& taskId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string taskId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTTASKREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEDEVOPSPROJECTTASKREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEPIPELINEMEMBERREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEPIPELINEMEMBERREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEPIPELINEMEMBERREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEPIPELINEMEMBERREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeletePipelineMemberRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT DeletePipelineMemberRequest : public RpcServiceRequest DeletePipelineMemberRequest();
{ ~DeletePipelineMemberRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
DeletePipelineMemberRequest(); std::string getUserId() const;
~DeletePipelineMemberRequest(); void setUserId(const std::string &userId);
std::string getOrgId() const;
std::string getUserPk()const; void setOrgId(const std::string &orgId);
void setUserPk(const std::string& userPk); long getPipelineId() const;
std::string getUserId()const; void setPipelineId(long pipelineId);
void setUserId(const std::string& userId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string userPk_;
long getPipelineId()const; std::string userId_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
std::string userPk_; } // namespace Model
std::string userId_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEPIPELINEMEMBERREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_DELETEPIPELINEMEMBERREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_EXECUTEPIPELINEREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_EXECUTEPIPELINEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_EXECUTEPIPELINEREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_EXECUTEPIPELINEREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ExecutePipelineRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ExecutePipelineRequest : public RpcServiceRequest ExecutePipelineRequest();
{ ~ExecutePipelineRequest();
std::string getParameters() const;
public: void setParameters(const std::string &parameters);
ExecutePipelineRequest(); std::string getUserPk() const;
~ExecutePipelineRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
std::string getParameters()const; void setOrgId(const std::string &orgId);
void setParameters(const std::string& parameters); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string parameters_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
std::string parameters_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_EXECUTEPIPELINEREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_EXECUTEPIPELINEREQUEST_H_

View File

@@ -1,48 +1,42 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSORGANIZATIONMEMBERSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSORGANIZATIONMEMBERSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSORGANIZATIONMEMBERSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSORGANIZATIONMEMBERSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsOrganizationMembersRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsOrganizationMembersRequest : public RpcServiceRequest GetDevopsOrganizationMembersRequest();
{ ~GetDevopsOrganizationMembersRequest();
std::string getOrgId() const;
public: void setOrgId(const std::string &orgId);
GetDevopsOrganizationMembersRequest();
~GetDevopsOrganizationMembersRequest(); private:
std::string orgId_;
std::string getOrgId()const; };
void setOrgId(const std::string& orgId); } // namespace Model
} // namespace Devops_rdc
private: } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSORGANIZATIONMEMBERSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSORGANIZATIONMEMBERSREQUEST_H_

View File

@@ -36,8 +36,8 @@ namespace AlibabaCloud
{ {
int role; int role;
std::string memberId; std::string memberId;
std::string avatarUrl;
std::string email; std::string email;
std::string avatarUrl;
std::string userId; std::string userId;
std::string phone; std::string phone;
std::string name; std::string name;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTINFOREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTINFOREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTINFOREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTINFOREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectInfoRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectInfoRequest : public RpcServiceRequest GetDevopsProjectInfoRequest();
{ ~GetDevopsProjectInfoRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
GetDevopsProjectInfoRequest(); std::string getOrgId() const;
~GetDevopsProjectInfoRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTINFOREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTINFOREQUEST_H_

View File

@@ -37,13 +37,13 @@ namespace AlibabaCloud
std::string sortMethod; std::string sortMethod;
std::string description; std::string description;
std::string category; std::string category;
std::string sourceId;
std::string sourceType; std::string sourceType;
int nextTaskUniqueId; std::string sourceId;
std::string organizationId; std::string organizationId;
int nextTaskUniqueId;
std::string rootCollectionId; std::string rootCollectionId;
std::string created;
std::string name; std::string name;
std::string created;
std::string startDate; std::string startDate;
std::string defaultCollectionId; std::string defaultCollectionId;
std::string normalType; std::string normalType;

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTMEMBERSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTMEMBERSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTMEMBERSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTMEMBERSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectMembersRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectMembersRequest : public RpcServiceRequest GetDevopsProjectMembersRequest();
{ ~GetDevopsProjectMembersRequest();
int getPageSize() const;
public: void setPageSize(int pageSize);
GetDevopsProjectMembersRequest(); std::string getProjectId() const;
~GetDevopsProjectMembersRequest(); void setProjectId(const std::string &projectId);
std::string getOrgId() const;
int getPageSize()const; void setOrgId(const std::string &orgId);
void setPageSize(int pageSize); std::string getPageToken() const;
std::string getProjectId()const; void setPageToken(const std::string &pageToken);
void setProjectId(const std::string& projectId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); int pageSize_;
std::string getPageToken()const; std::string projectId_;
void setPageToken(const std::string& pageToken); std::string orgId_;
std::string pageToken_;
private: };
int pageSize_; } // namespace Model
std::string projectId_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string pageToken_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTMEMBERSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTMEMBERSREQUEST_H_

View File

@@ -36,8 +36,8 @@ namespace AlibabaCloud
{ {
int role; int role;
std::string memberId; std::string memberId;
std::string avatarUrl;
std::string email; std::string email;
std::string avatarUrl;
std::string userId; std::string userId;
std::string phone; std::string phone;
std::string name; std::string name;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTSPRINTINFOREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTSPRINTINFOREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTSPRINTINFOREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTSPRINTINFOREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectSprintInfoRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectSprintInfoRequest : public RpcServiceRequest GetDevopsProjectSprintInfoRequest();
{ ~GetDevopsProjectSprintInfoRequest();
std::string getSprintId() const;
public: void setSprintId(const std::string &sprintId);
GetDevopsProjectSprintInfoRequest(); std::string getOrgId() const;
~GetDevopsProjectSprintInfoRequest(); void setOrgId(const std::string &orgId);
std::string getSprintId()const; private:
void setSprintId(const std::string& sprintId); std::string sprintId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string sprintId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTSPRINTINFOREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTSPRINTINFOREQUEST_H_

View File

@@ -40,8 +40,8 @@ namespace AlibabaCloud
int workTimes; int workTimes;
int storyPoints; int storyPoints;
}; };
std::string startDate;
std::string status; std::string status;
std::string startDate;
bool isDeleted; bool isDeleted;
std::string accomplished; std::string accomplished;
PlanToDo planToDo; PlanToDo planToDo;
@@ -50,8 +50,8 @@ namespace AlibabaCloud
std::string projectId; std::string projectId;
std::string id; std::string id;
std::string dueDate; std::string dueDate;
std::string created;
std::string name; std::string name;
std::string created;
}; };

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTTASKINFOREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTTASKINFOREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTTASKINFOREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTTASKINFOREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectTaskInfoRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetDevopsProjectTaskInfoRequest : public RpcServiceRequest GetDevopsProjectTaskInfoRequest();
{ ~GetDevopsProjectTaskInfoRequest();
std::string getOrgId() const;
public: void setOrgId(const std::string &orgId);
GetDevopsProjectTaskInfoRequest(); std::string getTaskId() const;
~GetDevopsProjectTaskInfoRequest(); void setTaskId(const std::string &taskId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string orgId_;
std::string getTaskId()const; std::string taskId_;
void setTaskId(const std::string& taskId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string taskId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTTASKINFOREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETDEVOPSPROJECTTASKINFOREQUEST_H_

View File

@@ -36,8 +36,8 @@ namespace AlibabaCloud
{ {
bool isDeleted; bool isDeleted;
std::string updated; std::string updated;
std::string creatorId;
std::string priority; std::string priority;
std::string creatorId;
std::vector<std::string> involveMembers; std::vector<std::string> involveMembers;
std::string projectId; std::string projectId;
std::string taskflowstatusId; std::string taskflowstatusId;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETLASTWORKSPACEREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETLASTWORKSPACEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETLASTWORKSPACEREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETLASTWORKSPACEREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetLastWorkspaceRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetLastWorkspaceRequest : public RpcServiceRequest GetLastWorkspaceRequest();
{ ~GetLastWorkspaceRequest();
std::string getRealPk() const;
public: void setRealPk(const std::string &realPk);
GetLastWorkspaceRequest(); std::string getOrgId() const;
~GetLastWorkspaceRequest(); void setOrgId(const std::string &orgId);
std::string getRealPk()const; private:
void setRealPk(const std::string& realPk); std::string realPk_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string realPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETLASTWORKSPACEREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETLASTWORKSPACEREQUEST_H_

View File

@@ -1,66 +1,60 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTHISTORYREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTHISTORYREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTHISTORYREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTHISTORYREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstHistoryRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstHistoryRequest : public RpcServiceRequest GetPipelineInstHistoryRequest();
{ ~GetPipelineInstHistoryRequest();
std::string getEndTime() const;
public: void setEndTime(const std::string &endTime);
GetPipelineInstHistoryRequest(); std::string getStartTime() const;
~GetPipelineInstHistoryRequest(); void setStartTime(const std::string &startTime);
std::string getUserPk() const;
std::string getEndTime()const; void setUserPk(const std::string &userPk);
void setEndTime(const std::string& endTime); std::string getOrgId() const;
std::string getStartTime()const; void setOrgId(const std::string &orgId);
void setStartTime(const std::string& startTime); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk); long getPageSize() const;
std::string getOrgId()const; void setPageSize(long pageSize);
void setOrgId(const std::string& orgId); long getPageStart() const;
long getPipelineId()const; void setPageStart(long pageStart);
void setPipelineId(long pipelineId);
long getPageSize()const; private:
void setPageSize(long pageSize); std::string endTime_;
long getPageStart()const; std::string startTime_;
void setPageStart(long pageStart); std::string userPk_;
std::string orgId_;
private: long pipelineId_;
std::string endTime_; long pageSize_;
std::string startTime_; long pageStart_;
std::string userPk_; };
std::string orgId_; } // namespace Model
long pipelineId_; } // namespace Devops_rdc
long pageSize_; } // namespace AlibabaCloud
long pageStart_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTHISTORYREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTHISTORYREQUEST_H_

View File

@@ -43,11 +43,11 @@ namespace AlibabaCloud
std::string mixFlowInstId; std::string mixFlowInstId;
int enginePipelineId; int enginePipelineId;
std::string enginePipelineName; std::string enginePipelineName;
std::string caches;
std::string triggerMode; std::string triggerMode;
std::string caches;
std::string sources; std::string sources;
std::string dateTime;
std::string timeStamp; std::string timeStamp;
std::string dateTime;
int enginePipelineNumber; int enginePipelineNumber;
int enginePipelineInstId; int enginePipelineInstId;
}; };
@@ -59,8 +59,8 @@ namespace AlibabaCloud
std::string resultStatus; std::string resultStatus;
long createTime; long createTime;
long startTime; long startTime;
std::string creator;
std::string deleteStatus; std::string deleteStatus;
std::string creator;
std::string name; std::string name;
int idExtent; int idExtent;
int id; int id;
@@ -70,9 +70,9 @@ namespace AlibabaCloud
std::string status; std::string status;
long modifyTime; long modifyTime;
std::string resultStatus; std::string resultStatus;
std::string stages;
long createTime; long createTime;
std::string systemCode; std::string systemCode;
std::string stages;
std::string systemId; std::string systemId;
std::string statusName; std::string statusName;
std::string creator; std::string creator;
@@ -89,8 +89,8 @@ namespace AlibabaCloud
FlowInstance flowInstance; FlowInstance flowInstance;
long createTime; long createTime;
std::string statusName; std::string statusName;
std::string creator;
int triggerMode; int triggerMode;
std::string creator;
std::string packages; std::string packages;
std::string deletion; std::string deletion;
int pipelineId; int pipelineId;

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEBUILDNUMBERSTATUSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEBUILDNUMBERSTATUSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEBUILDNUMBERSTATUSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEBUILDNUMBERSTATUSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceBuildNumberStatusRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceBuildNumberStatusRequest : public RpcServiceRequest GetPipelineInstanceBuildNumberStatusRequest();
{ ~GetPipelineInstanceBuildNumberStatusRequest();
long getBuildNum() const;
public: void setBuildNum(long buildNum);
GetPipelineInstanceBuildNumberStatusRequest(); std::string getUserPk() const;
~GetPipelineInstanceBuildNumberStatusRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
long getBuildNum()const; void setOrgId(const std::string &orgId);
void setBuildNum(long buildNum); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); long buildNum_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
long buildNum_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEBUILDNUMBERSTATUSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEBUILDNUMBERSTATUSREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEGROUPSTATUSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEGROUPSTATUSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEGROUPSTATUSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEGROUPSTATUSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceGroupStatusRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceGroupStatusRequest : public RpcServiceRequest GetPipelineInstanceGroupStatusRequest();
{ ~GetPipelineInstanceGroupStatusRequest();
long getFlowInstanceId() const;
public: void setFlowInstanceId(long flowInstanceId);
GetPipelineInstanceGroupStatusRequest(); std::string getUserPk() const;
~GetPipelineInstanceGroupStatusRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
long getFlowInstanceId()const; void setOrgId(const std::string &orgId);
void setFlowInstanceId(long flowInstanceId); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); long flowInstanceId_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
long flowInstanceId_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEGROUPSTATUSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEGROUPSTATUSREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEINFOREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEINFOREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEINFOREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEINFOREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceInfoRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceInfoRequest : public RpcServiceRequest GetPipelineInstanceInfoRequest();
{ ~GetPipelineInstanceInfoRequest();
std::string getFlowInstanceId() const;
public: void setFlowInstanceId(const std::string &flowInstanceId);
GetPipelineInstanceInfoRequest(); std::string getUserPk() const;
~GetPipelineInstanceInfoRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
std::string getFlowInstanceId()const; void setOrgId(const std::string &orgId);
void setFlowInstanceId(const std::string& flowInstanceId); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string flowInstanceId_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
std::string flowInstanceId_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEINFOREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCEINFOREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCESTATUSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCESTATUSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCESTATUSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCESTATUSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceStatusRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineInstanceStatusRequest : public RpcServiceRequest GetPipelineInstanceStatusRequest();
{ ~GetPipelineInstanceStatusRequest();
long getFlowInstanceId() const;
public: void setFlowInstanceId(long flowInstanceId);
GetPipelineInstanceStatusRequest(); std::string getUserPk() const;
~GetPipelineInstanceStatusRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
long getFlowInstanceId()const; void setOrgId(const std::string &orgId);
void setFlowInstanceId(long flowInstanceId); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); long flowInstanceId_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string orgId_;
long pipelineId_;
private: };
long flowInstanceId_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCESTATUSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINEINSTANCESTATUSREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINELOGREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINELOGREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINELOGREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINELOGREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineLogRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineLogRequest : public RpcServiceRequest GetPipelineLogRequest();
{ ~GetPipelineLogRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
GetPipelineLogRequest(); std::string getOrgId() const;
~GetPipelineLogRequest(); void setOrgId(const std::string &orgId);
long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk); long getJobId() const;
std::string getOrgId()const; void setJobId(long jobId);
void setOrgId(const std::string& orgId);
long getPipelineId()const; private:
void setPipelineId(long pipelineId); std::string userPk_;
long getJobId()const; std::string orgId_;
void setJobId(long jobId); long pipelineId_;
long jobId_;
private: };
std::string userPk_; } // namespace Model
std::string orgId_; } // namespace Devops_rdc
long pipelineId_; } // namespace AlibabaCloud
long jobId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINELOGREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINELOGREQUEST_H_

View File

@@ -1,66 +1,60 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINESTEPLOGREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINESTEPLOGREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINESTEPLOGREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINESTEPLOGREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineStepLogRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipelineStepLogRequest : public RpcServiceRequest GetPipelineStepLogRequest();
{ ~GetPipelineStepLogRequest();
long getOffset() const;
public: void setOffset(long offset);
GetPipelineStepLogRequest(); std::string getUserPk() const;
~GetPipelineStepLogRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
long getOffset()const; void setOrgId(const std::string &orgId);
void setOffset(long offset); long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk); long getJobId() const;
std::string getOrgId()const; void setJobId(long jobId);
void setOrgId(const std::string& orgId); std::string getStepIndex() const;
long getPipelineId()const; void setStepIndex(const std::string &stepIndex);
void setPipelineId(long pipelineId); long getLimit() const;
long getJobId()const; void setLimit(long limit);
void setJobId(long jobId);
std::string getStepIndex()const; private:
void setStepIndex(const std::string& stepIndex); long offset_;
long getLimit()const; std::string userPk_;
void setLimit(long limit); std::string orgId_;
long pipelineId_;
private: long jobId_;
long offset_; std::string stepIndex_;
std::string userPk_; long limit_;
std::string orgId_; };
long pipelineId_; } // namespace Model
long jobId_; } // namespace Devops_rdc
std::string stepIndex_; } // namespace AlibabaCloud
long limit_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINESTEPLOGREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPELINESTEPLOGREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPLEINELATESTINSTANCESTATUSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPLEINELATESTINSTANCESTATUSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPLEINELATESTINSTANCESTATUSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPLEINELATESTINSTANCESTATUSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipleineLatestInstanceStatusRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetPipleineLatestInstanceStatusRequest : public RpcServiceRequest GetPipleineLatestInstanceStatusRequest();
{ ~GetPipleineLatestInstanceStatusRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
GetPipleineLatestInstanceStatusRequest(); std::string getOrgId() const;
~GetPipleineLatestInstanceStatusRequest(); void setOrgId(const std::string &orgId);
long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string userPk_;
long getPipelineId()const; std::string orgId_;
void setPipelineId(long pipelineId); long pipelineId_;
};
private: } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPLEINELATESTINSTANCESTATUSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPIPLEINELATESTINSTANCESTATUSREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPROJECTOPTIONREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPROJECTOPTIONREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPROJECTOPTIONREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPROJECTOPTIONREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetProjectOptionRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetProjectOptionRequest : public RpcServiceRequest GetProjectOptionRequest();
{ ~GetProjectOptionRequest();
std::string getQuery() const;
public: void setQuery(const std::string &query);
GetProjectOptionRequest(); std::string getType() const;
~GetProjectOptionRequest(); void setType(const std::string &type);
std::string getProjectId() const;
std::string getQuery()const; void setProjectId(const std::string &projectId);
void setQuery(const std::string& query); std::string getOrgId() const;
std::string getType()const; void setOrgId(const std::string &orgId);
void setType(const std::string& type);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string query_;
std::string getOrgId()const; std::string type_;
void setOrgId(const std::string& orgId); std::string projectId_;
std::string orgId_;
private: };
std::string query_; } // namespace Model
std::string type_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPROJECTOPTIONREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETPROJECTOPTIONREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILACTIVITYREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILACTIVITYREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILACTIVITYREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILACTIVITYREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetTaskDetailActivityRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetTaskDetailActivityRequest : public RpcServiceRequest GetTaskDetailActivityRequest();
{ ~GetTaskDetailActivityRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
GetTaskDetailActivityRequest(); std::string getOrgId() const;
~GetTaskDetailActivityRequest(); void setOrgId(const std::string &orgId);
std::string getTaskId() const;
std::string getProjectId()const; void setTaskId(const std::string &taskId);
void setProjectId(const std::string& projectId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string projectId_;
std::string getTaskId()const; std::string orgId_;
void setTaskId(const std::string& taskId); std::string taskId_;
};
private: } // namespace Model
std::string projectId_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string taskId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILACTIVITYREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILACTIVITYREQUEST_H_

View File

@@ -45,8 +45,8 @@ namespace AlibabaCloud
GetTaskDetailActivityResult(); GetTaskDetailActivityResult();
explicit GetTaskDetailActivityResult(const std::string &payload); explicit GetTaskDetailActivityResult(const std::string &payload);
~GetTaskDetailActivityResult(); ~GetTaskDetailActivityResult();
std::string getErrorMsg()const;
int getHttpStatusCode()const; int getHttpStatusCode()const;
std::string getErrorMsg()const;
std::vector<Activity> getObject()const; std::vector<Activity> getObject()const;
std::string getErrorCode()const; std::string getErrorCode()const;
bool getSuccessful()const; bool getSuccessful()const;
@@ -54,8 +54,8 @@ namespace AlibabaCloud
protected: protected:
void parse(const std::string &payload); void parse(const std::string &payload);
private: private:
std::string errorMsg_;
int httpStatusCode_; int httpStatusCode_;
std::string errorMsg_;
std::vector<Activity> object_; std::vector<Activity> object_;
std::string errorCode_; std::string errorCode_;
bool successful_; bool successful_;

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILBASEREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILBASEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILBASEREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILBASEREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetTaskDetailBaseRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetTaskDetailBaseRequest : public RpcServiceRequest GetTaskDetailBaseRequest();
{ ~GetTaskDetailBaseRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
GetTaskDetailBaseRequest(); std::string getOrgId() const;
~GetTaskDetailBaseRequest(); void setOrgId(const std::string &orgId);
std::string getTaskId() const;
std::string getProjectId()const; void setTaskId(const std::string &taskId);
void setProjectId(const std::string& projectId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string projectId_;
std::string getTaskId()const; std::string orgId_;
void setTaskId(const std::string& taskId); std::string taskId_;
};
private: } // namespace Model
std::string projectId_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string taskId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILBASEREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKDETAILBASEREQUEST_H_

View File

@@ -146,9 +146,9 @@ namespace AlibabaCloud
std::string scenariofieldconfigId; std::string scenariofieldconfigId;
std::string sprint; std::string sprint;
std::string id; std::string id;
std::string organization;
std::string accomplished; std::string accomplished;
std::string taskId; std::string taskId;
std::string organization;
std::string parent; std::string parent;
int rating; int rating;
std::string sourceId; std::string sourceId;

View File

@@ -1,105 +1,99 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKLISTFILTERREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKLISTFILTERREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKLISTFILTERREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKLISTFILTERREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetTaskListFilterRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetTaskListFilterRequest : public RpcServiceRequest GetTaskListFilterRequest();
{ ~GetTaskListFilterRequest();
std::string getInvolveMembers() const;
public: void setInvolveMembers(const std::string &involveMembers);
GetTaskListFilterRequest(); std::string getExecutorId() const;
~GetTaskListFilterRequest(); void setExecutorId(const std::string &executorId);
std::string getOrderCondition() const;
std::string getInvolveMembers()const; void setOrderCondition(const std::string &orderCondition);
void setInvolveMembers(const std::string& involveMembers); std::string getSprintId() const;
std::string getExecutorId()const; void setSprintId(const std::string &sprintId);
void setExecutorId(const std::string& executorId); std::string getExtra() const;
std::string getOrderCondition()const; void setExtra(const std::string &extra);
void setOrderCondition(const std::string& orderCondition); int getPageSize() const;
std::string getSprintId()const; void setPageSize(int pageSize);
void setSprintId(const std::string& sprintId); std::string getScenarioFieldConfigId() const;
std::string getExtra()const; void setScenarioFieldConfigId(const std::string &scenarioFieldConfigId);
void setExtra(const std::string& extra); bool getIsDone() const;
int getPageSize()const; void setIsDone(bool isDone);
void setPageSize(int pageSize); std::string getObjectType() const;
std::string getScenarioFieldConfigId()const; void setObjectType(const std::string &objectType);
void setScenarioFieldConfigId(const std::string& scenarioFieldConfigId); std::string getProjectId() const;
bool getIsDone()const; void setProjectId(const std::string &projectId);
void setIsDone(bool isDone); std::string getPageToken() const;
std::string getObjectType()const; void setPageToken(const std::string &pageToken);
void setObjectType(const std::string& objectType); std::string getOrder() const;
std::string getProjectId()const; void setOrder(const std::string &order);
void setProjectId(const std::string& projectId); std::string getTagId() const;
std::string getPageToken()const; void setTagId(const std::string &tagId);
void setPageToken(const std::string& pageToken); std::string getTaskFlowStatusId() const;
std::string getOrder()const; void setTaskFlowStatusId(const std::string &taskFlowStatusId);
void setOrder(const std::string& order); std::string getDueDateStart() const;
std::string getTagId()const; void setDueDateStart(const std::string &dueDateStart);
void setTagId(const std::string& tagId); std::string getCreatorId() const;
std::string getTaskFlowStatusId()const; void setCreatorId(const std::string &creatorId);
void setTaskFlowStatusId(const std::string& taskFlowStatusId); std::string getPriority() const;
std::string getDueDateStart()const; void setPriority(const std::string &priority);
void setDueDateStart(const std::string& dueDateStart); std::string getDueDateEnd() const;
std::string getCreatorId()const; void setDueDateEnd(const std::string &dueDateEnd);
void setCreatorId(const std::string& creatorId); std::string getOrgId() const;
std::string getPriority()const; void setOrgId(const std::string &orgId);
void setPriority(const std::string& priority); std::string getName() const;
std::string getDueDateEnd()const; void setName(const std::string &name);
void setDueDateEnd(const std::string& dueDateEnd);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string involveMembers_;
std::string getName()const; std::string executorId_;
void setName(const std::string& name); std::string orderCondition_;
std::string sprintId_;
private: std::string extra_;
std::string involveMembers_; int pageSize_;
std::string executorId_; std::string scenarioFieldConfigId_;
std::string orderCondition_; bool isDone_;
std::string sprintId_; std::string objectType_;
std::string extra_; std::string projectId_;
int pageSize_; std::string pageToken_;
std::string scenarioFieldConfigId_; std::string order_;
bool isDone_; std::string tagId_;
std::string objectType_; std::string taskFlowStatusId_;
std::string projectId_; std::string dueDateStart_;
std::string pageToken_; std::string creatorId_;
std::string order_; std::string priority_;
std::string tagId_; std::string dueDateEnd_;
std::string taskFlowStatusId_; std::string orgId_;
std::string dueDateStart_; std::string name_;
std::string creatorId_; };
std::string priority_; } // namespace Model
std::string dueDateEnd_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string name_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKLISTFILTERREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETTASKLISTFILTERREQUEST_H_

View File

@@ -38,8 +38,8 @@ namespace AlibabaCloud
{ {
struct WorkTime struct WorkTime
{ {
int totalTime;
int usedTime; int usedTime;
int totalTime;
std::string unit; std::string unit;
}; };
struct Badges struct Badges
@@ -119,24 +119,23 @@ namespace AlibabaCloud
std::vector<std::string> labels; std::vector<std::string> labels;
std::string storyPoint; std::string storyPoint;
bool isFavorite; bool isFavorite;
int pos;
std::string content; std::string content;
std::string note; std::string note;
std::vector<Task::Customfield> customfields; std::vector<Task::Customfield> customfields;
std::string id;
std::string sprint; std::string sprint;
std::string id;
std::string accomplished; std::string accomplished;
std::string taskId; std::string taskId;
std::string parent; std::string parent;
std::string taskUniqueId; std::string taskUniqueId;
std::string sourceId;
int rating; int rating;
std::string sourceId;
std::string taskListId; std::string taskListId;
std::string sprintId; std::string sprintId;
std::string organizationId; std::string organizationId;
std::string source; std::string source;
std::string created;
std::string taskFlowStatusId; std::string taskFlowStatusId;
std::string created;
std::string objectType; std::string objectType;
Executor executor; Executor executor;
std::string visible; std::string visible;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERBYALIYUNUIDREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERBYALIYUNUIDREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERBYALIYUNUIDREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERBYALIYUNUIDREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetUserByAliyunUidRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetUserByAliyunUidRequest : public RpcServiceRequest GetUserByAliyunUidRequest();
{ ~GetUserByAliyunUidRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
GetUserByAliyunUidRequest(); std::string getOrgId() const;
~GetUserByAliyunUidRequest(); void setOrgId(const std::string &orgId);
std::string getUserPk()const; private:
void setUserPk(const std::string& userPk); std::string userPk_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string userPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERBYALIYUNUIDREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERBYALIYUNUIDREQUEST_H_

View File

@@ -34,8 +34,8 @@ namespace AlibabaCloud
public: public:
struct Object struct Object
{ {
std::string avatarUrl;
std::string email; std::string email;
std::string avatarUrl;
std::string aliyunPk; std::string aliyunPk;
std::string phone; std::string phone;
std::string id; std::string id;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERNAMEREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERNAMEREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERNAMEREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERNAMEREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetUserNameRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT GetUserNameRequest : public RpcServiceRequest GetUserNameRequest();
{ ~GetUserNameRequest();
std::string getUserId() const;
public: void setUserId(const std::string &userId);
GetUserNameRequest(); std::string getOrgId() const;
~GetUserNameRequest(); void setOrgId(const std::string &orgId);
std::string getUserId()const; private:
void setUserId(const std::string& userId); std::string userId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string userId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERNAMEREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_GETUSERNAMEREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTDEVOPSUSERREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTDEVOPSUSERREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTDEVOPSUSERREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTDEVOPSUSERREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT InsertDevopsUserRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT InsertDevopsUserRequest : public RpcServiceRequest InsertDevopsUserRequest();
{ ~InsertDevopsUserRequest();
std::string getPhone() const;
public: void setPhone(const std::string &phone);
InsertDevopsUserRequest(); std::string getUserPk() const;
~InsertDevopsUserRequest(); void setUserPk(const std::string &userPk);
std::string getEmail() const;
std::string getPhone()const; void setEmail(const std::string &email);
void setPhone(const std::string& phone); std::string getUserName() const;
std::string getUserPk()const; void setUserName(const std::string &userName);
void setUserPk(const std::string& userPk);
std::string getEmail()const; private:
void setEmail(const std::string& email); std::string phone_;
std::string getUserName()const; std::string userPk_;
void setUserName(const std::string& userName); std::string email_;
std::string userName_;
private: };
std::string phone_; } // namespace Model
std::string userPk_; } // namespace Devops_rdc
std::string email_; } // namespace AlibabaCloud
std::string userName_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTDEVOPSUSERREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTDEVOPSUSERREQUEST_H_

View File

@@ -1,60 +1,54 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPIPELINEMEMBERREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPIPELINEMEMBERREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPIPELINEMEMBERREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPIPELINEMEMBERREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT InsertPipelineMemberRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT InsertPipelineMemberRequest : public RpcServiceRequest InsertPipelineMemberRequest();
{ ~InsertPipelineMemberRequest();
std::string getRoleName() const;
public: void setRoleName(const std::string &roleName);
InsertPipelineMemberRequest(); std::string getUserPk() const;
~InsertPipelineMemberRequest(); void setUserPk(const std::string &userPk);
std::string getUserId() const;
std::string getRoleName()const; void setUserId(const std::string &userId);
void setRoleName(const std::string& roleName); std::string getOrgId() const;
std::string getUserPk()const; void setOrgId(const std::string &orgId);
void setUserPk(const std::string& userPk); long getPipelineId() const;
std::string getUserId()const; void setPipelineId(long pipelineId);
void setUserId(const std::string& userId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string roleName_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string userId_;
std::string orgId_;
private: long pipelineId_;
std::string roleName_; };
std::string userPk_; } // namespace Model
std::string userId_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPIPELINEMEMBERREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPIPELINEMEMBERREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPROJECTMEMBERSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPROJECTMEMBERSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPROJECTMEMBERSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPROJECTMEMBERSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT InsertProjectMembersRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT InsertProjectMembersRequest : public RpcServiceRequest InsertProjectMembersRequest();
{ ~InsertProjectMembersRequest();
std::string getMembers() const;
public: void setMembers(const std::string &members);
InsertProjectMembersRequest(); std::string getProjectId() const;
~InsertProjectMembersRequest(); void setProjectId(const std::string &projectId);
std::string getOrgId() const;
std::string getMembers()const; void setOrgId(const std::string &orgId);
void setMembers(const std::string& members);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string members_;
std::string getOrgId()const; std::string projectId_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string members_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPROJECTMEMBERSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_INSERTPROJECTMEMBERSREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCOMMONGROUPREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCOMMONGROUPREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCOMMONGROUPREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCOMMONGROUPREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListCommonGroupRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListCommonGroupRequest : public RpcServiceRequest ListCommonGroupRequest();
{ ~ListCommonGroupRequest();
bool getAll() const;
public: void setAll(bool all);
ListCommonGroupRequest(); std::string getSmartGroupId() const;
~ListCommonGroupRequest(); void setSmartGroupId(const std::string &smartGroupId);
std::string getProjectId() const;
bool getAll()const; void setProjectId(const std::string &projectId);
void setAll(bool all); std::string getOrgId() const;
std::string getSmartGroupId()const; void setOrgId(const std::string &orgId);
void setSmartGroupId(const std::string& smartGroupId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); bool all_;
std::string getOrgId()const; std::string smartGroupId_;
void setOrgId(const std::string& orgId); std::string projectId_;
std::string orgId_;
private: };
bool all_; } // namespace Model
std::string smartGroupId_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCOMMONGROUPREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCOMMONGROUPREQUEST_H_

View File

@@ -35,8 +35,8 @@ namespace AlibabaCloud
struct CommonGroup struct CommonGroup
{ {
bool isRoot; bool isRoot;
int pos;
std::string smartGroupId; std::string smartGroupId;
int pos;
std::string pinyin; std::string pinyin;
std::string creatorId; std::string creatorId;
int resourceCount; int resourceCount;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCREDENTIALSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCREDENTIALSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCREDENTIALSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCREDENTIALSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListCredentialsRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListCredentialsRequest : public RpcServiceRequest ListCredentialsRequest();
{ ~ListCredentialsRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
ListCredentialsRequest(); std::string getOrgId() const;
~ListCredentialsRequest(); void setOrgId(const std::string &orgId);
std::string getUserPk()const; private:
void setUserPk(const std::string& userPk); std::string userPk_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string userPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCREDENTIALSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTCREDENTIALSREQUEST_H_

View File

@@ -1,51 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSPRINTSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSPRINTSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSPRINTSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSPRINTSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectSprintsRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectSprintsRequest : public RpcServiceRequest ListDevopsProjectSprintsRequest();
{ ~ListDevopsProjectSprintsRequest();
long getPageSize() const;
public: void setPageSize(long pageSize);
ListDevopsProjectSprintsRequest(); std::string getProjectId() const;
~ListDevopsProjectSprintsRequest(); void setProjectId(const std::string &projectId);
std::string getOrgId() const;
std::string getProjectId()const; void setOrgId(const std::string &orgId);
void setProjectId(const std::string& projectId); std::string getPageToken() const;
std::string getOrgId()const; void setPageToken(const std::string &pageToken);
void setOrgId(const std::string& orgId);
private:
private: long pageSize_;
std::string projectId_; std::string projectId_;
std::string orgId_; std::string orgId_;
std::string pageToken_;
}; };
} } // namespace Model
} } // namespace Devops_rdc
} } // namespace AlibabaCloud
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSPRINTSREQUEST_H_ #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSPRINTSREQUEST_H_

View File

@@ -40,8 +40,8 @@ namespace AlibabaCloud
int workTimes; int workTimes;
int storyPoints; int storyPoints;
}; };
std::string startDate;
std::string status; std::string status;
std::string startDate;
bool isDeleted; bool isDeleted;
std::string accomplished; std::string accomplished;
PlanToDo planToDo; PlanToDo planToDo;
@@ -50,14 +50,15 @@ namespace AlibabaCloud
std::string projectId; std::string projectId;
std::string id; std::string id;
std::string dueDate; std::string dueDate;
std::string created;
std::string name; std::string name;
std::string created;
}; };
ListDevopsProjectSprintsResult(); ListDevopsProjectSprintsResult();
explicit ListDevopsProjectSprintsResult(const std::string &payload); explicit ListDevopsProjectSprintsResult(const std::string &payload);
~ListDevopsProjectSprintsResult(); ~ListDevopsProjectSprintsResult();
std::string getNextPageToken()const;
std::string getErrorMsg()const; std::string getErrorMsg()const;
std::vector<Sprint> getObject()const; std::vector<Sprint> getObject()const;
std::string getErrorCode()const; std::string getErrorCode()const;
@@ -66,6 +67,7 @@ namespace AlibabaCloud
protected: protected:
void parse(const std::string &payload); void parse(const std::string &payload);
private: private:
std::string nextPageToken_;
std::string errorMsg_; std::string errorMsg_;
std::vector<Sprint> object_; std::vector<Sprint> object_;
std::string errorCode_; std::string errorCode_;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTaskFlowRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTaskFlowRequest : public RpcServiceRequest ListDevopsProjectTaskFlowRequest();
{ ~ListDevopsProjectTaskFlowRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
ListDevopsProjectTaskFlowRequest(); std::string getOrgId() const;
~ListDevopsProjectTaskFlowRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWSTATUSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWSTATUSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWSTATUSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWSTATUSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTaskFlowStatusRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTaskFlowStatusRequest : public RpcServiceRequest ListDevopsProjectTaskFlowStatusRequest();
{ ~ListDevopsProjectTaskFlowStatusRequest();
std::string getTaskFlowId() const;
public: void setTaskFlowId(const std::string &taskFlowId);
ListDevopsProjectTaskFlowStatusRequest(); std::string getOrgId() const;
~ListDevopsProjectTaskFlowStatusRequest(); void setOrgId(const std::string &orgId);
std::string getTaskFlowId()const; private:
void setTaskFlowId(const std::string& taskFlowId); std::string taskFlowId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string taskFlowId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWSTATUSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKFLOWSTATUSREQUEST_H_

View File

@@ -35,15 +35,15 @@ namespace AlibabaCloud
struct TaskflowStatus struct TaskflowStatus
{ {
bool isDeleted; bool isDeleted;
std::string rejectStatusIds;
std::string taskflowId; std::string taskflowId;
std::string rejectStatusIds;
std::string updated; std::string updated;
int pos; int pos;
std::string creatorId; std::string creatorId;
std::string kind; std::string kind;
std::string id; std::string id;
std::string created;
std::string name; std::string name;
std::string created;
}; };

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKLISTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKLISTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKLISTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKLISTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTaskListRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTaskListRequest : public RpcServiceRequest ListDevopsProjectTaskListRequest();
{ ~ListDevopsProjectTaskListRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
ListDevopsProjectTaskListRequest(); std::string getOrgId() const;
~ListDevopsProjectTaskListRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKLISTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKLISTREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTasksRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectTasksRequest : public RpcServiceRequest ListDevopsProjectTasksRequest();
{ ~ListDevopsProjectTasksRequest();
std::string getProjectIds() const;
public: void setProjectIds(const std::string &projectIds);
ListDevopsProjectTasksRequest(); std::string getOrgId() const;
~ListDevopsProjectTasksRequest(); void setOrgId(const std::string &orgId);
std::string getProjectIds()const; private:
void setProjectIds(const std::string& projectIds); std::string projectIds_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectIds_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTTASKSREQUEST_H_

View File

@@ -41,8 +41,8 @@ namespace AlibabaCloud
std::string id; std::string id;
std::string tasklistId; std::string tasklistId;
std::string modifierId; std::string modifierId;
std::string name;
std::string created; std::string created;
std::string name;
}; };

View File

@@ -1,60 +1,54 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectsRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsProjectsRequest : public RpcServiceRequest ListDevopsProjectsRequest();
{ ~ListDevopsProjectsRequest();
std::string getSelectBy() const;
public: void setSelectBy(const std::string &selectBy);
ListDevopsProjectsRequest(); int getPageSize() const;
~ListDevopsProjectsRequest(); void setPageSize(int pageSize);
std::string getOrderBy() const;
std::string getSelectBy()const; void setOrderBy(const std::string &orderBy);
void setSelectBy(const std::string& selectBy); std::string getOrgId() const;
int getPageSize()const; void setOrgId(const std::string &orgId);
void setPageSize(int pageSize); std::string getPageToken() const;
std::string getOrderBy()const; void setPageToken(const std::string &pageToken);
void setOrderBy(const std::string& orderBy);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string selectBy_;
std::string getPageToken()const; int pageSize_;
void setPageToken(const std::string& pageToken); std::string orderBy_;
std::string orgId_;
private: std::string pageToken_;
std::string selectBy_; };
int pageSize_; } // namespace Model
std::string orderBy_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
std::string pageToken_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSPROJECTSREQUEST_H_

View File

@@ -43,10 +43,10 @@ namespace AlibabaCloud
int membersCount; int membersCount;
std::string organizationId; std::string organizationId;
int tasksCount; int tasksCount;
int roleId; std::string roleId;
std::string name;
std::string logo; std::string logo;
std::string created; std::string created;
std::string name;
bool isArchived; bool isArchived;
bool isStar; bool isStar;
bool isPublic; bool isPublic;

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSSCENARIOFIELDCONFIGREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSSCENARIOFIELDCONFIGREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSSCENARIOFIELDCONFIGREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSSCENARIOFIELDCONFIGREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsScenarioFieldConfigRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListDevopsScenarioFieldConfigRequest : public RpcServiceRequest ListDevopsScenarioFieldConfigRequest();
{ ~ListDevopsScenarioFieldConfigRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
ListDevopsScenarioFieldConfigRequest(); std::string getOrgId() const;
~ListDevopsScenarioFieldConfigRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSSCENARIOFIELDCONFIGREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTDEVOPSSCENARIOFIELDCONFIGREQUEST_H_

View File

@@ -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_DEVOPS_RDC_MODEL_LISTPIPELINETEMPLATESREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINETEMPLATESREQUEST_H_
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string>
#include <vector>
#include <map>
namespace AlibabaCloud {
namespace Devops_rdc {
namespace Model {
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListPipelineTemplatesRequest : public RpcServiceRequest {
public:
ListPipelineTemplatesRequest();
~ListPipelineTemplatesRequest();
int getPageStart() const;
void setPageStart(int pageStart);
int getPageNum() const;
void setPageNum(int pageNum);
std::string getOrgId() const;
void setOrgId(const std::string &orgId);
private:
int pageStart_;
int pageNum_;
std::string orgId_;
};
} // namespace Model
} // namespace Devops_rdc
} // namespace AlibabaCloud
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINETEMPLATESREQUEST_H_

View File

@@ -0,0 +1,61 @@
/*
* 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_DEVOPS_RDC_MODEL_LISTPIPELINETEMPLATESRESULT_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINETEMPLATESRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
namespace AlibabaCloud
{
namespace Devops_rdc
{
namespace Model
{
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListPipelineTemplatesResult : public ServiceResult
{
public:
struct Data
{
struct
{
std::string templateName;
long id;
};
std::vector<> dataList;
float total;
};
ListPipelineTemplatesResult();
explicit ListPipelineTemplatesResult(const std::string &payload);
~ListPipelineTemplatesResult();
Data getData()const;
protected:
void parse(const std::string &payload);
private:
Data data_;
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINETEMPLATESRESULT_H_

View File

@@ -1,81 +1,75 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINESREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINESREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINESREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINESREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListPipelinesRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListPipelinesRequest : public RpcServiceRequest ListPipelinesRequest();
{ ~ListPipelinesRequest();
std::string getPipelineName() const;
public: void setPipelineName(const std::string &pipelineName);
ListPipelinesRequest(); std::string getResultStatusList() const;
~ListPipelinesRequest(); void setResultStatusList(const std::string &resultStatusList);
std::string getCreators() const;
std::string getPipelineName()const; void setCreators(const std::string &creators);
void setPipelineName(const std::string& pipelineName); std::string getExecuteEndTime() const;
std::string getResultStatusList()const; void setExecuteEndTime(const std::string &executeEndTime);
void setResultStatusList(const std::string& resultStatusList); std::string getUserPk() const;
std::string getCreators()const; void setUserPk(const std::string &userPk);
void setCreators(const std::string& creators); std::string getOrgId() const;
std::string getExecuteEndTime()const; void setOrgId(const std::string &orgId);
void setExecuteEndTime(const std::string& executeEndTime); std::string getCreateStartTime() const;
std::string getUserPk()const; void setCreateStartTime(const std::string &createStartTime);
void setUserPk(const std::string& userPk); std::string getOperators() const;
std::string getOrgId()const; void setOperators(const std::string &operators);
void setOrgId(const std::string& orgId); int getPageSize() const;
std::string getCreateStartTime()const; void setPageSize(int pageSize);
void setCreateStartTime(const std::string& createStartTime); std::string getExecuteStartTime() const;
std::string getOperators()const; void setExecuteStartTime(const std::string &executeStartTime);
void setOperators(const std::string& operators); int getPageStart() const;
int getPageSize()const; void setPageStart(int pageStart);
void setPageSize(int pageSize); std::string getCreateEndTime() const;
std::string getExecuteStartTime()const; void setCreateEndTime(const std::string &createEndTime);
void setExecuteStartTime(const std::string& executeStartTime);
int getPageStart()const; private:
void setPageStart(int pageStart); std::string pipelineName_;
std::string getCreateEndTime()const; std::string resultStatusList_;
void setCreateEndTime(const std::string& createEndTime); std::string creators_;
std::string executeEndTime_;
private: std::string userPk_;
std::string pipelineName_; std::string orgId_;
std::string resultStatusList_; std::string createStartTime_;
std::string creators_; std::string operators_;
std::string executeEndTime_; int pageSize_;
std::string userPk_; std::string executeStartTime_;
std::string orgId_; int pageStart_;
std::string createStartTime_; std::string createEndTime_;
std::string operators_; };
int pageSize_; } // namespace Model
std::string executeStartTime_; } // namespace Devops_rdc
int pageStart_; } // namespace AlibabaCloud
std::string createEndTime_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINESREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPIPELINESREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPROJECTCUSTOMFIELDSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPROJECTCUSTOMFIELDSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPROJECTCUSTOMFIELDSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPROJECTCUSTOMFIELDSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListProjectCustomFieldsRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListProjectCustomFieldsRequest : public RpcServiceRequest ListProjectCustomFieldsRequest();
{ ~ListProjectCustomFieldsRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
ListProjectCustomFieldsRequest(); std::string getOrgId() const;
~ListProjectCustomFieldsRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPROJECTCUSTOMFIELDSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTPROJECTCUSTOMFIELDSREQUEST_H_

View File

@@ -1,54 +1,48 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSERVICECONNECTIONSREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSERVICECONNECTIONSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSERVICECONNECTIONSREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSERVICECONNECTIONSREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListServiceConnectionsRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListServiceConnectionsRequest : public RpcServiceRequest ListServiceConnectionsRequest();
{ ~ListServiceConnectionsRequest();
std::string getScType() const;
public: void setScType(const std::string &scType);
ListServiceConnectionsRequest(); std::string getUserPk() const;
~ListServiceConnectionsRequest(); void setUserPk(const std::string &userPk);
std::string getOrgId() const;
std::string getScType()const; void setOrgId(const std::string &orgId);
void setScType(const std::string& scType);
std::string getUserPk()const; private:
void setUserPk(const std::string& userPk); std::string scType_;
std::string getOrgId()const; std::string userPk_;
void setOrgId(const std::string& orgId); std::string orgId_;
};
private: } // namespace Model
std::string scType_; } // namespace Devops_rdc
std::string userPk_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSERVICECONNECTIONSREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSERVICECONNECTIONSREQUEST_H_

View File

@@ -1,51 +1,45 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSMARTGROUPREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSMARTGROUPREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSMARTGROUPREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSMARTGROUPREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListSmartGroupRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListSmartGroupRequest : public RpcServiceRequest ListSmartGroupRequest();
{ ~ListSmartGroupRequest();
std::string getProjectId() const;
public: void setProjectId(const std::string &projectId);
ListSmartGroupRequest(); std::string getOrgId() const;
~ListSmartGroupRequest(); void setOrgId(const std::string &orgId);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string projectId_;
std::string getOrgId()const; std::string orgId_;
void setOrgId(const std::string& orgId); };
} // namespace Model
private: } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSMARTGROUPREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTSMARTGROUPREQUEST_H_

View File

@@ -1,48 +1,42 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTUSERORGANIZATIONREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTUSERORGANIZATIONREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTUSERORGANIZATIONREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTUSERORGANIZATIONREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListUserOrganizationRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT ListUserOrganizationRequest : public RpcServiceRequest ListUserOrganizationRequest();
{ ~ListUserOrganizationRequest();
std::string getRealPk() const;
public: void setRealPk(const std::string &realPk);
ListUserOrganizationRequest();
~ListUserOrganizationRequest(); private:
std::string realPk_;
std::string getRealPk()const; };
void setRealPk(const std::string& realPk); } // namespace Model
} // namespace Devops_rdc
private: } // namespace AlibabaCloud
std::string realPk_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTUSERORGANIZATIONREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_LISTUSERORGANIZATIONREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_TRANSFERPIPELINEOWNERREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_TRANSFERPIPELINEOWNERREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_TRANSFERPIPELINEOWNERREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_TRANSFERPIPELINEOWNERREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT TransferPipelineOwnerRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT TransferPipelineOwnerRequest : public RpcServiceRequest TransferPipelineOwnerRequest();
{ ~TransferPipelineOwnerRequest();
std::string getUserPk() const;
public: void setUserPk(const std::string &userPk);
TransferPipelineOwnerRequest(); std::string getOrgId() const;
~TransferPipelineOwnerRequest(); void setOrgId(const std::string &orgId);
long getPipelineId() const;
std::string getUserPk()const; void setPipelineId(long pipelineId);
void setUserPk(const std::string& userPk); std::string getNewOwnerId() const;
std::string getOrgId()const; void setNewOwnerId(const std::string &newOwnerId);
void setOrgId(const std::string& orgId);
long getPipelineId()const; private:
void setPipelineId(long pipelineId); std::string userPk_;
std::string getNewOwnerId()const; std::string orgId_;
void setNewOwnerId(const std::string& newOwnerId); long pipelineId_;
std::string newOwnerId_;
private: };
std::string userPk_; } // namespace Model
std::string orgId_; } // namespace Devops_rdc
long pipelineId_; } // namespace AlibabaCloud
std::string newOwnerId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_TRANSFERPIPELINEOWNERREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_TRANSFERPIPELINEOWNERREQUEST_H_

View File

@@ -1,63 +1,57 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATECOMMONGROUPREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATECOMMONGROUPREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATECOMMONGROUPREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATECOMMONGROUPREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateCommonGroupRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateCommonGroupRequest : public RpcServiceRequest UpdateCommonGroupRequest();
{ ~UpdateCommonGroupRequest();
std::string getDescription() const;
public: void setDescription(const std::string &description);
UpdateCommonGroupRequest(); std::string getCommonGroupId() const;
~UpdateCommonGroupRequest(); void setCommonGroupId(const std::string &commonGroupId);
std::string getOrgId() const;
std::string getDescription()const; void setOrgId(const std::string &orgId);
void setDescription(const std::string& description); std::string getSmartGroupId() const;
std::string getCommonGroupId()const; void setSmartGroupId(const std::string &smartGroupId);
void setCommonGroupId(const std::string& commonGroupId); std::string getName() const;
std::string getOrgId()const; void setName(const std::string &name);
void setOrgId(const std::string& orgId); std::string getProjectId() const;
std::string getSmartGroupId()const; void setProjectId(const std::string &projectId);
void setSmartGroupId(const std::string& smartGroupId);
std::string getName()const; private:
void setName(const std::string& name); std::string description_;
std::string getProjectId()const; std::string commonGroupId_;
void setProjectId(const std::string& projectId); std::string orgId_;
std::string smartGroupId_;
private: std::string name_;
std::string description_; std::string projectId_;
std::string commonGroupId_; };
std::string orgId_; } // namespace Model
std::string smartGroupId_; } // namespace Devops_rdc
std::string name_; } // namespace AlibabaCloud
std::string projectId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATECOMMONGROUPREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATECOMMONGROUPREQUEST_H_

View File

@@ -1,57 +1,51 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateDevopsProjectRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateDevopsProjectRequest : public RpcServiceRequest UpdateDevopsProjectRequest();
{ ~UpdateDevopsProjectRequest();
std::string getName() const;
public: void setName(const std::string &name);
UpdateDevopsProjectRequest(); std::string getDescription() const;
~UpdateDevopsProjectRequest(); void setDescription(const std::string &description);
std::string getProjectId() const;
std::string getName()const; void setProjectId(const std::string &projectId);
void setName(const std::string& name); std::string getOrgId() const;
std::string getDescription()const; void setOrgId(const std::string &orgId);
void setDescription(const std::string& description);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string name_;
std::string getOrgId()const; std::string description_;
void setOrgId(const std::string& orgId); std::string projectId_;
std::string orgId_;
private: };
std::string name_; } // namespace Model
std::string description_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string orgId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTREQUEST_H_

View File

@@ -1,69 +1,63 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTSPRINTREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTSPRINTREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTSPRINTREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTSPRINTREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateDevopsProjectSprintRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateDevopsProjectSprintRequest : public RpcServiceRequest UpdateDevopsProjectSprintRequest();
{ ~UpdateDevopsProjectSprintRequest();
std::string getExecutorId() const;
public: void setExecutorId(const std::string &executorId);
UpdateDevopsProjectSprintRequest(); std::string getDescription() const;
~UpdateDevopsProjectSprintRequest(); void setDescription(const std::string &description);
std::string getStartDate() const;
std::string getExecutorId()const; void setStartDate(const std::string &startDate);
void setExecutorId(const std::string& executorId); std::string getOrgId() const;
std::string getDescription()const; void setOrgId(const std::string &orgId);
void setDescription(const std::string& description); std::string getSprintId() const;
std::string getStartDate()const; void setSprintId(const std::string &sprintId);
void setStartDate(const std::string& startDate); std::string getDueDate() const;
std::string getOrgId()const; void setDueDate(const std::string &dueDate);
void setOrgId(const std::string& orgId); std::string getName() const;
std::string getSprintId()const; void setName(const std::string &name);
void setSprintId(const std::string& sprintId); std::string getProjectId() const;
std::string getDueDate()const; void setProjectId(const std::string &projectId);
void setDueDate(const std::string& dueDate);
std::string getName()const; private:
void setName(const std::string& name); std::string executorId_;
std::string getProjectId()const; std::string description_;
void setProjectId(const std::string& projectId); std::string startDate_;
std::string orgId_;
private: std::string sprintId_;
std::string executorId_; std::string dueDate_;
std::string description_; std::string name_;
std::string startDate_; std::string projectId_;
std::string orgId_; };
std::string sprintId_; } // namespace Model
std::string dueDate_; } // namespace Devops_rdc
std::string name_; } // namespace AlibabaCloud
std::string projectId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTSPRINTREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTSPRINTREQUEST_H_

View File

@@ -1,87 +1,81 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTTASKREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTTASKREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTTASKREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTTASKREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateDevopsProjectTaskRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateDevopsProjectTaskRequest : public RpcServiceRequest UpdateDevopsProjectTaskRequest();
{ ~UpdateDevopsProjectTaskRequest();
std::string getNote() const;
public: void setNote(const std::string &note);
UpdateDevopsProjectTaskRequest(); std::string getVisible() const;
~UpdateDevopsProjectTaskRequest(); void setVisible(const std::string &visible);
std::string getExecutorId() const;
std::string getNote()const; void setExecutorId(const std::string &executorId);
void setNote(const std::string& note); std::string getTaskFlowStatusId() const;
std::string getVisible()const; void setTaskFlowStatusId(const std::string &taskFlowStatusId);
void setVisible(const std::string& visible); std::string getScenarioFiieldConfigId() const;
std::string getExecutorId()const; void setScenarioFiieldConfigId(const std::string &scenarioFiieldConfigId);
void setExecutorId(const std::string& executorId); std::string getStartDate() const;
std::string getTaskFlowStatusId()const; void setStartDate(const std::string &startDate);
void setTaskFlowStatusId(const std::string& taskFlowStatusId); int getPriority() const;
std::string getScenarioFiieldConfigId()const; void setPriority(int priority);
void setScenarioFiieldConfigId(const std::string& scenarioFiieldConfigId); std::string getParentTaskId() const;
std::string getStartDate()const; void setParentTaskId(const std::string &parentTaskId);
void setStartDate(const std::string& startDate); std::string getOrgId() const;
int getPriority()const; void setOrgId(const std::string &orgId);
void setPriority(int priority); std::string getContent() const;
std::string getParentTaskId()const; void setContent(const std::string &content);
void setParentTaskId(const std::string& parentTaskId); std::string getSprintId() const;
std::string getOrgId()const; void setSprintId(const std::string &sprintId);
void setOrgId(const std::string& orgId); std::string getDueDate() const;
std::string getContent()const; void setDueDate(const std::string &dueDate);
void setContent(const std::string& content); std::string getProjectId() const;
std::string getSprintId()const; void setProjectId(const std::string &projectId);
void setSprintId(const std::string& sprintId); std::string getTaskId() const;
std::string getDueDate()const; void setTaskId(const std::string &taskId);
void setDueDate(const std::string& dueDate);
std::string getProjectId()const; private:
void setProjectId(const std::string& projectId); std::string note_;
std::string getTaskId()const; std::string visible_;
void setTaskId(const std::string& taskId); std::string executorId_;
std::string taskFlowStatusId_;
private: std::string scenarioFiieldConfigId_;
std::string note_; std::string startDate_;
std::string visible_; int priority_;
std::string executorId_; std::string parentTaskId_;
std::string taskFlowStatusId_; std::string orgId_;
std::string scenarioFiieldConfigId_; std::string content_;
std::string startDate_; std::string sprintId_;
int priority_; std::string dueDate_;
std::string parentTaskId_; std::string projectId_;
std::string orgId_; std::string taskId_;
std::string content_; };
std::string sprintId_; } // namespace Model
std::string dueDate_; } // namespace Devops_rdc
std::string projectId_; } // namespace AlibabaCloud
std::string taskId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTTASKREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEDEVOPSPROJECTTASKREQUEST_H_

View File

@@ -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_DEVOPS_RDC_MODEL_UPDATEPIPELINEENVVARSREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEENVVARSREQUEST_H_
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <alibabacloud/core/RpcServiceRequest.h>
#include <string>
#include <vector>
#include <map>
namespace AlibabaCloud {
namespace Devops_rdc {
namespace Model {
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdatePipelineEnvVarsRequest : public RpcServiceRequest {
public:
UpdatePipelineEnvVarsRequest();
~UpdatePipelineEnvVarsRequest();
std::string getEnvVars() const;
void setEnvVars(const std::string &envVars);
std::string getOrgId() const;
void setOrgId(const std::string &orgId);
long getPipelineId() const;
void setPipelineId(long pipelineId);
private:
std::string envVars_;
std::string orgId_;
long pipelineId_;
};
} // namespace Model
} // namespace Devops_rdc
} // namespace AlibabaCloud
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEENVVARSREQUEST_H_

View File

@@ -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_DEVOPS_RDC_MODEL_UPDATEPIPELINEENVVARSRESULT_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEENVVARSRESULT_H_
#include <string>
#include <vector>
#include <utility>
#include <alibabacloud/core/ServiceResult.h>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h>
namespace AlibabaCloud
{
namespace Devops_rdc
{
namespace Model
{
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdatePipelineEnvVarsResult : public ServiceResult
{
public:
UpdatePipelineEnvVarsResult();
explicit UpdatePipelineEnvVarsResult(const std::string &payload);
~UpdatePipelineEnvVarsResult();
long getPipelineId()const;
protected:
void parse(const std::string &payload);
private:
long pipelineId_;
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEENVVARSRESULT_H_

View File

@@ -1,60 +1,54 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEMEMBERREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEMEMBERREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEMEMBERREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEMEMBERREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdatePipelineMemberRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdatePipelineMemberRequest : public RpcServiceRequest UpdatePipelineMemberRequest();
{ ~UpdatePipelineMemberRequest();
std::string getRoleName() const;
public: void setRoleName(const std::string &roleName);
UpdatePipelineMemberRequest(); std::string getUserPk() const;
~UpdatePipelineMemberRequest(); void setUserPk(const std::string &userPk);
std::string getUserId() const;
std::string getRoleName()const; void setUserId(const std::string &userId);
void setRoleName(const std::string& roleName); std::string getOrgId() const;
std::string getUserPk()const; void setOrgId(const std::string &orgId);
void setUserPk(const std::string& userPk); long getPipelineId() const;
std::string getUserId()const; void setPipelineId(long pipelineId);
void setUserId(const std::string& userId);
std::string getOrgId()const; private:
void setOrgId(const std::string& orgId); std::string roleName_;
long getPipelineId()const; std::string userPk_;
void setPipelineId(long pipelineId); std::string userId_;
std::string orgId_;
private: long pipelineId_;
std::string roleName_; };
std::string userPk_; } // namespace Model
std::string userId_; } // namespace Devops_rdc
std::string orgId_; } // namespace AlibabaCloud
long pipelineId_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEMEMBERREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATEPIPELINEMEMBERREQUEST_H_

View File

@@ -1,99 +1,93 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATETASKDETAILREQUEST_H_ #ifndef ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATETASKDETAILREQUEST_H_
#define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATETASKDETAILREQUEST_H_ #define ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATETASKDETAILREQUEST_H_
#include <string> #include <alibabacloud/devops-rdc/Devops_rdcExport.h>
#include <vector> #include <alibabacloud/core/RpcServiceRequest.h>
#include <alibabacloud/core/RpcServiceRequest.h> #include <string>
#include <alibabacloud/devops-rdc/Devops_rdcExport.h> #include <vector>
#include <map>
namespace AlibabaCloud
{ namespace AlibabaCloud {
namespace Devops_rdc namespace Devops_rdc {
{ namespace Model {
namespace Model class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateTaskDetailRequest : public RpcServiceRequest {
{ public:
class ALIBABACLOUD_DEVOPS_RDC_EXPORT UpdateTaskDetailRequest : public RpcServiceRequest UpdateTaskDetailRequest();
{ ~UpdateTaskDetailRequest();
std::string getNote() const;
public: void setNote(const std::string &note);
UpdateTaskDetailRequest(); std::string getExecutorId() const;
~UpdateTaskDetailRequest(); void setExecutorId(const std::string &executorId);
std::string getStartDate() const;
std::string getNote()const; void setStartDate(const std::string &startDate);
void setNote(const std::string& note); std::string getDelInvolvers() const;
std::string getExecutorId()const; void setDelInvolvers(const std::string &delInvolvers);
void setExecutorId(const std::string& executorId); std::string getContent() const;
std::string getStartDate()const; void setContent(const std::string &content);
void setStartDate(const std::string& startDate); std::string getSprintId() const;
std::string getDelInvolvers()const; void setSprintId(const std::string &sprintId);
void setDelInvolvers(const std::string& delInvolvers); std::string getCustomFieldId() const;
std::string getContent()const; void setCustomFieldId(const std::string &customFieldId);
void setContent(const std::string& content); std::string getProjectId() const;
std::string getSprintId()const; void setProjectId(const std::string &projectId);
void setSprintId(const std::string& sprintId); std::string getTaskId() const;
std::string getCustomFieldId()const; void setTaskId(const std::string &taskId);
void setCustomFieldId(const std::string& customFieldId); std::string getTaskFlowStatusId() const;
std::string getProjectId()const; void setTaskFlowStatusId(const std::string &taskFlowStatusId);
void setProjectId(const std::string& projectId); std::string getTagIds() const;
std::string getTaskId()const; void setTagIds(const std::string &tagIds);
void setTaskId(const std::string& taskId); std::string getAddInvolvers() const;
std::string getTaskFlowStatusId()const; void setAddInvolvers(const std::string &addInvolvers);
void setTaskFlowStatusId(const std::string& taskFlowStatusId); long getPriority() const;
std::string getTagIds()const; void setPriority(long priority);
void setTagIds(const std::string& tagIds); std::string getOrgId() const;
std::string getAddInvolvers()const; void setOrgId(const std::string &orgId);
void setAddInvolvers(const std::string& addInvolvers); std::string getDueDate() const;
long getPriority()const; void setDueDate(const std::string &dueDate);
void setPriority(long priority); long getWorkTimes() const;
std::string getOrgId()const; void setWorkTimes(long workTimes);
void setOrgId(const std::string& orgId); std::string getStoryPoint() const;
std::string getDueDate()const; void setStoryPoint(const std::string &storyPoint);
void setDueDate(const std::string& dueDate); std::string getCustomFieldValues() const;
long getWorkTimes()const; void setCustomFieldValues(const std::string &customFieldValues);
void setWorkTimes(long workTimes);
std::string getStoryPoint()const; private:
void setStoryPoint(const std::string& storyPoint); std::string note_;
std::string getCustomFieldValues()const; std::string executorId_;
void setCustomFieldValues(const std::string& customFieldValues); std::string startDate_;
std::string delInvolvers_;
private: std::string content_;
std::string note_; std::string sprintId_;
std::string executorId_; std::string customFieldId_;
std::string startDate_; std::string projectId_;
std::string delInvolvers_; std::string taskId_;
std::string content_; std::string taskFlowStatusId_;
std::string sprintId_; std::string tagIds_;
std::string customFieldId_; std::string addInvolvers_;
std::string projectId_; long priority_;
std::string taskId_; std::string orgId_;
std::string taskFlowStatusId_; std::string dueDate_;
std::string tagIds_; long workTimes_;
std::string addInvolvers_; std::string storyPoint_;
long priority_; std::string customFieldValues_;
std::string orgId_; };
std::string dueDate_; } // namespace Model
long workTimes_; } // namespace Devops_rdc
std::string storyPoint_; } // namespace AlibabaCloud
std::string customFieldValues_; #endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATETASKDETAILREQUEST_H_
};
}
}
}
#endif // !ALIBABACLOUD_DEVOPS_RDC_MODEL_UPDATETASKDETAILREQUEST_H_

View File

@@ -51,6 +51,42 @@ Devops_rdcClient::Devops_rdcClient(const std::string & accessKeyId, const std::s
Devops_rdcClient::~Devops_rdcClient() Devops_rdcClient::~Devops_rdcClient()
{} {}
Devops_rdcClient::AddCodeupSourceToPipelineOutcome Devops_rdcClient::addCodeupSourceToPipeline(const AddCodeupSourceToPipelineRequest &request) const
{
auto endpointOutcome = endpointProvider_->getEndpoint();
if (!endpointOutcome.isSuccess())
return AddCodeupSourceToPipelineOutcome(endpointOutcome.error());
auto outcome = makeRequest(endpointOutcome.result(), request);
if (outcome.isSuccess())
return AddCodeupSourceToPipelineOutcome(AddCodeupSourceToPipelineResult(outcome.result()));
else
return AddCodeupSourceToPipelineOutcome(outcome.error());
}
void Devops_rdcClient::addCodeupSourceToPipelineAsync(const AddCodeupSourceToPipelineRequest& request, const AddCodeupSourceToPipelineAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
{
auto fn = [this, request, handler, context]()
{
handler(this, request, addCodeupSourceToPipeline(request), context);
};
asyncExecute(new Runnable(fn));
}
Devops_rdcClient::AddCodeupSourceToPipelineOutcomeCallable Devops_rdcClient::addCodeupSourceToPipelineCallable(const AddCodeupSourceToPipelineRequest &request) const
{
auto task = std::make_shared<std::packaged_task<AddCodeupSourceToPipelineOutcome()>>(
[this, request]()
{
return this->addCodeupSourceToPipeline(request);
});
asyncExecute(new Runnable([task]() { (*task)(); }));
return task->get_future();
}
Devops_rdcClient::BatchInsertMembersOutcome Devops_rdcClient::batchInsertMembers(const BatchInsertMembersRequest &request) const Devops_rdcClient::BatchInsertMembersOutcome Devops_rdcClient::batchInsertMembers(const BatchInsertMembersRequest &request) const
{ {
auto endpointOutcome = endpointProvider_->getEndpoint(); auto endpointOutcome = endpointProvider_->getEndpoint();
@@ -411,6 +447,42 @@ Devops_rdcClient::CreatePipelineOutcomeCallable Devops_rdcClient::createPipeline
return task->get_future(); return task->get_future();
} }
Devops_rdcClient::CreatePipelineFromTemplateOutcome Devops_rdcClient::createPipelineFromTemplate(const CreatePipelineFromTemplateRequest &request) const
{
auto endpointOutcome = endpointProvider_->getEndpoint();
if (!endpointOutcome.isSuccess())
return CreatePipelineFromTemplateOutcome(endpointOutcome.error());
auto outcome = makeRequest(endpointOutcome.result(), request);
if (outcome.isSuccess())
return CreatePipelineFromTemplateOutcome(CreatePipelineFromTemplateResult(outcome.result()));
else
return CreatePipelineFromTemplateOutcome(outcome.error());
}
void Devops_rdcClient::createPipelineFromTemplateAsync(const CreatePipelineFromTemplateRequest& request, const CreatePipelineFromTemplateAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
{
auto fn = [this, request, handler, context]()
{
handler(this, request, createPipelineFromTemplate(request), context);
};
asyncExecute(new Runnable(fn));
}
Devops_rdcClient::CreatePipelineFromTemplateOutcomeCallable Devops_rdcClient::createPipelineFromTemplateCallable(const CreatePipelineFromTemplateRequest &request) const
{
auto task = std::make_shared<std::packaged_task<CreatePipelineFromTemplateOutcome()>>(
[this, request]()
{
return this->createPipelineFromTemplate(request);
});
asyncExecute(new Runnable([task]() { (*task)(); }));
return task->get_future();
}
Devops_rdcClient::CreateServiceConnectionOutcome Devops_rdcClient::createServiceConnection(const CreateServiceConnectionRequest &request) const Devops_rdcClient::CreateServiceConnectionOutcome Devops_rdcClient::createServiceConnection(const CreateServiceConnectionRequest &request) const
{ {
auto endpointOutcome = endpointProvider_->getEndpoint(); auto endpointOutcome = endpointProvider_->getEndpoint();
@@ -1923,6 +1995,42 @@ Devops_rdcClient::ListDevopsScenarioFieldConfigOutcomeCallable Devops_rdcClient:
return task->get_future(); return task->get_future();
} }
Devops_rdcClient::ListPipelineTemplatesOutcome Devops_rdcClient::listPipelineTemplates(const ListPipelineTemplatesRequest &request) const
{
auto endpointOutcome = endpointProvider_->getEndpoint();
if (!endpointOutcome.isSuccess())
return ListPipelineTemplatesOutcome(endpointOutcome.error());
auto outcome = makeRequest(endpointOutcome.result(), request);
if (outcome.isSuccess())
return ListPipelineTemplatesOutcome(ListPipelineTemplatesResult(outcome.result()));
else
return ListPipelineTemplatesOutcome(outcome.error());
}
void Devops_rdcClient::listPipelineTemplatesAsync(const ListPipelineTemplatesRequest& request, const ListPipelineTemplatesAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
{
auto fn = [this, request, handler, context]()
{
handler(this, request, listPipelineTemplates(request), context);
};
asyncExecute(new Runnable(fn));
}
Devops_rdcClient::ListPipelineTemplatesOutcomeCallable Devops_rdcClient::listPipelineTemplatesCallable(const ListPipelineTemplatesRequest &request) const
{
auto task = std::make_shared<std::packaged_task<ListPipelineTemplatesOutcome()>>(
[this, request]()
{
return this->listPipelineTemplates(request);
});
asyncExecute(new Runnable([task]() { (*task)(); }));
return task->get_future();
}
Devops_rdcClient::ListPipelinesOutcome Devops_rdcClient::listPipelines(const ListPipelinesRequest &request) const Devops_rdcClient::ListPipelinesOutcome Devops_rdcClient::listPipelines(const ListPipelinesRequest &request) const
{ {
auto endpointOutcome = endpointProvider_->getEndpoint(); auto endpointOutcome = endpointProvider_->getEndpoint();
@@ -2283,6 +2391,42 @@ Devops_rdcClient::UpdateDevopsProjectTaskOutcomeCallable Devops_rdcClient::updat
return task->get_future(); return task->get_future();
} }
Devops_rdcClient::UpdatePipelineEnvVarsOutcome Devops_rdcClient::updatePipelineEnvVars(const UpdatePipelineEnvVarsRequest &request) const
{
auto endpointOutcome = endpointProvider_->getEndpoint();
if (!endpointOutcome.isSuccess())
return UpdatePipelineEnvVarsOutcome(endpointOutcome.error());
auto outcome = makeRequest(endpointOutcome.result(), request);
if (outcome.isSuccess())
return UpdatePipelineEnvVarsOutcome(UpdatePipelineEnvVarsResult(outcome.result()));
else
return UpdatePipelineEnvVarsOutcome(outcome.error());
}
void Devops_rdcClient::updatePipelineEnvVarsAsync(const UpdatePipelineEnvVarsRequest& request, const UpdatePipelineEnvVarsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context) const
{
auto fn = [this, request, handler, context]()
{
handler(this, request, updatePipelineEnvVars(request), context);
};
asyncExecute(new Runnable(fn));
}
Devops_rdcClient::UpdatePipelineEnvVarsOutcomeCallable Devops_rdcClient::updatePipelineEnvVarsCallable(const UpdatePipelineEnvVarsRequest &request) const
{
auto task = std::make_shared<std::packaged_task<UpdatePipelineEnvVarsOutcome()>>(
[this, request]()
{
return this->updatePipelineEnvVars(request);
});
asyncExecute(new Runnable([task]() { (*task)(); }));
return task->get_future();
}
Devops_rdcClient::UpdatePipelineMemberOutcome Devops_rdcClient::updatePipelineMember(const UpdatePipelineMemberRequest &request) const Devops_rdcClient::UpdatePipelineMemberOutcome Devops_rdcClient::updatePipelineMember(const UpdatePipelineMemberRequest &request) const
{ {
auto endpointOutcome = endpointProvider_->getEndpoint(); auto endpointOutcome = endpointProvider_->getEndpoint();

View File

@@ -0,0 +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.
*/
#include <alibabacloud/devops-rdc/model/AddCodeupSourceToPipelineRequest.h>
using AlibabaCloud::Devops_rdc::Model::AddCodeupSourceToPipelineRequest;
AddCodeupSourceToPipelineRequest::AddCodeupSourceToPipelineRequest()
: RpcServiceRequest("devops-rdc", "2020-03-03", "AddCodeupSourceToPipeline") {
setMethod(HttpRequest::Method::Post);
}
AddCodeupSourceToPipelineRequest::~AddCodeupSourceToPipelineRequest() {}
std::string AddCodeupSourceToPipelineRequest::getCodePath() const {
return codePath_;
}
void AddCodeupSourceToPipelineRequest::setCodePath(const std::string &codePath) {
codePath_ = codePath;
setParameter(std::string("CodePath"), codePath);
}
std::string AddCodeupSourceToPipelineRequest::getCodeBranch() const {
return codeBranch_;
}
void AddCodeupSourceToPipelineRequest::setCodeBranch(const std::string &codeBranch) {
codeBranch_ = codeBranch;
setParameter(std::string("CodeBranch"), codeBranch);
}
std::string AddCodeupSourceToPipelineRequest::getOrgId() const {
return orgId_;
}
void AddCodeupSourceToPipelineRequest::setOrgId(const std::string &orgId) {
orgId_ = orgId;
setParameter(std::string("OrgId"), orgId);
}
long AddCodeupSourceToPipelineRequest::getPipelineId() const {
return pipelineId_;
}
void AddCodeupSourceToPipelineRequest::setPipelineId(long pipelineId) {
pipelineId_ = pipelineId;
setParameter(std::string("PipelineId"), std::to_string(pipelineId));
}

View File

@@ -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 <alibabacloud/devops-rdc/model/AddCodeupSourceToPipelineResult.h>
#include <json/json.h>
using namespace AlibabaCloud::Devops_rdc;
using namespace AlibabaCloud::Devops_rdc::Model;
AddCodeupSourceToPipelineResult::AddCodeupSourceToPipelineResult() :
ServiceResult()
{}
AddCodeupSourceToPipelineResult::AddCodeupSourceToPipelineResult(const std::string &payload) :
ServiceResult()
{
parse(payload);
}
AddCodeupSourceToPipelineResult::~AddCodeupSourceToPipelineResult()
{}
void AddCodeupSourceToPipelineResult::parse(const std::string &payload)
{
Json::Reader reader;
Json::Value value;
reader.parse(payload, value);
setRequestId(value["RequestId"].asString());
if(!value["PipelineId"].isNull())
pipelineId_ = std::stol(value["PipelineId"].asString());
}
long AddCodeupSourceToPipelineResult::getPipelineId()const
{
return pipelineId_;
}

View File

@@ -1,62 +1,54 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#include <alibabacloud/devops-rdc/model/BatchInsertMembersRequest.h> #include <alibabacloud/devops-rdc/model/BatchInsertMembersRequest.h>
using AlibabaCloud::Devops_rdc::Model::BatchInsertMembersRequest; using AlibabaCloud::Devops_rdc::Model::BatchInsertMembersRequest;
BatchInsertMembersRequest::BatchInsertMembersRequest() : BatchInsertMembersRequest::BatchInsertMembersRequest()
RpcServiceRequest("devops-rdc", "2020-03-03", "BatchInsertMembers") : RpcServiceRequest("devops-rdc", "2020-03-03", "BatchInsertMembers") {
{ setMethod(HttpRequest::Method::Post);
setMethod(HttpRequest::Method::Post);
}
BatchInsertMembersRequest::~BatchInsertMembersRequest()
{}
std::string BatchInsertMembersRequest::getMembers()const
{
return members_;
} }
void BatchInsertMembersRequest::setMembers(const std::string& members) BatchInsertMembersRequest::~BatchInsertMembersRequest() {}
{
members_ = members; std::string BatchInsertMembersRequest::getMembers() const {
setBodyParameter("Members", members); return members_;
} }
std::string BatchInsertMembersRequest::getRealPk()const void BatchInsertMembersRequest::setMembers(const std::string &members) {
{ members_ = members;
return realPk_; setBodyParameter(std::string("Members"), members);
} }
void BatchInsertMembersRequest::setRealPk(const std::string& realPk) std::string BatchInsertMembersRequest::getRealPk() const {
{ return realPk_;
realPk_ = realPk;
setBodyParameter("RealPk", realPk);
} }
std::string BatchInsertMembersRequest::getOrgId()const void BatchInsertMembersRequest::setRealPk(const std::string &realPk) {
{ realPk_ = realPk;
return orgId_; setBodyParameter(std::string("RealPk"), realPk);
} }
void BatchInsertMembersRequest::setOrgId(const std::string& orgId) std::string BatchInsertMembersRequest::getOrgId() const {
{ return orgId_;
orgId_ = orgId; }
setBodyParameter("OrgId", orgId);
void BatchInsertMembersRequest::setOrgId(const std::string &orgId) {
orgId_ = orgId;
setBodyParameter(std::string("OrgId"), orgId);
} }

View File

@@ -39,14 +39,14 @@ void BatchInsertMembersResult::parse(const std::string &payload)
Json::Value value; Json::Value value;
reader.parse(payload, value); reader.parse(payload, value);
setRequestId(value["RequestId"].asString()); setRequestId(value["RequestId"].asString());
if(!value["ErrorCode"].isNull())
errorCode_ = value["ErrorCode"].asString();
if(!value["ErrorMessage"].isNull()) if(!value["ErrorMessage"].isNull())
errorMessage_ = value["ErrorMessage"].asString(); errorMessage_ = value["ErrorMessage"].asString();
if(!value["Success"].isNull())
success_ = value["Success"].asString() == "true";
if(!value["Object"].isNull()) if(!value["Object"].isNull())
object_ = value["Object"].asString() == "true"; object_ = value["Object"].asString() == "true";
if(!value["Success"].isNull())
success_ = value["Success"].asString() == "true";
if(!value["ErrorCode"].isNull())
errorCode_ = value["ErrorCode"].asString();
} }

View File

@@ -1,73 +1,63 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#include <alibabacloud/devops-rdc/model/CancelPipelineRequest.h> #include <alibabacloud/devops-rdc/model/CancelPipelineRequest.h>
using AlibabaCloud::Devops_rdc::Model::CancelPipelineRequest; using AlibabaCloud::Devops_rdc::Model::CancelPipelineRequest;
CancelPipelineRequest::CancelPipelineRequest() : CancelPipelineRequest::CancelPipelineRequest()
RpcServiceRequest("devops-rdc", "2020-03-03", "CancelPipeline") : RpcServiceRequest("devops-rdc", "2020-03-03", "CancelPipeline") {
{ setMethod(HttpRequest::Method::Post);
setMethod(HttpRequest::Method::Post);
}
CancelPipelineRequest::~CancelPipelineRequest()
{}
long CancelPipelineRequest::getFlowInstanceId()const
{
return flowInstanceId_;
} }
void CancelPipelineRequest::setFlowInstanceId(long flowInstanceId) CancelPipelineRequest::~CancelPipelineRequest() {}
{
flowInstanceId_ = flowInstanceId; long CancelPipelineRequest::getFlowInstanceId() const {
setBodyParameter("FlowInstanceId", std::to_string(flowInstanceId)); return flowInstanceId_;
} }
std::string CancelPipelineRequest::getUserPk()const void CancelPipelineRequest::setFlowInstanceId(long flowInstanceId) {
{ flowInstanceId_ = flowInstanceId;
return userPk_; setBodyParameter(std::string("FlowInstanceId"), std::to_string(flowInstanceId));
} }
void CancelPipelineRequest::setUserPk(const std::string& userPk) std::string CancelPipelineRequest::getUserPk() const {
{ return userPk_;
userPk_ = userPk;
setBodyParameter("UserPk", userPk);
} }
std::string CancelPipelineRequest::getOrgId()const void CancelPipelineRequest::setUserPk(const std::string &userPk) {
{ userPk_ = userPk;
return orgId_; setBodyParameter(std::string("UserPk"), userPk);
} }
void CancelPipelineRequest::setOrgId(const std::string& orgId) std::string CancelPipelineRequest::getOrgId() const {
{ return orgId_;
orgId_ = orgId;
setBodyParameter("OrgId", orgId);
} }
long CancelPipelineRequest::getPipelineId()const void CancelPipelineRequest::setOrgId(const std::string &orgId) {
{ orgId_ = orgId;
return pipelineId_; setBodyParameter(std::string("OrgId"), orgId);
} }
void CancelPipelineRequest::setPipelineId(long pipelineId) long CancelPipelineRequest::getPipelineId() const {
{ return pipelineId_;
pipelineId_ = pipelineId; }
setBodyParameter("PipelineId", std::to_string(pipelineId));
void CancelPipelineRequest::setPipelineId(long pipelineId) {
pipelineId_ = pipelineId;
setBodyParameter(std::string("PipelineId"), std::to_string(pipelineId));
} }

View File

@@ -39,14 +39,14 @@ void CancelPipelineResult::parse(const std::string &payload)
Json::Value value; Json::Value value;
reader.parse(payload, value); reader.parse(payload, value);
setRequestId(value["RequestId"].asString()); setRequestId(value["RequestId"].asString());
if(!value["Success"].isNull())
success_ = value["Success"].asString() == "true";
if(!value["ErrorCode"].isNull())
errorCode_ = value["ErrorCode"].asString();
if(!value["ErrorMessage"].isNull()) if(!value["ErrorMessage"].isNull())
errorMessage_ = value["ErrorMessage"].asString(); errorMessage_ = value["ErrorMessage"].asString();
if(!value["Object"].isNull()) if(!value["Object"].isNull())
object_ = value["Object"].asString() == "true"; object_ = value["Object"].asString() == "true";
if(!value["ErrorCode"].isNull())
errorCode_ = value["ErrorCode"].asString();
if(!value["Success"].isNull())
success_ = value["Success"].asString() == "true";
} }

View File

@@ -1,40 +1,36 @@
/* /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved. * Copyright 2009-2017 Alibaba Cloud All rights reserved.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#include <alibabacloud/devops-rdc/model/CheckAliyunAccountExistsRequest.h> #include <alibabacloud/devops-rdc/model/CheckAliyunAccountExistsRequest.h>
using AlibabaCloud::Devops_rdc::Model::CheckAliyunAccountExistsRequest; using AlibabaCloud::Devops_rdc::Model::CheckAliyunAccountExistsRequest;
CheckAliyunAccountExistsRequest::CheckAliyunAccountExistsRequest() : CheckAliyunAccountExistsRequest::CheckAliyunAccountExistsRequest()
RpcServiceRequest("devops-rdc", "2020-03-03", "CheckAliyunAccountExists") : RpcServiceRequest("devops-rdc", "2020-03-03", "CheckAliyunAccountExists") {
{ setMethod(HttpRequest::Method::Post);
setMethod(HttpRequest::Method::Post);
}
CheckAliyunAccountExistsRequest::~CheckAliyunAccountExistsRequest()
{}
std::string CheckAliyunAccountExistsRequest::getUserPk()const
{
return userPk_;
} }
void CheckAliyunAccountExistsRequest::setUserPk(const std::string& userPk) CheckAliyunAccountExistsRequest::~CheckAliyunAccountExistsRequest() {}
{
userPk_ = userPk; std::string CheckAliyunAccountExistsRequest::getUserPk() const {
setBodyParameter("UserPk", userPk); return userPk_;
}
void CheckAliyunAccountExistsRequest::setUserPk(const std::string &userPk) {
userPk_ = userPk;
setBodyParameter(std::string("UserPk"), userPk);
} }

Some files were not shown because too many files have changed in this diff Show More