From 1c9b4c1fb67b1695fc412420398272a83370058f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 12 Jun 2020 16:47:49 +0800 Subject: [PATCH] Fix UpdateWorkitem. --- aliyun-java-sdk-rdc/ChangeLog.txt | 3 + aliyun-java-sdk-rdc/pom.xml | 18 ++- .../main/java/com/aliyuncs/rdc/Endpoint.java | 46 ++++---- .../v20180816/AddProjectMembersRequest.java | 82 ++++++------- .../v20180816/AddProjectMembersResponse.java | 50 ++++---- .../model/v20180816/CreateProjectRequest.java | 82 ++++++------- .../v20180816/CreateProjectResponse.java | 50 ++++---- .../DeleteProjectMembersRequest.java | 82 ++++++------- .../DeleteProjectMembersResponse.java | 50 ++++---- .../v20180816/GetProjectInfoRequest.java | 82 ++++++------- .../v20180816/GetProjectInfoResponse.java | 52 ++++----- .../model/v20180816/UpdateProjectRequest.java | 82 ++++++------- .../v20180816/UpdateProjectResponse.java | 50 ++++---- .../v20180821/AddEnterpriseMemberRequest.java | 82 ++++++------- .../AddEnterpriseMemberResponse.java | 50 ++++---- .../model/v20180821/AddRamMemberRequest.java | 82 ++++++------- .../model/v20180821/AddRamMemberResponse.java | 52 ++++----- .../v20180821/ApproveJoinCompanyRequest.java | 82 ++++++------- .../v20180821/ApproveJoinCompanyResponse.java | 52 ++++----- .../v20180821/CreateEnterpriseRequest.java | 101 +++++++--------- .../v20180821/CreateEnterpriseResponse.java | 50 ++++---- .../v20180821/CreateWorkitemRequest.java | 82 ++++++------- .../v20180821/CreateWorkitemResponse.java | 50 ++++---- .../GetBindedUserByDingIdRequest.java | 82 ++++++------- .../GetBindedUserByDingIdResponse.java | 50 ++++---- .../model/v20180821/GetChangeLogRequest.java | 84 ++++++------- .../model/v20180821/GetChangeLogResponse.java | 52 ++++----- .../GetCustomFieldsByTemplateIdRequest.java | 84 ++++++------- .../GetCustomFieldsByTemplateIdResponse.java | 52 ++++----- .../model/v20180821/GetIssueByIdRequest.java | 82 ++++++------- .../model/v20180821/GetIssueByIdResponse.java | 68 +++++------ .../model/v20180821/GetJoinCodeRequest.java | 82 ++++++------- .../model/v20180821/GetJoinCodeResponse.java | 50 ++++---- .../v20180821/GetProjectMembersRequest.java | 84 ++++++------- .../v20180821/GetProjectMembersResponse.java | 52 ++++----- .../v20180821/GetUserByAliyunPkRequest.java | 82 ++++++------- .../v20180821/GetUserByAliyunPkResponse.java | 50 ++++---- .../v20180821/GetWorkitemByIdRequest.java | 82 ++++++------- .../v20180821/GetWorkitemByIdResponse.java | 68 +++++------ .../model/v20180821/JoinCompanyRequest.java | 80 ++++++------- .../model/v20180821/JoinCompanyResponse.java | 50 ++++---- .../SearchProjectsByRegionRequest.java | 84 ++++++------- .../SearchProjectsByRegionResponse.java | 52 ++++----- .../v20180821/SearchTestCaseRequest.java | 82 ++++++------- .../v20180821/SearchTestCaseResponse.java | 50 ++++---- .../v20180821/SearchWorkitemRequest.java | 110 +++++++++++------- .../v20180821/SearchWorkitemResponse.java | 52 ++++----- .../SearchWorkitemWithTotalCountRequest.java | 84 ++++++------- .../SearchWorkitemWithTotalCountResponse.java | 52 ++++----- .../model/v20180821/SyncUserToRdcRequest.java | 80 ++++++------- .../v20180821/SyncUserToRdcResponse.java | 50 ++++---- .../v20180821/UpdateWorkitemRequest.java | 82 ++++++------- .../v20180821/UpdateWorkitemResponse.java | 50 ++++---- ...AddProjectMembersResponseUnmarshaller.java | 52 ++++----- .../CreateProjectResponseUnmarshaller.java | 52 ++++----- ...eteProjectMembersResponseUnmarshaller.java | 52 ++++----- .../GetProjectInfoResponseUnmarshaller.java | 52 ++++----- .../UpdateProjectResponseUnmarshaller.java | 52 ++++----- ...dEnterpriseMemberResponseUnmarshaller.java | 52 ++++----- .../AddRamMemberResponseUnmarshaller.java | 52 ++++----- ...pproveJoinCompanyResponseUnmarshaller.java | 52 ++++----- .../CreateEnterpriseResponseUnmarshaller.java | 52 ++++----- .../CreateWorkitemResponseUnmarshaller.java | 52 ++++----- ...indedUserByDingIdResponseUnmarshaller.java | 52 ++++----- .../GetChangeLogResponseUnmarshaller.java | 52 ++++----- ...ieldsByTemplateIdResponseUnmarshaller.java | 52 ++++----- .../GetIssueByIdResponseUnmarshaller.java | 52 ++++----- .../GetJoinCodeResponseUnmarshaller.java | 52 ++++----- ...GetProjectMembersResponseUnmarshaller.java | 52 ++++----- ...GetUserByAliyunPkResponseUnmarshaller.java | 52 ++++----- .../GetWorkitemByIdResponseUnmarshaller.java | 52 ++++----- .../JoinCompanyResponseUnmarshaller.java | 52 ++++----- ...hProjectsByRegionResponseUnmarshaller.java | 52 ++++----- .../SearchTestCaseResponseUnmarshaller.java | 52 ++++----- .../SearchWorkitemResponseUnmarshaller.java | 52 ++++----- ...temWithTotalCountResponseUnmarshaller.java | 52 ++++----- .../SyncUserToRdcResponseUnmarshaller.java | 52 ++++----- .../UpdateWorkitemResponseUnmarshaller.java | 52 ++++----- 78 files changed, 2386 insertions(+), 2388 deletions(-) diff --git a/aliyun-java-sdk-rdc/ChangeLog.txt b/aliyun-java-sdk-rdc/ChangeLog.txt index 3f03cf5f3c..6864de50d3 100644 --- a/aliyun-java-sdk-rdc/ChangeLog.txt +++ b/aliyun-java-sdk-rdc/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-06-12 Version: 1.9.20 +- Fix UpdateWorkitem. + 2019-08-08 Version: 1.9.1 - Fix UpdateWorkitem. diff --git a/aliyun-java-sdk-rdc/pom.xml b/aliyun-java-sdk-rdc/pom.xml index 3a700ade84..bd2db49d1b 100644 --- a/aliyun-java-sdk-rdc/pom.xml +++ b/aliyun-java-sdk-rdc/pom.xml @@ -4,16 +4,13 @@ com.aliyun aliyun-java-sdk-rdc jar - 1.9.1 + 1.9.20 aliyun-java-sdk-rdc http://www.aliyun.com - Aliyun Open API SDK for Java - -Copyright (C) Alibaba Cloud Computing -All rights reserved. - -版权所有 (C)阿里云计算有限公司 - + Aliyun Open API SDK for Java +Copyright (C) Alibaba Cloud Computing +All rights reserved. +版权所有 (C)阿里云计算有限公司 http://www.aliyun.com @@ -30,7 +27,7 @@ http://www.aliyun.com com.aliyun aliyun-java-sdk-core true - [4.3.2,5.0.0) + [4.4.9,5.0.0) com.google.code.gson @@ -73,8 +70,7 @@ http://www.aliyun.com maven-jar-plugin 2.3.2 - - + diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/Endpoint.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/Endpoint.java index 5ac00540d8..183db873d7 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/Endpoint.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/Endpoint.java @@ -1,23 +1,23 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc; - -import java.util.HashMap; - -public class Endpoint { - public static HashMap endpointMap = new HashMap() {}; - - public static String endpointRegionalType = "regional"; -} +/* + * 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. + */ + +package com.aliyuncs.rdc; + +import java.util.HashMap; + +public class Endpoint { + public static HashMap endpointMap = new HashMap() {}; + + public static String endpointRegionalType = "regional"; +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersRequest.java index f810f797ec..57e379e8b5 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class AddProjectMembersRequest extends RpcAcsRequest { - - public AddProjectMembersRequest() { - super("Rdc", "2018-08-16", "AddProjectMembers"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class AddProjectMembersRequest extends RpcAcsRequest { + private String memberStaffIds; @@ -41,7 +33,15 @@ public AddProjectMembersRequest() { private Integer projectId; - private String staffId; + private String staffId; + public AddProjectMembersRequest() { + super("Rdc", "2018-08-16", "AddProjectMembers"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getMemberStaffIds() { return this.memberStaffIds; @@ -96,11 +96,11 @@ public void setStaffId(String staffId) { if(staffId != null){ putBodyParameter("StaffId", staffId); } - } - - @Override - public Class getResponseClass() { - return AddProjectMembersResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return AddProjectMembersResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersResponse.java index 7a9189eba6..3337c1b1cb 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/AddProjectMembersResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180816.AddProjectMembersResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180816.AddProjectMembersResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class AddProjectMembersResponse extends AcsResponse { private Integer code; @@ -83,4 +83,4 @@ public AddProjectMembersResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectRequest.java index 5027b65705..080c3ebd83 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class CreateProjectRequest extends RpcAcsRequest { - - public CreateProjectRequest() { - super("Rdc", "2018-08-16", "CreateProject"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class CreateProjectRequest extends RpcAcsRequest { + private String corpIdentifier; @@ -39,7 +31,15 @@ public CreateProjectRequest() { private String region; - private String staffId; + private String staffId; + public CreateProjectRequest() { + super("Rdc", "2018-08-16", "CreateProject"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -83,11 +83,11 @@ public void setStaffId(String staffId) { if(staffId != null){ putBodyParameter("StaffId", staffId); } - } - - @Override - public Class getResponseClass() { - return CreateProjectResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return CreateProjectResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectResponse.java index 0f1c24c364..2ccce219e9 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/CreateProjectResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180816.CreateProjectResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180816.CreateProjectResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class CreateProjectResponse extends AcsResponse { private Integer code; @@ -83,4 +83,4 @@ public CreateProjectResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersRequest.java index b442029c2c..40008038b8 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class DeleteProjectMembersRequest extends RpcAcsRequest { - - public DeleteProjectMembersRequest() { - super("Rdc", "2018-08-16", "DeleteProjectMembers"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class DeleteProjectMembersRequest extends RpcAcsRequest { + private String memberStaffIds; @@ -41,7 +33,15 @@ public DeleteProjectMembersRequest() { private String projectId; - private String staffId; + private String staffId; + public DeleteProjectMembersRequest() { + super("Rdc", "2018-08-16", "DeleteProjectMembers"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getMemberStaffIds() { return this.memberStaffIds; @@ -96,11 +96,11 @@ public void setStaffId(String staffId) { if(staffId != null){ putBodyParameter("StaffId", staffId); } - } - - @Override - public Class getResponseClass() { - return DeleteProjectMembersResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return DeleteProjectMembersResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersResponse.java index 122a685c76..74f890009d 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/DeleteProjectMembersResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180816.DeleteProjectMembersResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180816.DeleteProjectMembersResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class DeleteProjectMembersResponse extends AcsResponse { private Integer code; @@ -83,4 +83,4 @@ public DeleteProjectMembersResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoRequest.java index c8865a7521..f76b5c0688 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoRequest.java @@ -1,40 +1,42 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetProjectInfoRequest extends RpcAcsRequest { + -package com.aliyuncs.rdc.model.v20180816; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; + private String corpIdentifier; -/** - * @author auto create - * @version - */ -public class GetProjectInfoRequest extends RpcAcsRequest { - - public GetProjectInfoRequest() { + private Integer projectId; + public GetProjectInfoRequest() { super("Rdc", "2018-08-16", "GetProjectInfo"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String corpIdentifier; - - private Integer projectId; - public String getCorpIdentifier() { return this.corpIdentifier; } @@ -55,11 +57,11 @@ public void setProjectId(Integer projectId) { if(projectId != null){ putQueryParameter("ProjectId", projectId.toString()); } - } - - @Override - public Class getResponseClass() { - return GetProjectInfoResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetProjectInfoResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoResponse.java index d5003d7ae4..c103dbfbb1 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/GetProjectInfoResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180816.GetProjectInfoResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180816.GetProjectInfoResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetProjectInfoResponse extends AcsResponse { private Integer code; @@ -479,4 +479,4 @@ public GetProjectInfoResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectRequest.java index 5c4060156b..6a3097452b 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectRequest.java @@ -1,43 +1,43 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class UpdateProjectRequest extends RpcAcsRequest { - - public UpdateProjectRequest() { - super("Rdc", "2018-08-16", "UpdateProject"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class UpdateProjectRequest extends RpcAcsRequest { + private String corpIdentifier; private String paramJson; - private String staffId; + private String staffId; + public UpdateProjectRequest() { + super("Rdc", "2018-08-16", "UpdateProject"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -70,11 +70,11 @@ public void setStaffId(String staffId) { if(staffId != null){ putBodyParameter("StaffId", staffId); } - } - - @Override - public Class getResponseClass() { - return UpdateProjectResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return UpdateProjectResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectResponse.java index 1f6eaf8037..35029cec2b 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180816/UpdateProjectResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180816; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180816.UpdateProjectResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180816; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180816.UpdateProjectResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class UpdateProjectResponse extends AcsResponse { private Integer code; @@ -83,4 +83,4 @@ public UpdateProjectResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberRequest.java index e5ef960693..08e77637a5 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberRequest.java @@ -1,43 +1,43 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class AddEnterpriseMemberRequest extends RpcAcsRequest { - - public AddEnterpriseMemberRequest() { - super("Rdc", "2018-08-21", "AddEnterpriseMember"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class AddEnterpriseMemberRequest extends RpcAcsRequest { + private String instanceId; private String staffId; - private String operator; + private String operator; + public AddEnterpriseMemberRequest() { + super("Rdc", "2018-08-21", "AddEnterpriseMember"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getInstanceId() { return this.instanceId; @@ -70,11 +70,11 @@ public void setOperator(String operator) { if(operator != null){ putQueryParameter("Operator", operator); } - } - - @Override - public Class getResponseClass() { - return AddEnterpriseMemberResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return AddEnterpriseMemberResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberResponse.java index bdb79a73dc..a382613e71 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddEnterpriseMemberResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.AddEnterpriseMemberResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.AddEnterpriseMemberResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class AddEnterpriseMemberResponse extends AcsResponse { private Boolean success; @@ -83,4 +83,4 @@ public AddEnterpriseMemberResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberRequest.java index 014fde9718..a460bdcd95 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberRequest.java @@ -1,41 +1,41 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class AddRamMemberRequest extends RpcAcsRequest { - - public AddRamMemberRequest() { - super("Rdc", "2018-08-21", "AddRamMember"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class AddRamMemberRequest extends RpcAcsRequest { + private String corpIdentifier; - private String staffIdentifier; + private String staffIdentifier; + public AddRamMemberRequest() { + super("Rdc", "2018-08-21", "AddRamMember"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -57,11 +57,11 @@ public void setStaffIdentifier(String staffIdentifier) { if(staffIdentifier != null){ putBodyParameter("StaffIdentifier", staffIdentifier); } - } - - @Override - public Class getResponseClass() { - return AddRamMemberResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return AddRamMemberResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberResponse.java index fd432a7e6e..dd8b4e8bb7 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/AddRamMemberResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.AddRamMemberResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.AddRamMemberResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class AddRamMemberResponse extends AcsResponse { private String requestId; @@ -84,4 +84,4 @@ public AddRamMemberResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyRequest.java index 122e92de3f..57d0306e33 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyRequest.java @@ -1,41 +1,41 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class ApproveJoinCompanyRequest extends RpcAcsRequest { - - public ApproveJoinCompanyRequest() { - super("Rdc", "2018-08-21", "ApproveJoinCompany"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class ApproveJoinCompanyRequest extends RpcAcsRequest { + private String corpIdentifier; - private String applicationIds; + private String applicationIds; + public ApproveJoinCompanyRequest() { + super("Rdc", "2018-08-21", "ApproveJoinCompany"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -57,11 +57,11 @@ public void setApplicationIds(String applicationIds) { if(applicationIds != null){ putBodyParameter("ApplicationIds", applicationIds); } - } - - @Override - public Class getResponseClass() { - return ApproveJoinCompanyResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return ApproveJoinCompanyResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyResponse.java index 2cc56c6d01..1e47f73233 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/ApproveJoinCompanyResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.ApproveJoinCompanyResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.ApproveJoinCompanyResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class ApproveJoinCompanyResponse extends AcsResponse { private String requestId; @@ -84,4 +84,4 @@ public ApproveJoinCompanyResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseRequest.java index fe9adc9bc2..5ecea3e4fd 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class CreateEnterpriseRequest extends RpcAcsRequest { - - public CreateEnterpriseRequest() { - super("Rdc", "2018-08-21", "CreateEnterprise"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class CreateEnterpriseRequest extends RpcAcsRequest { + private String emails; @@ -41,7 +33,15 @@ public CreateEnterpriseRequest() { private String name; - private String description; + private String description; + public CreateEnterpriseRequest() { + super("Rdc", "2018-08-21", "CreateEnterprise"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getEmails() { return this.emails; @@ -65,29 +65,10 @@ public void setCreatorStaffId(String creatorStaffId) { } } - public String getBizDomain() { - return this.domain; - } - - public void setBizDomain(String domain) { - this.domain = domain; - if(domain != null){ - putQueryParameter("Domain", domain); - } - } - - /** - * @deprecated use getBizDomain instead of this. - */ - @Deprecated public String getDomain() { return this.domain; } - /** - * @deprecated use setBizDomain instead of this. - */ - @Deprecated public void setDomain(String domain) { this.domain = domain; if(domain != null){ @@ -115,11 +96,11 @@ public void setDescription(String description) { if(description != null){ putQueryParameter("Description", description); } - } - - @Override - public Class getResponseClass() { - return CreateEnterpriseResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return CreateEnterpriseResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseResponse.java index 1d2b855ce2..d88d6fc6ab 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateEnterpriseResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.CreateEnterpriseResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.CreateEnterpriseResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class CreateEnterpriseResponse extends AcsResponse { private Boolean success; @@ -146,4 +146,4 @@ public CreateEnterpriseResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemRequest.java index 507e158e5e..bf54bf198a 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class CreateWorkitemRequest extends RpcAcsRequest { - - public CreateWorkitemRequest() { - super("Rdc", "2018-08-21", "CreateWorkitem"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class CreateWorkitemRequest extends RpcAcsRequest { + private String author; @@ -59,7 +51,15 @@ public CreateWorkitemRequest() { private String verifier; - private String cfList; + private String cfList; + public CreateWorkitemRequest() { + super("Rdc", "2018-08-21", "CreateWorkitem"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getAuthor() { return this.author; @@ -213,11 +213,11 @@ public void setCfList(String cfList) { if(cfList != null){ putBodyParameter("CfList", cfList); } - } - - @Override - public Class getResponseClass() { - return CreateWorkitemResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return CreateWorkitemResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemResponse.java index f348efd7cb..cddbb35467 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/CreateWorkitemResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.CreateWorkitemResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.CreateWorkitemResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class CreateWorkitemResponse extends AcsResponse { private String requestId; @@ -83,4 +83,4 @@ public CreateWorkitemResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdRequest.java index 96c923e0c9..b80e202c13 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdRequest.java @@ -1,38 +1,40 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class GetBindedUserByDingIdRequest extends RpcAcsRequest { - - public GetBindedUserByDingIdRequest() { +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetBindedUserByDingIdRequest extends RpcAcsRequest { + + + private String dingId; + public GetBindedUserByDingIdRequest() { super("Rdc", "2018-08-21", "GetBindedUserByDingId"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String dingId; - public String getDingId() { return this.dingId; } @@ -42,11 +44,11 @@ public void setDingId(String dingId) { if(dingId != null){ putQueryParameter("DingId", dingId); } - } - - @Override - public Class getResponseClass() { - return GetBindedUserByDingIdResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetBindedUserByDingIdResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdResponse.java index 50dc3118fe..a2c9547d1c 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetBindedUserByDingIdResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetBindedUserByDingIdResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetBindedUserByDingIdResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetBindedUserByDingIdResponse extends AcsResponse { private Integer code; @@ -415,4 +415,4 @@ public GetBindedUserByDingIdResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogRequest.java index f3af610064..19f6b408a9 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogRequest.java @@ -1,41 +1,43 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class GetChangeLogRequest extends RpcAcsRequest { - - public GetChangeLogRequest() { - super("Rdc", "2018-08-21", "GetChangeLog"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetChangeLogRequest extends RpcAcsRequest { + private String targetType; private String targetIds; - private String corpIdentifier; + private String corpIdentifier; + public GetChangeLogRequest() { + super("Rdc", "2018-08-21", "GetChangeLog"); + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getTargetType() { return this.targetType; @@ -68,11 +70,11 @@ public void setCorpIdentifier(String corpIdentifier) { if(corpIdentifier != null){ putQueryParameter("CorpIdentifier", corpIdentifier); } - } - - @Override - public Class getResponseClass() { - return GetChangeLogResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetChangeLogResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogResponse.java index ea2a6381bf..cf594b00d6 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetChangeLogResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetChangeLogResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetChangeLogResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetChangeLogResponse extends AcsResponse { private Integer code; @@ -147,4 +147,4 @@ public GetChangeLogResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdRequest.java index cbb033a983..ddb1392bbc 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdRequest.java @@ -1,41 +1,43 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class GetCustomFieldsByTemplateIdRequest extends RpcAcsRequest { - - public GetCustomFieldsByTemplateIdRequest() { - super("Rdc", "2018-08-21", "GetCustomFieldsByTemplateId"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetCustomFieldsByTemplateIdRequest extends RpcAcsRequest { + private String corpIdentifier; private Integer aKProjectId; - private Integer templateId; + private Integer templateId; + public GetCustomFieldsByTemplateIdRequest() { + super("Rdc", "2018-08-21", "GetCustomFieldsByTemplateId"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -68,11 +70,11 @@ public void setTemplateId(Integer templateId) { if(templateId != null){ putBodyParameter("TemplateId", templateId.toString()); } - } - - @Override - public Class getResponseClass() { - return GetCustomFieldsByTemplateIdResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetCustomFieldsByTemplateIdResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdResponse.java index c7240bf61c..0aea35aa29 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetCustomFieldsByTemplateIdResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetCustomFieldsByTemplateIdResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetCustomFieldsByTemplateIdResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetCustomFieldsByTemplateIdResponse extends AcsResponse { private Integer code; @@ -257,4 +257,4 @@ public GetCustomFieldsByTemplateIdResponse getInstance(UnmarshallerContext conte public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdRequest.java index 9b4b0bbdb8..0ef1117d38 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdRequest.java @@ -1,40 +1,42 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetIssueByIdRequest extends RpcAcsRequest { + -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; + private String corpIdentifier; -/** - * @author auto create - * @version - */ -public class GetIssueByIdRequest extends RpcAcsRequest { - - public GetIssueByIdRequest() { + private Integer id; + public GetIssueByIdRequest() { super("Rdc", "2018-08-21", "GetIssueById"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String corpIdentifier; - - private Integer id; - public String getCorpIdentifier() { return this.corpIdentifier; } @@ -55,11 +57,11 @@ public void setId(Integer id) { if(id != null){ putBodyParameter("Id", id.toString()); } - } - - @Override - public Class getResponseClass() { - return GetIssueByIdResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetIssueByIdResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdResponse.java index 86bf13370b..04f31edec8 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetIssueByIdResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetIssueByIdResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetIssueByIdResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetIssueByIdResponse extends AcsResponse { private Integer code; @@ -435,26 +435,10 @@ public void setRecordChangeLog(Boolean recordChangeLog) { this.recordChangeLog = recordChangeLog; } - public Integer getBizRegionId() { - return this.regionId; - } - - public void setBizRegionId(Integer regionId) { - this.regionId = regionId; - } - - /** - * @deprecated use getBizRegionId instead of this. - */ - @Deprecated public Integer getRegionId() { return this.regionId; } - /** - * @deprecated use setBizRegionId instead of this. - */ - @Deprecated public void setRegionId(Integer regionId) { this.regionId = regionId; } @@ -736,4 +720,4 @@ public GetIssueByIdResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeRequest.java index efaa178cba..e8905c0d0e 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeRequest.java @@ -1,38 +1,40 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class GetJoinCodeRequest extends RpcAcsRequest { - - public GetJoinCodeRequest() { +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetJoinCodeRequest extends RpcAcsRequest { + + + private String corpIdentifier; + public GetJoinCodeRequest() { super("Rdc", "2018-08-21", "GetJoinCode"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String corpIdentifier; - public String getCorpIdentifier() { return this.corpIdentifier; } @@ -42,11 +44,11 @@ public void setCorpIdentifier(String corpIdentifier) { if(corpIdentifier != null){ putQueryParameter("CorpIdentifier", corpIdentifier); } - } - - @Override - public Class getResponseClass() { - return GetJoinCodeResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetJoinCodeResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeResponse.java index 371ef8492c..7dbeccf0ca 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetJoinCodeResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetJoinCodeResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetJoinCodeResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetJoinCodeResponse extends AcsResponse { private String requestId; @@ -96,4 +96,4 @@ public GetJoinCodeResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersRequest.java index 5b9f53314d..4833b4054e 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersRequest.java @@ -1,41 +1,43 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class GetProjectMembersRequest extends RpcAcsRequest { - - public GetProjectMembersRequest() { - super("Rdc", "2018-08-21", "GetProjectMembers"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetProjectMembersRequest extends RpcAcsRequest { + private String corpIdentifier; private Integer projectId; - private String staffId; + private String staffId; + public GetProjectMembersRequest() { + super("Rdc", "2018-08-21", "GetProjectMembers"); + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -68,11 +70,11 @@ public void setStaffId(String staffId) { if(staffId != null){ putQueryParameter("StaffId", staffId); } - } - - @Override - public Class getResponseClass() { - return GetProjectMembersResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetProjectMembersResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersResponse.java index c90bbd4087..c12195a175 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetProjectMembersResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetProjectMembersResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetProjectMembersResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetProjectMembersResponse extends AcsResponse { private Integer code; @@ -190,4 +190,4 @@ public GetProjectMembersResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkRequest.java index a5f4c9e18e..982fdb072f 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkRequest.java @@ -1,38 +1,40 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class GetUserByAliyunPkRequest extends RpcAcsRequest { - - public GetUserByAliyunPkRequest() { +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetUserByAliyunPkRequest extends RpcAcsRequest { + + + private String pk; + public GetUserByAliyunPkRequest() { super("Rdc", "2018-08-21", "GetUserByAliyunPk"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String pk; - public String getPk() { return this.pk; } @@ -42,11 +44,11 @@ public void setPk(String pk) { if(pk != null){ putQueryParameter("Pk", pk); } - } - - @Override - public Class getResponseClass() { - return GetUserByAliyunPkResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetUserByAliyunPkResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkResponse.java index f13a72e187..6a5ecb8a27 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetUserByAliyunPkResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetUserByAliyunPkResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetUserByAliyunPkResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetUserByAliyunPkResponse extends AcsResponse { private Integer code; @@ -415,4 +415,4 @@ public GetUserByAliyunPkResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdRequest.java index 48f310644d..1a5e4dbaa1 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdRequest.java @@ -1,40 +1,42 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class GetWorkitemByIdRequest extends RpcAcsRequest { + -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; + private String corpIdentifier; -/** - * @author auto create - * @version - */ -public class GetWorkitemByIdRequest extends RpcAcsRequest { - - public GetWorkitemByIdRequest() { + private Integer id; + public GetWorkitemByIdRequest() { super("Rdc", "2018-08-21", "GetWorkitemById"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String corpIdentifier; - - private Integer id; - public String getCorpIdentifier() { return this.corpIdentifier; } @@ -55,11 +57,11 @@ public void setId(Integer id) { if(id != null){ putBodyParameter("Id", id.toString()); } - } - - @Override - public Class getResponseClass() { - return GetWorkitemByIdResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return GetWorkitemByIdResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdResponse.java index 8df5beeb0c..73eb4d7845 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/GetWorkitemByIdResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.GetWorkitemByIdResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.GetWorkitemByIdResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class GetWorkitemByIdResponse extends AcsResponse { private Integer code; @@ -435,26 +435,10 @@ public void setRecordChangeLog(Boolean recordChangeLog) { this.recordChangeLog = recordChangeLog; } - public Integer getBizRegionId() { - return this.regionId; - } - - public void setBizRegionId(Integer regionId) { - this.regionId = regionId; - } - - /** - * @deprecated use getBizRegionId instead of this. - */ - @Deprecated public Integer getRegionId() { return this.regionId; } - /** - * @deprecated use setBizRegionId instead of this. - */ - @Deprecated public void setRegionId(Integer regionId) { this.regionId = regionId; } @@ -736,4 +720,4 @@ public GetWorkitemByIdResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyRequest.java index 7b88874c7b..a57b995c67 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyRequest.java @@ -1,40 +1,40 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class JoinCompanyRequest extends RpcAcsRequest { - - public JoinCompanyRequest() { +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class JoinCompanyRequest extends RpcAcsRequest { + + + private String code; + public JoinCompanyRequest() { super("Rdc", "2018-08-21", "JoinCompany"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String code; - public String getCode() { return this.code; } @@ -44,11 +44,11 @@ public void setCode(String code) { if(code != null){ putBodyParameter("Code", code); } - } - - @Override - public Class getResponseClass() { - return JoinCompanyResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return JoinCompanyResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyResponse.java index a7b8e21d35..bf427a70d3 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/JoinCompanyResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.JoinCompanyResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.JoinCompanyResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class JoinCompanyResponse extends AcsResponse { private String requestId; @@ -96,4 +96,4 @@ public JoinCompanyResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionRequest.java index 99445fbf39..5eb714c2af 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionRequest.java @@ -1,35 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class SearchProjectsByRegionRequest extends RpcAcsRequest { - - public SearchProjectsByRegionRequest() { - super("Rdc", "2018-08-21", "SearchProjectsByRegion"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class SearchProjectsByRegionRequest extends RpcAcsRequest { + private String corpIdentifier; @@ -39,7 +33,15 @@ public SearchProjectsByRegionRequest() { private String region; - private String status; + private String status; + public SearchProjectsByRegionRequest() { + super("Rdc", "2018-08-21", "SearchProjectsByRegion"); + setMethod(MethodType.GET); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getCorpIdentifier() { return this.corpIdentifier; @@ -94,11 +96,11 @@ public void setStatus(String status) { if(status != null){ putQueryParameter("Status", status); } - } - - @Override - public Class getResponseClass() { - return SearchProjectsByRegionResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return SearchProjectsByRegionResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionResponse.java index e0a835183e..4499818519 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchProjectsByRegionResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.SearchProjectsByRegionResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.SearchProjectsByRegionResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class SearchProjectsByRegionResponse extends AcsResponse { private Integer code; @@ -227,4 +227,4 @@ public SearchProjectsByRegionResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseRequest.java index 41e41aece6..b951dcb6a5 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class SearchTestCaseRequest extends RpcAcsRequest { - - public SearchTestCaseRequest() { - super("Rdc", "2018-08-21", "SearchTestCase"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class SearchTestCaseRequest extends RpcAcsRequest { + private String updateDateEnd; @@ -49,7 +41,15 @@ public SearchTestCaseRequest() { private String caseTag; - private String pageNum; + private String pageNum; + public SearchTestCaseRequest() { + super("Rdc", "2018-08-21", "SearchTestCase"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public String getUpdateDateEnd() { return this.updateDateEnd; @@ -148,11 +148,11 @@ public void setPageNum(String pageNum) { if(pageNum != null){ putBodyParameter("PageNum", pageNum); } - } - - @Override - public Class getResponseClass() { - return SearchTestCaseResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return SearchTestCaseResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseResponse.java index 2e98130375..fe733ee0b5 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchTestCaseResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.SearchTestCaseResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.SearchTestCaseResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class SearchTestCaseResponse extends AcsResponse { private String requestId; @@ -136,4 +136,4 @@ public SearchTestCaseResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemRequest.java index 4c14a94897..89e4ff9c49 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemRequest.java @@ -1,47 +1,53 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class SearchWorkitemRequest extends RpcAcsRequest { - - public SearchWorkitemRequest() { - super("Rdc", "2018-08-21", "SearchWorkitem"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class SearchWorkitemRequest extends RpcAcsRequest { + private Integer sprintId; + private String createdAtEnd; + private String corpIdentifier; + private String createdAtStart; + private Integer toPage; private Integer pageSize; private String stamp; - private Integer aKProjectId; + private Integer aKProjectId; + public SearchWorkitemRequest() { + super("Rdc", "2018-08-21", "SearchWorkitem"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public Integer getSprintId() { return this.sprintId; @@ -54,6 +60,17 @@ public void setSprintId(Integer sprintId) { } } + public String getCreatedAtEnd() { + return this.createdAtEnd; + } + + public void setCreatedAtEnd(String createdAtEnd) { + this.createdAtEnd = createdAtEnd; + if(createdAtEnd != null){ + putBodyParameter("CreatedAtEnd", createdAtEnd); + } + } + public String getCorpIdentifier() { return this.corpIdentifier; } @@ -65,6 +82,17 @@ public void setCorpIdentifier(String corpIdentifier) { } } + public String getCreatedAtStart() { + return this.createdAtStart; + } + + public void setCreatedAtStart(String createdAtStart) { + this.createdAtStart = createdAtStart; + if(createdAtStart != null){ + putBodyParameter("CreatedAtStart", createdAtStart); + } + } + public Integer getToPage() { return this.toPage; } @@ -107,11 +135,11 @@ public void setAKProjectId(Integer aKProjectId) { if(aKProjectId != null){ putBodyParameter("AKProjectId", aKProjectId.toString()); } - } - - @Override - public Class getResponseClass() { - return SearchWorkitemResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return SearchWorkitemResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemResponse.java index 734310df58..ab8fbd9e42 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.SearchWorkitemResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.SearchWorkitemResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class SearchWorkitemResponse extends AcsResponse { private Integer code; @@ -857,4 +857,4 @@ public SearchWorkitemResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountRequest.java index 0f7560d698..c7ccc15d08 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountRequest.java @@ -1,35 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.RpcAcsRequest; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class SearchWorkitemWithTotalCountRequest extends RpcAcsRequest { - - public SearchWorkitemWithTotalCountRequest() { - super("Rdc", "2018-08-21", "SearchWorkitemWithTotalCount"); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.RpcAcsRequest; +import com.aliyuncs.http.MethodType; +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class SearchWorkitemWithTotalCountRequest extends RpcAcsRequest { + private Integer sprintId; @@ -41,7 +35,15 @@ public SearchWorkitemWithTotalCountRequest() { private String stamp; - private Integer aKProjectId; + private Integer aKProjectId; + public SearchWorkitemWithTotalCountRequest() { + super("Rdc", "2018-08-21", "SearchWorkitemWithTotalCount"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public Integer getSprintId() { return this.sprintId; @@ -107,11 +109,11 @@ public void setAKProjectId(Integer aKProjectId) { if(aKProjectId != null){ putBodyParameter("AKProjectId", aKProjectId.toString()); } - } - - @Override - public Class getResponseClass() { - return SearchWorkitemWithTotalCountResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return SearchWorkitemWithTotalCountResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountResponse.java index 9202a4b6aa..54a9b17693 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SearchWorkitemWithTotalCountResponse.java @@ -1,28 +1,28 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import java.util.List; -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.SearchWorkitemWithTotalCountResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import java.util.List; +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.SearchWorkitemWithTotalCountResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class SearchWorkitemWithTotalCountResponse extends AcsResponse { private Integer code; @@ -857,4 +857,4 @@ public SearchWorkitemWithTotalCountResponse getInstance(UnmarshallerContext cont public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcRequest.java index 3e50352e23..e123682464 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcRequest.java @@ -1,40 +1,40 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class SyncUserToRdcRequest extends RpcAcsRequest { - - public SyncUserToRdcRequest() { +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class SyncUserToRdcRequest extends RpcAcsRequest { + + + private String loginTicket; + public SyncUserToRdcRequest() { super("Rdc", "2018-08-21", "SyncUserToRdc"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} } - private String loginTicket; - public String getLoginTicket() { return this.loginTicket; } @@ -44,11 +44,11 @@ public void setLoginTicket(String loginTicket) { if(loginTicket != null){ putBodyParameter("LoginTicket", loginTicket); } - } - - @Override - public Class getResponseClass() { - return SyncUserToRdcResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return SyncUserToRdcResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcResponse.java index 3c72cb7500..30a9d8d982 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/SyncUserToRdcResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.SyncUserToRdcResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.SyncUserToRdcResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class SyncUserToRdcResponse extends AcsResponse { private String requestId; @@ -96,4 +96,4 @@ public SyncUserToRdcResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemRequest.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemRequest.java index 6cb2068164..62ecfea4dd 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemRequest.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemRequest.java @@ -1,37 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; -import com.aliyuncs.rdc.Endpoint; - -/** - * @author auto create - * @version - */ -public class UpdateWorkitemRequest extends RpcAcsRequest { - - public UpdateWorkitemRequest() { - super("Rdc", "2018-08-21", "UpdateWorkitem"); - setMethod(MethodType.POST); - try { - this.getClass().getDeclaredField("ProductEndpointMap").set(this, Endpoint.endpointMap); - this.getClass().getDeclaredField("ProductEndpointRegional").set(this, Endpoint.endpointRegionalType); - } catch (Exception e) {} - } +import com.aliyuncs.rdc.Endpoint; + +/** + * @author auto create + * @version + */ +public class UpdateWorkitemRequest extends RpcAcsRequest { + private Integer issueId; @@ -65,7 +57,15 @@ public UpdateWorkitemRequest() { private String cfList; - private String status; + private String status; + public UpdateWorkitemRequest() { + super("Rdc", "2018-08-21", "UpdateWorkitem"); + setMethod(MethodType.POST); + try { + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); + com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); + } catch (Exception e) {} + } public Integer getIssueId() { return this.issueId; @@ -252,11 +252,11 @@ public void setStatus(String status) { if(status != null){ putBodyParameter("Status", status); } - } - - @Override - public Class getResponseClass() { - return UpdateWorkitemResponse.class; - } - -} + } + + @Override + public Class getResponseClass() { + return UpdateWorkitemResponse.class; + } + +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemResponse.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemResponse.java index ac4703a2cf..0946d4ec42 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemResponse.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/model/v20180821/UpdateWorkitemResponse.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.model.v20180821; - -import com.aliyuncs.AcsResponse; -import com.aliyuncs.rdc.transform.v20180821.UpdateWorkitemResponseUnmarshaller; -import com.aliyuncs.transform.UnmarshallerContext; - -/** - * @author auto create - * @version - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.model.v20180821; + +import com.aliyuncs.AcsResponse; +import com.aliyuncs.rdc.transform.v20180821.UpdateWorkitemResponseUnmarshaller; +import com.aliyuncs.transform.UnmarshallerContext; + +/** + * @author auto create + * @version + */ public class UpdateWorkitemResponse extends AcsResponse { private String requestId; @@ -83,4 +83,4 @@ public UpdateWorkitemResponse getInstance(UnmarshallerContext context) { public boolean checkShowJsonItemName() { return false; } -} +} diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java index 3e049e0adf..cbf8e1646c 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/AddProjectMembersResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180816; -package com.aliyuncs.rdc.transform.v20180816; - -import com.aliyuncs.rdc.model.v20180816.AddProjectMembersResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class AddProjectMembersResponseUnmarshaller { - - public static AddProjectMembersResponse unmarshall(AddProjectMembersResponse addProjectMembersResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180816.AddProjectMembersResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class AddProjectMembersResponseUnmarshaller { + + public static AddProjectMembersResponse unmarshall(AddProjectMembersResponse addProjectMembersResponse, UnmarshallerContext _ctx) { addProjectMembersResponse.setRequestId(_ctx.stringValue("AddProjectMembersResponse.RequestId")); addProjectMembersResponse.setCode(_ctx.integerValue("AddProjectMembersResponse.Code")); addProjectMembersResponse.setData(_ctx.booleanValue("AddProjectMembersResponse.Data")); addProjectMembersResponse.setSuccess(_ctx.booleanValue("AddProjectMembersResponse.Success")); - addProjectMembersResponse.setMessage(_ctx.stringValue("AddProjectMembersResponse.Message")); - - return addProjectMembersResponse; - } + addProjectMembersResponse.setMessage(_ctx.stringValue("AddProjectMembersResponse.Message")); + + return addProjectMembersResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/CreateProjectResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/CreateProjectResponseUnmarshaller.java index ced9569711..530c8d75ad 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/CreateProjectResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/CreateProjectResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180816; -package com.aliyuncs.rdc.transform.v20180816; - -import com.aliyuncs.rdc.model.v20180816.CreateProjectResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class CreateProjectResponseUnmarshaller { - - public static CreateProjectResponse unmarshall(CreateProjectResponse createProjectResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180816.CreateProjectResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class CreateProjectResponseUnmarshaller { + + public static CreateProjectResponse unmarshall(CreateProjectResponse createProjectResponse, UnmarshallerContext _ctx) { createProjectResponse.setRequestId(_ctx.stringValue("CreateProjectResponse.RequestId")); createProjectResponse.setCode(_ctx.integerValue("CreateProjectResponse.Code")); createProjectResponse.setData(_ctx.integerValue("CreateProjectResponse.Data")); createProjectResponse.setSuccess(_ctx.booleanValue("CreateProjectResponse.Success")); - createProjectResponse.setMessage(_ctx.stringValue("CreateProjectResponse.Message")); - - return createProjectResponse; - } + createProjectResponse.setMessage(_ctx.stringValue("CreateProjectResponse.Message")); + + return createProjectResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/DeleteProjectMembersResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/DeleteProjectMembersResponseUnmarshaller.java index 0405f421ea..ad4acd3ca0 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/DeleteProjectMembersResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/DeleteProjectMembersResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180816; -package com.aliyuncs.rdc.transform.v20180816; - -import com.aliyuncs.rdc.model.v20180816.DeleteProjectMembersResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class DeleteProjectMembersResponseUnmarshaller { - - public static DeleteProjectMembersResponse unmarshall(DeleteProjectMembersResponse deleteProjectMembersResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180816.DeleteProjectMembersResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class DeleteProjectMembersResponseUnmarshaller { + + public static DeleteProjectMembersResponse unmarshall(DeleteProjectMembersResponse deleteProjectMembersResponse, UnmarshallerContext _ctx) { deleteProjectMembersResponse.setRequestId(_ctx.stringValue("DeleteProjectMembersResponse.RequestId")); deleteProjectMembersResponse.setCode(_ctx.integerValue("DeleteProjectMembersResponse.Code")); deleteProjectMembersResponse.setData(_ctx.booleanValue("DeleteProjectMembersResponse.Data")); deleteProjectMembersResponse.setSuccess(_ctx.booleanValue("DeleteProjectMembersResponse.Success")); - deleteProjectMembersResponse.setMessage(_ctx.stringValue("DeleteProjectMembersResponse.Message")); - - return deleteProjectMembersResponse; - } + deleteProjectMembersResponse.setMessage(_ctx.stringValue("DeleteProjectMembersResponse.Message")); + + return deleteProjectMembersResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/GetProjectInfoResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/GetProjectInfoResponseUnmarshaller.java index 6ca2d2a4bf..ddf4cb4fca 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/GetProjectInfoResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/GetProjectInfoResponseUnmarshaller.java @@ -1,18 +1,18 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180816; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180816; import java.util.ArrayList; import java.util.List; @@ -22,13 +22,13 @@ import com.aliyuncs.rdc.model.v20180816.GetProjectInfoResponse.Data.Creator; import com.aliyuncs.rdc.model.v20180816.GetProjectInfoResponse.Data.Modifier; import com.aliyuncs.rdc.model.v20180816.GetProjectInfoResponse.Data.ProjectMember; -import com.aliyuncs.rdc.model.v20180816.GetProjectInfoResponse.Data.ProjectMember.User; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetProjectInfoResponseUnmarshaller { - - public static GetProjectInfoResponse unmarshall(GetProjectInfoResponse getProjectInfoResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180816.GetProjectInfoResponse.Data.ProjectMember.User; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetProjectInfoResponseUnmarshaller { + + public static GetProjectInfoResponse unmarshall(GetProjectInfoResponse getProjectInfoResponse, UnmarshallerContext _ctx) { getProjectInfoResponse.setRequestId(_ctx.stringValue("GetProjectInfoResponse.RequestId")); getProjectInfoResponse.setCode(_ctx.integerValue("GetProjectInfoResponse.Code")); @@ -92,8 +92,8 @@ public static GetProjectInfoResponse unmarshall(GetProjectInfoResponse getProjec projectMembers.add(projectMember); } data.setProjectMembers(projectMembers); - getProjectInfoResponse.setData(data); - - return getProjectInfoResponse; - } + getProjectInfoResponse.setData(data); + + return getProjectInfoResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/UpdateProjectResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/UpdateProjectResponseUnmarshaller.java index 7de4805a57..dae52447d5 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/UpdateProjectResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180816/UpdateProjectResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180816; -package com.aliyuncs.rdc.transform.v20180816; - -import com.aliyuncs.rdc.model.v20180816.UpdateProjectResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class UpdateProjectResponseUnmarshaller { - - public static UpdateProjectResponse unmarshall(UpdateProjectResponse updateProjectResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180816.UpdateProjectResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class UpdateProjectResponseUnmarshaller { + + public static UpdateProjectResponse unmarshall(UpdateProjectResponse updateProjectResponse, UnmarshallerContext _ctx) { updateProjectResponse.setRequestId(_ctx.stringValue("UpdateProjectResponse.RequestId")); updateProjectResponse.setCode(_ctx.integerValue("UpdateProjectResponse.Code")); updateProjectResponse.setData(_ctx.booleanValue("UpdateProjectResponse.Data")); updateProjectResponse.setSuccess(_ctx.booleanValue("UpdateProjectResponse.Success")); - updateProjectResponse.setMessage(_ctx.stringValue("UpdateProjectResponse.Message")); - - return updateProjectResponse; - } + updateProjectResponse.setMessage(_ctx.stringValue("UpdateProjectResponse.Message")); + + return updateProjectResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddEnterpriseMemberResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddEnterpriseMemberResponseUnmarshaller.java index 98d8799363..b220da3d11 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddEnterpriseMemberResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddEnterpriseMemberResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; -package com.aliyuncs.rdc.transform.v20180821; - -import com.aliyuncs.rdc.model.v20180821.AddEnterpriseMemberResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class AddEnterpriseMemberResponseUnmarshaller { - - public static AddEnterpriseMemberResponse unmarshall(AddEnterpriseMemberResponse addEnterpriseMemberResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.AddEnterpriseMemberResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class AddEnterpriseMemberResponseUnmarshaller { + + public static AddEnterpriseMemberResponse unmarshall(AddEnterpriseMemberResponse addEnterpriseMemberResponse, UnmarshallerContext _ctx) { addEnterpriseMemberResponse.setRequestId(_ctx.stringValue("AddEnterpriseMemberResponse.RequestId")); addEnterpriseMemberResponse.setSuccess(_ctx.booleanValue("AddEnterpriseMemberResponse.Success")); addEnterpriseMemberResponse.setMessage(_ctx.stringValue("AddEnterpriseMemberResponse.Message")); addEnterpriseMemberResponse.setCode(_ctx.integerValue("AddEnterpriseMemberResponse.Code")); - addEnterpriseMemberResponse.setData(_ctx.booleanValue("AddEnterpriseMemberResponse.Data")); - - return addEnterpriseMemberResponse; - } + addEnterpriseMemberResponse.setData(_ctx.booleanValue("AddEnterpriseMemberResponse.Data")); + + return addEnterpriseMemberResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddRamMemberResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddRamMemberResponseUnmarshaller.java index 16e72af83d..fcdaa8392d 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddRamMemberResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/AddRamMemberResponseUnmarshaller.java @@ -1,29 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; -import com.aliyuncs.rdc.model.v20180821.AddRamMemberResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class AddRamMemberResponseUnmarshaller { - - public static AddRamMemberResponse unmarshall(AddRamMemberResponse addRamMemberResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.AddRamMemberResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class AddRamMemberResponseUnmarshaller { + + public static AddRamMemberResponse unmarshall(AddRamMemberResponse addRamMemberResponse, UnmarshallerContext _ctx) { addRamMemberResponse.setRequestId(_ctx.stringValue("AddRamMemberResponse.RequestId")); addRamMemberResponse.setSuccess(_ctx.booleanValue("AddRamMemberResponse.Success")); @@ -34,8 +34,8 @@ public static AddRamMemberResponse unmarshall(AddRamMemberResponse addRamMemberR for (int i = 0; i < _ctx.lengthValue("AddRamMemberResponse.Data.Length"); i++) { data.add(_ctx.stringValue("AddRamMemberResponse.Data["+ i +"]")); } - addRamMemberResponse.setData(data); - - return addRamMemberResponse; - } + addRamMemberResponse.setData(data); + + return addRamMemberResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/ApproveJoinCompanyResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/ApproveJoinCompanyResponseUnmarshaller.java index 7564a61dc6..251969a6a7 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/ApproveJoinCompanyResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/ApproveJoinCompanyResponseUnmarshaller.java @@ -1,29 +1,29 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; -import com.aliyuncs.rdc.model.v20180821.ApproveJoinCompanyResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class ApproveJoinCompanyResponseUnmarshaller { - - public static ApproveJoinCompanyResponse unmarshall(ApproveJoinCompanyResponse approveJoinCompanyResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.ApproveJoinCompanyResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class ApproveJoinCompanyResponseUnmarshaller { + + public static ApproveJoinCompanyResponse unmarshall(ApproveJoinCompanyResponse approveJoinCompanyResponse, UnmarshallerContext _ctx) { approveJoinCompanyResponse.setRequestId(_ctx.stringValue("ApproveJoinCompanyResponse.RequestId")); approveJoinCompanyResponse.setSuccess(_ctx.booleanValue("ApproveJoinCompanyResponse.Success")); @@ -34,8 +34,8 @@ public static ApproveJoinCompanyResponse unmarshall(ApproveJoinCompanyResponse a for (int i = 0; i < _ctx.lengthValue("ApproveJoinCompanyResponse.Data.Length"); i++) { data.add(_ctx.stringValue("ApproveJoinCompanyResponse.Data["+ i +"]")); } - approveJoinCompanyResponse.setData(data); - - return approveJoinCompanyResponse; - } + approveJoinCompanyResponse.setData(data); + + return approveJoinCompanyResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateEnterpriseResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateEnterpriseResponseUnmarshaller.java index 59a53d5d2b..1e34fa4300 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateEnterpriseResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateEnterpriseResponseUnmarshaller.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.CreateEnterpriseResponse; -import com.aliyuncs.rdc.model.v20180821.CreateEnterpriseResponse.Data; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class CreateEnterpriseResponseUnmarshaller { - - public static CreateEnterpriseResponse unmarshall(CreateEnterpriseResponse createEnterpriseResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.CreateEnterpriseResponse.Data; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class CreateEnterpriseResponseUnmarshaller { + + public static CreateEnterpriseResponse unmarshall(CreateEnterpriseResponse createEnterpriseResponse, UnmarshallerContext _ctx) { createEnterpriseResponse.setRequestId(_ctx.stringValue("CreateEnterpriseResponse.RequestId")); createEnterpriseResponse.setSuccess(_ctx.booleanValue("CreateEnterpriseResponse.Success")); @@ -35,8 +35,8 @@ public static CreateEnterpriseResponse unmarshall(CreateEnterpriseResponse creat data.setProhibitCode(_ctx.integerValue("CreateEnterpriseResponse.Data.ProhibitCode")); data.setType(_ctx.integerValue("CreateEnterpriseResponse.Data.Type")); data.setIdentifier(_ctx.stringValue("CreateEnterpriseResponse.Data.Identifier")); - createEnterpriseResponse.setData(data); - - return createEnterpriseResponse; - } + createEnterpriseResponse.setData(data); + + return createEnterpriseResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateWorkitemResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateWorkitemResponseUnmarshaller.java index 093b6c2c32..2e21d38ac5 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateWorkitemResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/CreateWorkitemResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; -package com.aliyuncs.rdc.transform.v20180821; - -import com.aliyuncs.rdc.model.v20180821.CreateWorkitemResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class CreateWorkitemResponseUnmarshaller { - - public static CreateWorkitemResponse unmarshall(CreateWorkitemResponse createWorkitemResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.CreateWorkitemResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class CreateWorkitemResponseUnmarshaller { + + public static CreateWorkitemResponse unmarshall(CreateWorkitemResponse createWorkitemResponse, UnmarshallerContext _ctx) { createWorkitemResponse.setRequestId(_ctx.stringValue("CreateWorkitemResponse.RequestId")); createWorkitemResponse.setCode(_ctx.integerValue("CreateWorkitemResponse.Code")); createWorkitemResponse.setData(_ctx.integerValue("CreateWorkitemResponse.Data")); createWorkitemResponse.setSuccess(_ctx.booleanValue("CreateWorkitemResponse.Success")); - createWorkitemResponse.setMessage(_ctx.stringValue("CreateWorkitemResponse.Message")); - - return createWorkitemResponse; - } + createWorkitemResponse.setMessage(_ctx.stringValue("CreateWorkitemResponse.Message")); + + return createWorkitemResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetBindedUserByDingIdResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetBindedUserByDingIdResponseUnmarshaller.java index f21764e7e5..de522684b0 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetBindedUserByDingIdResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetBindedUserByDingIdResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.GetBindedUserByDingIdResponse; import com.aliyuncs.rdc.model.v20180821.GetBindedUserByDingIdResponse.Data; import com.aliyuncs.rdc.model.v20180821.GetBindedUserByDingIdResponse.Data.AliyunUser; import com.aliyuncs.rdc.model.v20180821.GetBindedUserByDingIdResponse.Data.DingtalkUser; -import com.aliyuncs.rdc.model.v20180821.GetBindedUserByDingIdResponse.Data.UserProfileDTO; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetBindedUserByDingIdResponseUnmarshaller { - - public static GetBindedUserByDingIdResponse unmarshall(GetBindedUserByDingIdResponse getBindedUserByDingIdResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetBindedUserByDingIdResponse.Data.UserProfileDTO; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetBindedUserByDingIdResponseUnmarshaller { + + public static GetBindedUserByDingIdResponse unmarshall(GetBindedUserByDingIdResponse getBindedUserByDingIdResponse, UnmarshallerContext _ctx) { getBindedUserByDingIdResponse.setRequestId(_ctx.stringValue("GetBindedUserByDingIdResponse.RequestId")); getBindedUserByDingIdResponse.setCode(_ctx.integerValue("GetBindedUserByDingIdResponse.Code")); @@ -70,8 +70,8 @@ public static GetBindedUserByDingIdResponse unmarshall(GetBindedUserByDingIdResp userProfileDTO.setDataSource(_ctx.stringValue("GetBindedUserByDingIdResponse.Data.UserProfileDTO.DataSource")); userProfileDTO.setEmail(_ctx.stringValue("GetBindedUserByDingIdResponse.Data.UserProfileDTO.Email")); data.setUserProfileDTO(userProfileDTO); - getBindedUserByDingIdResponse.setData(data); - - return getBindedUserByDingIdResponse; - } + getBindedUserByDingIdResponse.setData(data); + + return getBindedUserByDingIdResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetChangeLogResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetChangeLogResponseUnmarshaller.java index 6918afbdf2..3875182751 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetChangeLogResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetChangeLogResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.GetChangeLogResponse; -import com.aliyuncs.rdc.model.v20180821.GetChangeLogResponse.DataItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetChangeLogResponseUnmarshaller { - - public static GetChangeLogResponse unmarshall(GetChangeLogResponse getChangeLogResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetChangeLogResponse.DataItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetChangeLogResponseUnmarshaller { + + public static GetChangeLogResponse unmarshall(GetChangeLogResponse getChangeLogResponse, UnmarshallerContext _ctx) { getChangeLogResponse.setRequestId(_ctx.stringValue("GetChangeLogResponse.RequestId")); getChangeLogResponse.setCode(_ctx.integerValue("GetChangeLogResponse.Code")); @@ -43,8 +43,8 @@ public static GetChangeLogResponse unmarshall(GetChangeLogResponse getChangeLogR data.add(dataItem); } - getChangeLogResponse.setData(data); - - return getChangeLogResponse; - } + getChangeLogResponse.setData(data); + + return getChangeLogResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetCustomFieldsByTemplateIdResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetCustomFieldsByTemplateIdResponseUnmarshaller.java index 6c7ac68061..a25b7857ab 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetCustomFieldsByTemplateIdResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetCustomFieldsByTemplateIdResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.GetCustomFieldsByTemplateIdResponse; -import com.aliyuncs.rdc.model.v20180821.GetCustomFieldsByTemplateIdResponse.DataItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetCustomFieldsByTemplateIdResponseUnmarshaller { - - public static GetCustomFieldsByTemplateIdResponse unmarshall(GetCustomFieldsByTemplateIdResponse getCustomFieldsByTemplateIdResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetCustomFieldsByTemplateIdResponse.DataItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetCustomFieldsByTemplateIdResponseUnmarshaller { + + public static GetCustomFieldsByTemplateIdResponse unmarshall(GetCustomFieldsByTemplateIdResponse getCustomFieldsByTemplateIdResponse, UnmarshallerContext _ctx) { getCustomFieldsByTemplateIdResponse.setRequestId(_ctx.stringValue("GetCustomFieldsByTemplateIdResponse.RequestId")); getCustomFieldsByTemplateIdResponse.setCode(_ctx.integerValue("GetCustomFieldsByTemplateIdResponse.Code")); @@ -54,8 +54,8 @@ public static GetCustomFieldsByTemplateIdResponse unmarshall(GetCustomFieldsByTe data.add(dataItem); } - getCustomFieldsByTemplateIdResponse.setData(data); - - return getCustomFieldsByTemplateIdResponse; - } + getCustomFieldsByTemplateIdResponse.setData(data); + + return getCustomFieldsByTemplateIdResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetIssueByIdResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetIssueByIdResponseUnmarshaller.java index a62772a3de..3ca8d6268b 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetIssueByIdResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetIssueByIdResponseUnmarshaller.java @@ -1,31 +1,31 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.GetIssueByIdResponse; import com.aliyuncs.rdc.model.v20180821.GetIssueByIdResponse.Data; -import com.aliyuncs.rdc.model.v20180821.GetIssueByIdResponse.Data.CfsListItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetIssueByIdResponseUnmarshaller { - - public static GetIssueByIdResponse unmarshall(GetIssueByIdResponse getIssueByIdResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetIssueByIdResponse.Data.CfsListItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetIssueByIdResponseUnmarshaller { + + public static GetIssueByIdResponse unmarshall(GetIssueByIdResponse getIssueByIdResponse, UnmarshallerContext _ctx) { getIssueByIdResponse.setRequestId(_ctx.stringValue("GetIssueByIdResponse.RequestId")); getIssueByIdResponse.setCode(_ctx.integerValue("GetIssueByIdResponse.Code")); @@ -103,8 +103,8 @@ public static GetIssueByIdResponse unmarshall(GetIssueByIdResponse getIssueByIdR cfsList.add(cfsListItem); } data.setCfsList(cfsList); - getIssueByIdResponse.setData(data); - - return getIssueByIdResponse; - } + getIssueByIdResponse.setData(data); + + return getIssueByIdResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetJoinCodeResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetJoinCodeResponseUnmarshaller.java index 48b0962126..4860f8a875 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetJoinCodeResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetJoinCodeResponseUnmarshaller.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.GetJoinCodeResponse; -import com.aliyuncs.rdc.model.v20180821.GetJoinCodeResponse.Data; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetJoinCodeResponseUnmarshaller { - - public static GetJoinCodeResponse unmarshall(GetJoinCodeResponse getJoinCodeResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetJoinCodeResponse.Data; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetJoinCodeResponseUnmarshaller { + + public static GetJoinCodeResponse unmarshall(GetJoinCodeResponse getJoinCodeResponse, UnmarshallerContext _ctx) { getJoinCodeResponse.setRequestId(_ctx.stringValue("GetJoinCodeResponse.RequestId")); getJoinCodeResponse.setSuccess(_ctx.booleanValue("GetJoinCodeResponse.Success")); @@ -30,8 +30,8 @@ public static GetJoinCodeResponse unmarshall(GetJoinCodeResponse getJoinCodeResp Data data = new Data(); data.setCode(_ctx.stringValue("GetJoinCodeResponse.Data.Code")); - getJoinCodeResponse.setData(data); - - return getJoinCodeResponse; - } + getJoinCodeResponse.setData(data); + + return getJoinCodeResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetProjectMembersResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetProjectMembersResponseUnmarshaller.java index b7cb8e3e17..1459f473ef 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetProjectMembersResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetProjectMembersResponseUnmarshaller.java @@ -1,31 +1,31 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.GetProjectMembersResponse; import com.aliyuncs.rdc.model.v20180821.GetProjectMembersResponse.DataItem; -import com.aliyuncs.rdc.model.v20180821.GetProjectMembersResponse.DataItem.UsersItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetProjectMembersResponseUnmarshaller { - - public static GetProjectMembersResponse unmarshall(GetProjectMembersResponse getProjectMembersResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetProjectMembersResponse.DataItem.UsersItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetProjectMembersResponseUnmarshaller { + + public static GetProjectMembersResponse unmarshall(GetProjectMembersResponse getProjectMembersResponse, UnmarshallerContext _ctx) { getProjectMembersResponse.setRequestId(_ctx.stringValue("GetProjectMembersResponse.RequestId")); getProjectMembersResponse.setCode(_ctx.integerValue("GetProjectMembersResponse.Code")); @@ -55,8 +55,8 @@ public static GetProjectMembersResponse unmarshall(GetProjectMembersResponse get data.add(dataItem); } - getProjectMembersResponse.setData(data); - - return getProjectMembersResponse; - } + getProjectMembersResponse.setData(data); + + return getProjectMembersResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetUserByAliyunPkResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetUserByAliyunPkResponseUnmarshaller.java index ad468f45c9..4f487d0b43 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetUserByAliyunPkResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetUserByAliyunPkResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.GetUserByAliyunPkResponse; import com.aliyuncs.rdc.model.v20180821.GetUserByAliyunPkResponse.Data; import com.aliyuncs.rdc.model.v20180821.GetUserByAliyunPkResponse.Data.AliyunUser; import com.aliyuncs.rdc.model.v20180821.GetUserByAliyunPkResponse.Data.DingtalkUser; -import com.aliyuncs.rdc.model.v20180821.GetUserByAliyunPkResponse.Data.UserProfileDTO; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetUserByAliyunPkResponseUnmarshaller { - - public static GetUserByAliyunPkResponse unmarshall(GetUserByAliyunPkResponse getUserByAliyunPkResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetUserByAliyunPkResponse.Data.UserProfileDTO; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetUserByAliyunPkResponseUnmarshaller { + + public static GetUserByAliyunPkResponse unmarshall(GetUserByAliyunPkResponse getUserByAliyunPkResponse, UnmarshallerContext _ctx) { getUserByAliyunPkResponse.setRequestId(_ctx.stringValue("GetUserByAliyunPkResponse.RequestId")); getUserByAliyunPkResponse.setCode(_ctx.integerValue("GetUserByAliyunPkResponse.Code")); @@ -70,8 +70,8 @@ public static GetUserByAliyunPkResponse unmarshall(GetUserByAliyunPkResponse get userProfileDTO.setDataSource(_ctx.stringValue("GetUserByAliyunPkResponse.Data.UserProfileDTO.DataSource")); userProfileDTO.setEmail(_ctx.stringValue("GetUserByAliyunPkResponse.Data.UserProfileDTO.Email")); data.setUserProfileDTO(userProfileDTO); - getUserByAliyunPkResponse.setData(data); - - return getUserByAliyunPkResponse; - } + getUserByAliyunPkResponse.setData(data); + + return getUserByAliyunPkResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetWorkitemByIdResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetWorkitemByIdResponseUnmarshaller.java index 010eb325cc..0c4e8dcc9d 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetWorkitemByIdResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/GetWorkitemByIdResponseUnmarshaller.java @@ -1,31 +1,31 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.GetWorkitemByIdResponse; import com.aliyuncs.rdc.model.v20180821.GetWorkitemByIdResponse.Data; -import com.aliyuncs.rdc.model.v20180821.GetWorkitemByIdResponse.Data.CfsListItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class GetWorkitemByIdResponseUnmarshaller { - - public static GetWorkitemByIdResponse unmarshall(GetWorkitemByIdResponse getWorkitemByIdResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.GetWorkitemByIdResponse.Data.CfsListItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class GetWorkitemByIdResponseUnmarshaller { + + public static GetWorkitemByIdResponse unmarshall(GetWorkitemByIdResponse getWorkitemByIdResponse, UnmarshallerContext _ctx) { getWorkitemByIdResponse.setRequestId(_ctx.stringValue("GetWorkitemByIdResponse.RequestId")); getWorkitemByIdResponse.setCode(_ctx.integerValue("GetWorkitemByIdResponse.Code")); @@ -103,8 +103,8 @@ public static GetWorkitemByIdResponse unmarshall(GetWorkitemByIdResponse getWork cfsList.add(cfsListItem); } data.setCfsList(cfsList); - getWorkitemByIdResponse.setData(data); - - return getWorkitemByIdResponse; - } + getWorkitemByIdResponse.setData(data); + + return getWorkitemByIdResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/JoinCompanyResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/JoinCompanyResponseUnmarshaller.java index 6b56b38a23..d29a2cc7ae 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/JoinCompanyResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/JoinCompanyResponseUnmarshaller.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.JoinCompanyResponse; -import com.aliyuncs.rdc.model.v20180821.JoinCompanyResponse.Data; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class JoinCompanyResponseUnmarshaller { - - public static JoinCompanyResponse unmarshall(JoinCompanyResponse joinCompanyResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.JoinCompanyResponse.Data; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class JoinCompanyResponseUnmarshaller { + + public static JoinCompanyResponse unmarshall(JoinCompanyResponse joinCompanyResponse, UnmarshallerContext _ctx) { joinCompanyResponse.setRequestId(_ctx.stringValue("JoinCompanyResponse.RequestId")); joinCompanyResponse.setSuccess(_ctx.booleanValue("JoinCompanyResponse.Success")); @@ -30,8 +30,8 @@ public static JoinCompanyResponse unmarshall(JoinCompanyResponse joinCompanyResp Data data = new Data(); data.setApplicationId(_ctx.stringValue("JoinCompanyResponse.Data.ApplicationId")); - joinCompanyResponse.setData(data); - - return joinCompanyResponse; - } + joinCompanyResponse.setData(data); + + return joinCompanyResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchProjectsByRegionResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchProjectsByRegionResponseUnmarshaller.java index 2db474844f..7ca4bc29bb 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchProjectsByRegionResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchProjectsByRegionResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.SearchProjectsByRegionResponse; -import com.aliyuncs.rdc.model.v20180821.SearchProjectsByRegionResponse.DataItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class SearchProjectsByRegionResponseUnmarshaller { - - public static SearchProjectsByRegionResponse unmarshall(SearchProjectsByRegionResponse searchProjectsByRegionResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.SearchProjectsByRegionResponse.DataItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class SearchProjectsByRegionResponseUnmarshaller { + + public static SearchProjectsByRegionResponse unmarshall(SearchProjectsByRegionResponse searchProjectsByRegionResponse, UnmarshallerContext _ctx) { searchProjectsByRegionResponse.setRequestId(_ctx.stringValue("SearchProjectsByRegionResponse.RequestId")); searchProjectsByRegionResponse.setCode(_ctx.integerValue("SearchProjectsByRegionResponse.Code")); @@ -61,8 +61,8 @@ public static SearchProjectsByRegionResponse unmarshall(SearchProjectsByRegionRe data.add(dataItem); } - searchProjectsByRegionResponse.setData(data); - - return searchProjectsByRegionResponse; - } + searchProjectsByRegionResponse.setData(data); + + return searchProjectsByRegionResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchTestCaseResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchTestCaseResponseUnmarshaller.java index 0746eaacf2..96cee081d2 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchTestCaseResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchTestCaseResponseUnmarshaller.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.SearchTestCaseResponse; -import com.aliyuncs.rdc.model.v20180821.SearchTestCaseResponse.Data; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class SearchTestCaseResponseUnmarshaller { - - public static SearchTestCaseResponse unmarshall(SearchTestCaseResponse searchTestCaseResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.SearchTestCaseResponse.Data; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class SearchTestCaseResponseUnmarshaller { + + public static SearchTestCaseResponse unmarshall(SearchTestCaseResponse searchTestCaseResponse, UnmarshallerContext _ctx) { searchTestCaseResponse.setRequestId(_ctx.stringValue("SearchTestCaseResponse.RequestId")); searchTestCaseResponse.setCode(_ctx.integerValue("SearchTestCaseResponse.Code")); @@ -34,8 +34,8 @@ public static SearchTestCaseResponse unmarshall(SearchTestCaseResponse searchTes data.setPageNum(_ctx.stringValue("SearchTestCaseResponse.Data.PageNum")); data.setTotalCount(_ctx.stringValue("SearchTestCaseResponse.Data.TotalCount")); data.setCases(_ctx.stringValue("SearchTestCaseResponse.Data.Cases")); - searchTestCaseResponse.setData(data); - - return searchTestCaseResponse; - } + searchTestCaseResponse.setData(data); + + return searchTestCaseResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemResponseUnmarshaller.java index 2d169dba88..c4a80d3576 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.SearchWorkitemResponse; -import com.aliyuncs.rdc.model.v20180821.SearchWorkitemResponse.DataItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class SearchWorkitemResponseUnmarshaller { - - public static SearchWorkitemResponse unmarshall(SearchWorkitemResponse searchWorkitemResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.SearchWorkitemResponse.DataItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class SearchWorkitemResponseUnmarshaller { + + public static SearchWorkitemResponse unmarshall(SearchWorkitemResponse searchWorkitemResponse, UnmarshallerContext _ctx) { searchWorkitemResponse.setRequestId(_ctx.stringValue("SearchWorkitemResponse.RequestId")); searchWorkitemResponse.setCode(_ctx.integerValue("SearchWorkitemResponse.Code")); @@ -114,8 +114,8 @@ public static SearchWorkitemResponse unmarshall(SearchWorkitemResponse searchWor data.add(dataItem); } - searchWorkitemResponse.setData(data); - - return searchWorkitemResponse; - } + searchWorkitemResponse.setData(data); + + return searchWorkitemResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemWithTotalCountResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemWithTotalCountResponseUnmarshaller.java index 33bacd2b38..a85f48ffce 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemWithTotalCountResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SearchWorkitemWithTotalCountResponseUnmarshaller.java @@ -1,30 +1,30 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import java.util.ArrayList; import java.util.List; import com.aliyuncs.rdc.model.v20180821.SearchWorkitemWithTotalCountResponse; -import com.aliyuncs.rdc.model.v20180821.SearchWorkitemWithTotalCountResponse.DataItem; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class SearchWorkitemWithTotalCountResponseUnmarshaller { - - public static SearchWorkitemWithTotalCountResponse unmarshall(SearchWorkitemWithTotalCountResponse searchWorkitemWithTotalCountResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.SearchWorkitemWithTotalCountResponse.DataItem; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class SearchWorkitemWithTotalCountResponseUnmarshaller { + + public static SearchWorkitemWithTotalCountResponse unmarshall(SearchWorkitemWithTotalCountResponse searchWorkitemWithTotalCountResponse, UnmarshallerContext _ctx) { searchWorkitemWithTotalCountResponse.setRequestId(_ctx.stringValue("SearchWorkitemWithTotalCountResponse.RequestId")); searchWorkitemWithTotalCountResponse.setCode(_ctx.integerValue("SearchWorkitemWithTotalCountResponse.Code")); @@ -114,8 +114,8 @@ public static SearchWorkitemWithTotalCountResponse unmarshall(SearchWorkitemWith data.add(dataItem); } - searchWorkitemWithTotalCountResponse.setData(data); - - return searchWorkitemWithTotalCountResponse; - } + searchWorkitemWithTotalCountResponse.setData(data); + + return searchWorkitemWithTotalCountResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SyncUserToRdcResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SyncUserToRdcResponseUnmarshaller.java index 7d977deddf..1556cc5260 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SyncUserToRdcResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/SyncUserToRdcResponseUnmarshaller.java @@ -1,27 +1,27 @@ -/* - * 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. - */ - -package com.aliyuncs.rdc.transform.v20180821; +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; import com.aliyuncs.rdc.model.v20180821.SyncUserToRdcResponse; -import com.aliyuncs.rdc.model.v20180821.SyncUserToRdcResponse.Data; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class SyncUserToRdcResponseUnmarshaller { - - public static SyncUserToRdcResponse unmarshall(SyncUserToRdcResponse syncUserToRdcResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.SyncUserToRdcResponse.Data; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class SyncUserToRdcResponseUnmarshaller { + + public static SyncUserToRdcResponse unmarshall(SyncUserToRdcResponse syncUserToRdcResponse, UnmarshallerContext _ctx) { syncUserToRdcResponse.setRequestId(_ctx.stringValue("SyncUserToRdcResponse.RequestId")); syncUserToRdcResponse.setSuccess(_ctx.booleanValue("SyncUserToRdcResponse.Success")); @@ -30,8 +30,8 @@ public static SyncUserToRdcResponse unmarshall(SyncUserToRdcResponse syncUserToR Data data = new Data(); data.setIsValid(_ctx.booleanValue("SyncUserToRdcResponse.Data.IsValid")); - syncUserToRdcResponse.setData(data); - - return syncUserToRdcResponse; - } + syncUserToRdcResponse.setData(data); + + return syncUserToRdcResponse; + } } \ No newline at end of file diff --git a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/UpdateWorkitemResponseUnmarshaller.java b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/UpdateWorkitemResponseUnmarshaller.java index b14446c0a2..5bdffeb309 100644 --- a/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/UpdateWorkitemResponseUnmarshaller.java +++ b/aliyun-java-sdk-rdc/src/main/java/com/aliyuncs/rdc/transform/v20180821/UpdateWorkitemResponseUnmarshaller.java @@ -1,33 +1,33 @@ -/* - * 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. - */ +/* + * 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. + */ + +package com.aliyuncs.rdc.transform.v20180821; -package com.aliyuncs.rdc.transform.v20180821; - -import com.aliyuncs.rdc.model.v20180821.UpdateWorkitemResponse; -import com.aliyuncs.transform.UnmarshallerContext; - - -public class UpdateWorkitemResponseUnmarshaller { - - public static UpdateWorkitemResponse unmarshall(UpdateWorkitemResponse updateWorkitemResponse, UnmarshallerContext _ctx) { +import com.aliyuncs.rdc.model.v20180821.UpdateWorkitemResponse; +import com.aliyuncs.transform.UnmarshallerContext; + + +public class UpdateWorkitemResponseUnmarshaller { + + public static UpdateWorkitemResponse unmarshall(UpdateWorkitemResponse updateWorkitemResponse, UnmarshallerContext _ctx) { updateWorkitemResponse.setRequestId(_ctx.stringValue("UpdateWorkitemResponse.RequestId")); updateWorkitemResponse.setCode(_ctx.integerValue("UpdateWorkitemResponse.Code")); updateWorkitemResponse.setData(_ctx.booleanValue("UpdateWorkitemResponse.Data")); updateWorkitemResponse.setSuccess(_ctx.booleanValue("UpdateWorkitemResponse.Success")); - updateWorkitemResponse.setMessage(_ctx.stringValue("UpdateWorkitemResponse.Message")); - - return updateWorkitemResponse; - } + updateWorkitemResponse.setMessage(_ctx.stringValue("UpdateWorkitemResponse.Message")); + + return updateWorkitemResponse; + } } \ No newline at end of file