diff --git a/aliyun-java-sdk-chenyitestroa/ChangeLog.txt b/aliyun-java-sdk-chenyitestroa/ChangeLog.txt
deleted file mode 100644
index b197ce992e..0000000000
--- a/aliyun-java-sdk-chenyitestroa/ChangeLog.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-2022-11-23 Version: 1.0.0
-- Automatically generate sdk tasks.
-
diff --git a/aliyun-java-sdk-chenyitestroa/pom.xml b/aliyun-java-sdk-chenyitestroa/pom.xml
deleted file mode 100644
index fb20f510c8..0000000000
--- a/aliyun-java-sdk-chenyitestroa/pom.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
- 4.0.0
- com.aliyun
- aliyun-java-sdk-chenyitestroa
- jar
- 1.0.0
- aliyun-java-sdk-chenyitestroa
- http://www.aliyun.com
- Aliyun Open API SDK for Java
-Copyright (C) Alibaba Cloud Computing
-All rights reserved.
-版权所有 (C)阿里云计算有限公司
-http://www.aliyun.com
-
-
- sonatype-nexus-snapshots
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
- com.aliyun
- aliyun-java-sdk-core
- true
- [4.4.9,5.0.0)
-
-
- com.google.code.gson
- gson
- 2.8.9
-
-
-
-
- The Apache License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
-
-
-
- scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git
- scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git
- https://github.com/aliyun/aliyun-openapi-java-sdk
-
-
-
- aliyunproducts
- Aliyun SDK
- aliyunsdk@aliyun.com
-
-
-
-
-
- maven-compiler-plugin
- 2.3.2
-
-
- 1.6
- UTF-8
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.3.2
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.10
-
- -Dfile.encoding=UTF-8
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.1.0
-
- UTF-8
- none
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.3
- true
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateInstanceRequest.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateInstanceRequest.java
deleted file mode 100644
index cf906fbc97..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateInstanceRequest.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.model.v20220202;
-
-import com.aliyuncs.RoaAcsRequest;
-import com.aliyuncs.http.MethodType;
-
-/**
- * @author auto create
- * @version
- */
-public class CreateInstanceRequest extends RoaAcsRequest {
-
-
- private String clientToken;
-
- private String clientAutoToken;
-
- private String body;
- public CreateInstanceRequest() {
- super("chenYiTestRoa", "2022-02-02", "CreateInstance");
- setUriPattern("/ChenyiTest/Instance/[InstanceId]");
- setMethod(MethodType.POST);
- }
-
- public String getClientToken() {
- return this.clientToken;
- }
-
- public void setClientToken(String clientToken) {
- this.clientToken = clientToken;
- if(clientToken != null){
- putQueryParameter("ClientToken", clientToken);
- }
- }
-
- public String getClientAutoToken() {
- return this.clientAutoToken;
- }
-
- public void setClientAutoToken(String clientAutoToken) {
- this.clientAutoToken = clientAutoToken;
- if(clientAutoToken != null){
- putQueryParameter("ClientAutoToken", clientAutoToken);
- }
- }
-
- public String getBody() {
- return this.body;
- }
-
- public void setBody(String body) {
- this.body = body;
- if(body != null){
- putBodyParameter("Body", body);
- }
- }
-
- @Override
- public Class getResponseClass() {
- return CreateInstanceResponse.class;
- }
-
-}
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateInstanceResponse.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateInstanceResponse.java
deleted file mode 100644
index 455b051c9a..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateInstanceResponse.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.model.v20220202;
-
-import com.aliyuncs.AcsResponse;
-import com.aliyuncs.chenyitestroa.transform.v20220202.CreateInstanceResponseUnmarshaller;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-/**
- * @author auto create
- * @version
- */
-public class CreateInstanceResponse extends AcsResponse {
-
- private String requestId;
-
- private String jobId;
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- public String getJobId() {
- return this.jobId;
- }
-
- public void setJobId(String jobId) {
- this.jobId = jobId;
- }
-
- @Override
- public CreateInstanceResponse getInstance(UnmarshallerContext context) {
- return CreateInstanceResponseUnmarshaller.unmarshall(this, context);
- }
-
- @Override
- public boolean checkShowJsonItemName() {
- return false;
- }
-}
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateTopicRequest.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateTopicRequest.java
deleted file mode 100644
index 16b8c03745..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateTopicRequest.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.model.v20220202;
-
-import com.aliyuncs.RoaAcsRequest;
-import com.aliyuncs.http.MethodType;
-
-/**
- * @author auto create
- * @version
- */
-public class CreateTopicRequest extends RoaAcsRequest {
-
-
- private String clientToken;
- public CreateTopicRequest() {
- super("chenYiTestRoa", "2022-02-02", "CreateTopic");
- setUriPattern("/ChenyiTest/Topic/[TopicId]");
- setMethod(MethodType.POST);
- }
-
- public String getClientToken() {
- return this.clientToken;
- }
-
- public void setClientToken(String clientToken) {
- this.clientToken = clientToken;
- if(clientToken != null){
- putQueryParameter("ClientToken", clientToken);
- }
- }
-
- @Override
- public Class getResponseClass() {
- return CreateTopicResponse.class;
- }
-
-}
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateTopicResponse.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateTopicResponse.java
deleted file mode 100644
index 4847bb49ac..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/CreateTopicResponse.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.model.v20220202;
-
-import com.aliyuncs.AcsResponse;
-import com.aliyuncs.chenyitestroa.transform.v20220202.CreateTopicResponseUnmarshaller;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-/**
- * @author auto create
- * @version
- */
-public class CreateTopicResponse extends AcsResponse {
-
- private String requestId;
-
- private String jobId;
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- public String getJobId() {
- return this.jobId;
- }
-
- public void setJobId(String jobId) {
- this.jobId = jobId;
- }
-
- @Override
- public CreateTopicResponse getInstance(UnmarshallerContext context) {
- return CreateTopicResponseUnmarshaller.unmarshall(this, context);
- }
-
- @Override
- public boolean checkShowJsonItemName() {
- return false;
- }
-}
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/UpdateTopicRequest.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/UpdateTopicRequest.java
deleted file mode 100644
index 7165ecead0..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/UpdateTopicRequest.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.model.v20220202;
-
-import com.aliyuncs.RoaAcsRequest;
-import com.aliyuncs.http.MethodType;
-
-/**
- * @author auto create
- * @version
- */
-public class UpdateTopicRequest extends RoaAcsRequest {
-
-
- private String topicId;
- public UpdateTopicRequest() {
- super("chenYiTestRoa", "2022-02-02", "UpdateTopic");
- setUriPattern("/ChenyiTest/Topic/[TopicId]");
- setMethod(MethodType.PATCH);
- }
-
- public String getTopicId() {
- return this.topicId;
- }
-
- public void setTopicId(String topicId) {
- this.topicId = topicId;
- if(topicId != null){
- putPathParameter("TopicId", topicId);
- }
- }
-
- @Override
- public Class getResponseClass() {
- return UpdateTopicResponse.class;
- }
-
-}
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/UpdateTopicResponse.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/UpdateTopicResponse.java
deleted file mode 100644
index 7d6dd42f48..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/model/v20220202/UpdateTopicResponse.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.model.v20220202;
-
-import com.aliyuncs.AcsResponse;
-import com.aliyuncs.chenyitestroa.transform.v20220202.UpdateTopicResponseUnmarshaller;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-/**
- * @author auto create
- * @version
- */
-public class UpdateTopicResponse extends AcsResponse {
-
- private String topicId;
-
- private String requestId;
-
- public String getTopicId() {
- return this.topicId;
- }
-
- public void setTopicId(String topicId) {
- this.topicId = topicId;
- }
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- @Override
- public UpdateTopicResponse getInstance(UnmarshallerContext context) {
- return UpdateTopicResponseUnmarshaller.unmarshall(this, context);
- }
-
- @Override
- public boolean checkShowJsonItemName() {
- return false;
- }
-}
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/CreateInstanceResponseUnmarshaller.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/CreateInstanceResponseUnmarshaller.java
deleted file mode 100644
index 5b5dcace00..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/CreateInstanceResponseUnmarshaller.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.transform.v20220202;
-
-import com.aliyuncs.chenyitestroa.model.v20220202.CreateInstanceResponse;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-
-public class CreateInstanceResponseUnmarshaller {
-
- public static CreateInstanceResponse unmarshall(CreateInstanceResponse createInstanceResponse, UnmarshallerContext _ctx) {
-
- createInstanceResponse.setRequestId(_ctx.stringValue("CreateInstanceResponse.requestId"));
- createInstanceResponse.setJobId(_ctx.stringValue("CreateInstanceResponse.JobId"));
-
- return createInstanceResponse;
- }
-}
\ No newline at end of file
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/CreateTopicResponseUnmarshaller.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/CreateTopicResponseUnmarshaller.java
deleted file mode 100644
index d538492821..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/CreateTopicResponseUnmarshaller.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.transform.v20220202;
-
-import com.aliyuncs.chenyitestroa.model.v20220202.CreateTopicResponse;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-
-public class CreateTopicResponseUnmarshaller {
-
- public static CreateTopicResponse unmarshall(CreateTopicResponse createTopicResponse, UnmarshallerContext _ctx) {
-
- createTopicResponse.setRequestId(_ctx.stringValue("CreateTopicResponse.requestId"));
- createTopicResponse.setJobId(_ctx.stringValue("CreateTopicResponse.JobId"));
-
- return createTopicResponse;
- }
-}
\ No newline at end of file
diff --git a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/UpdateTopicResponseUnmarshaller.java b/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/UpdateTopicResponseUnmarshaller.java
deleted file mode 100644
index 1c4cef1bf4..0000000000
--- a/aliyun-java-sdk-chenyitestroa/src/main/java/com/aliyuncs/chenyitestroa/transform/v20220202/UpdateTopicResponseUnmarshaller.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.chenyitestroa.transform.v20220202;
-
-import com.aliyuncs.chenyitestroa.model.v20220202.UpdateTopicResponse;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-
-public class UpdateTopicResponseUnmarshaller {
-
- public static UpdateTopicResponse unmarshall(UpdateTopicResponse updateTopicResponse, UnmarshallerContext _ctx) {
-
- updateTopicResponse.setTopicId(_ctx.stringValue("UpdateTopicResponse.TopicId"));
- updateTopicResponse.setRequestId(_ctx.stringValue("UpdateTopicResponse.requestId"));
-
- return updateTopicResponse;
- }
-}
\ No newline at end of file
diff --git a/aliyun-java-sdk-qktest/ChangeLog.txt b/aliyun-java-sdk-qktest/ChangeLog.txt
deleted file mode 100644
index 08e6121427..0000000000
--- a/aliyun-java-sdk-qktest/ChangeLog.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-2022-02-28 Version: 1.0.1
-- Fix.
-
diff --git a/aliyun-java-sdk-qktest/pom.xml b/aliyun-java-sdk-qktest/pom.xml
deleted file mode 100644
index 2cc9627a82..0000000000
--- a/aliyun-java-sdk-qktest/pom.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
- 4.0.0
- com.aliyun
- aliyun-java-sdk-qktest
- jar
- 1.0.1
- aliyun-java-sdk-qktest
- http://www.aliyun.com
- Aliyun Open API SDK for Java
-Copyright (C) Alibaba Cloud Computing
-All rights reserved.
-版权所有 (C)阿里云计算有限公司
-http://www.aliyun.com
-
-
- sonatype-nexus-snapshots
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
- com.aliyun
- aliyun-java-sdk-core
- true
- [4.4.9,5.0.0)
-
-
- com.google.code.gson
- gson
- 2.8.9
-
-
-
-
-
-
-
-
-
-
- scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git
- scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git
- https://github.com/aliyun/aliyun-openapi-java-sdk
-
-
-
- aliyunproducts
- Aliyun SDK
- aliyunsdk@aliyun.com
-
-
-
-
-
- maven-compiler-plugin
- 2.3.2
-
-
- 1.6
- UTF-8
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.3.2
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.10
-
- -Dfile.encoding=UTF-8
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.1.0
-
- UTF-8
- none
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.3
- true
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/model/v20210908/ListTestBooksRequest.java b/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/model/v20210908/ListTestBooksRequest.java
deleted file mode 100644
index 05aa5ae050..0000000000
--- a/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/model/v20210908/ListTestBooksRequest.java
+++ /dev/null
@@ -1,91 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.qktest.model.v20210908;
-
-import com.aliyuncs.RpcAcsRequest;
-import java.util.List;
-import com.aliyuncs.http.MethodType;
-
-/**
- * @author auto create
- * @version
- */
-public class ListTestBooksRequest extends RpcAcsRequest {
-
-
- private String filter;
-
- private String nextToken;
-
- private List testBookIdss;
-
- private Integer maxResults;
- public ListTestBooksRequest() {
- super("QKTest", "2021-09-08", "ListTestBooks");
- setMethod(MethodType.GET);
- }
-
- public String getFilter() {
- return this.filter;
- }
-
- public void setFilter(String filter) {
- this.filter = filter;
- if(filter != null){
- putQueryParameter("Filter", filter);
- }
- }
-
- public String getNextToken() {
- return this.nextToken;
- }
-
- public void setNextToken(String nextToken) {
- this.nextToken = nextToken;
- if(nextToken != null){
- putQueryParameter("NextToken", nextToken);
- }
- }
-
- public List getTestBookIdss() {
- return this.testBookIdss;
- }
-
- public void setTestBookIdss(List testBookIdss) {
- this.testBookIdss = testBookIdss;
- if (testBookIdss != null) {
- for (int i = 0; i < testBookIdss.size(); i++) {
- putQueryParameter("TestBookIds." + (i + 1) , testBookIdss.get(i));
- }
- }
- }
-
- public Integer getMaxResults() {
- return this.maxResults;
- }
-
- public void setMaxResults(Integer maxResults) {
- this.maxResults = maxResults;
- if(maxResults != null){
- putQueryParameter("MaxResults", maxResults.toString());
- }
- }
-
- @Override
- public Class getResponseClass() {
- return ListTestBooksResponse.class;
- }
-
-}
diff --git a/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/model/v20210908/ListTestBooksResponse.java b/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/model/v20210908/ListTestBooksResponse.java
deleted file mode 100644
index d175563731..0000000000
--- a/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/model/v20210908/ListTestBooksResponse.java
+++ /dev/null
@@ -1,120 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.qktest.model.v20210908;
-
-import java.util.List;
-import com.aliyuncs.AcsResponse;
-import com.aliyuncs.qktest.transform.v20210908.ListTestBooksResponseUnmarshaller;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-/**
- * @author auto create
- * @version
- */
-public class ListTestBooksResponse extends AcsResponse {
-
- private Integer totalCount;
-
- private String requestId;
-
- private Integer nextToken;
-
- private List testBooks;
-
- public Integer getTotalCount() {
- return this.totalCount;
- }
-
- public void setTotalCount(Integer totalCount) {
- this.totalCount = totalCount;
- }
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- public Integer getNextToken() {
- return this.nextToken;
- }
-
- public void setNextToken(Integer nextToken) {
- this.nextToken = nextToken;
- }
-
- public List getTestBooks() {
- return this.testBooks;
- }
-
- public void setTestBooks(List testBooks) {
- this.testBooks = testBooks;
- }
-
- public static class TestBook {
-
- private String resourceGroupId;
-
- private String createTime;
-
- private String testBookId;
-
- private String testBookName;
-
- public String getResourceGroupId() {
- return this.resourceGroupId;
- }
-
- public void setResourceGroupId(String resourceGroupId) {
- this.resourceGroupId = resourceGroupId;
- }
-
- public String getCreateTime() {
- return this.createTime;
- }
-
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
- }
-
- public String getTestBookId() {
- return this.testBookId;
- }
-
- public void setTestBookId(String testBookId) {
- this.testBookId = testBookId;
- }
-
- public String getTestBookName() {
- return this.testBookName;
- }
-
- public void setTestBookName(String testBookName) {
- this.testBookName = testBookName;
- }
- }
-
- @Override
- public ListTestBooksResponse getInstance(UnmarshallerContext context) {
- return ListTestBooksResponseUnmarshaller.unmarshall(this, context);
- }
-
- @Override
- public boolean checkShowJsonItemName() {
- return false;
- }
-}
diff --git a/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/transform/v20210908/ListTestBooksResponseUnmarshaller.java b/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/transform/v20210908/ListTestBooksResponseUnmarshaller.java
deleted file mode 100644
index 2f75fb5099..0000000000
--- a/aliyun-java-sdk-qktest/src/main/java/com/aliyuncs/qktest/transform/v20210908/ListTestBooksResponseUnmarshaller.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.qktest.transform.v20210908;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.aliyuncs.qktest.model.v20210908.ListTestBooksResponse;
-import com.aliyuncs.qktest.model.v20210908.ListTestBooksResponse.TestBook;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-
-public class ListTestBooksResponseUnmarshaller {
-
- public static ListTestBooksResponse unmarshall(ListTestBooksResponse listTestBooksResponse, UnmarshallerContext _ctx) {
-
- listTestBooksResponse.setRequestId(_ctx.stringValue("ListTestBooksResponse.RequestId"));
- listTestBooksResponse.setTotalCount(_ctx.integerValue("ListTestBooksResponse.TotalCount"));
- listTestBooksResponse.setNextToken(_ctx.integerValue("ListTestBooksResponse.NextToken"));
-
- List testBooks = new ArrayList();
- for (int i = 0; i < _ctx.lengthValue("ListTestBooksResponse.TestBooks.Length"); i++) {
- TestBook testBook = new TestBook();
- testBook.setResourceGroupId(_ctx.stringValue("ListTestBooksResponse.TestBooks["+ i +"].ResourceGroupId"));
- testBook.setCreateTime(_ctx.stringValue("ListTestBooksResponse.TestBooks["+ i +"].CreateTime"));
- testBook.setTestBookId(_ctx.stringValue("ListTestBooksResponse.TestBooks["+ i +"].TestBookId"));
- testBook.setTestBookName(_ctx.stringValue("ListTestBooksResponse.TestBooks["+ i +"].TestBookName"));
-
- testBooks.add(testBook);
- }
- listTestBooksResponse.setTestBooks(testBooks);
-
- return listTestBooksResponse;
- }
-}
\ No newline at end of file
diff --git a/aliyun-java-sdk-wftest4321/ChangeLog.txt b/aliyun-java-sdk-wftest4321/ChangeLog.txt
deleted file mode 100644
index fb238c94d7..0000000000
--- a/aliyun-java-sdk-wftest4321/ChangeLog.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-2022-10-21 Version: 1.0.0
-- Jeep1021tesst.
-
diff --git a/aliyun-java-sdk-wftest4321/pom.xml b/aliyun-java-sdk-wftest4321/pom.xml
deleted file mode 100644
index 809d0b79cf..0000000000
--- a/aliyun-java-sdk-wftest4321/pom.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
- 4.0.0
- com.aliyun
- aliyun-java-sdk-wftest4321
- jar
- 1.0.0
- aliyun-java-sdk-wftest4321
- http://www.aliyun.com
- Aliyun Open API SDK for Java
-Copyright (C) Alibaba Cloud Computing
-All rights reserved.
-版权所有 (C)阿里云计算有限公司
-http://www.aliyun.com
-
-
- sonatype-nexus-snapshots
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
- com.aliyun
- aliyun-java-sdk-core
- true
- [4.4.9,5.0.0)
-
-
- com.google.code.gson
- gson
- 2.8.9
-
-
-
-
-
-
-
-
-
-
- scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git
- scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git
- https://github.com/aliyun/aliyun-openapi-java-sdk
-
-
-
- aliyunproducts
- Aliyun SDK
- aliyunsdk@aliyun.com
-
-
-
-
-
- maven-compiler-plugin
- 2.3.2
-
-
- 1.6
- UTF-8
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.3.2
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.10
-
- -Dfile.encoding=UTF-8
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.1.0
-
- UTF-8
- none
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.3
- true
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/model/v20220330/DemoLjxTest001Request.java b/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/model/v20220330/DemoLjxTest001Request.java
deleted file mode 100644
index 1780fdafd7..0000000000
--- a/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/model/v20220330/DemoLjxTest001Request.java
+++ /dev/null
@@ -1,89 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.wftest4321.model.v20220330;
-
-import com.aliyuncs.RoaAcsRequest;
-import com.aliyuncs.http.MethodType;
-
-/**
- * @author auto create
- * @version
- */
-public class DemoLjxTest001Request extends RoaAcsRequest {
-
-
- private String node;
-
- private String newparam1;
-
- private String chi;
-
- private String id;
- public DemoLjxTest001Request() {
- super("Wftest4321", "2022-03-30", "DemoLjxTest001");
- setUriPattern("/get/info/123");
- setMethod(MethodType.POST);
- }
-
- public String getNode() {
- return this.node;
- }
-
- public void setNode(String node) {
- this.node = node;
- if(node != null){
- putQueryParameter("Node", node);
- }
- }
-
- public String getNewparam1() {
- return this.newparam1;
- }
-
- public void setNewparam1(String newparam1) {
- this.newparam1 = newparam1;
- if(newparam1 != null){
- putQueryParameter("new-param-1", newparam1);
- }
- }
-
- public String getChi() {
- return this.chi;
- }
-
- public void setChi(String chi) {
- this.chi = chi;
- if(chi != null){
- putQueryParameter("Chi", chi);
- }
- }
-
- public String getId() {
- return this.id;
- }
-
- public void setId(String id) {
- this.id = id;
- if(id != null){
- putQueryParameter("Id", id);
- }
- }
-
- @Override
- public Class getResponseClass() {
- return DemoLjxTest001Response.class;
- }
-
-}
diff --git a/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/model/v20220330/DemoLjxTest001Response.java b/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/model/v20220330/DemoLjxTest001Response.java
deleted file mode 100644
index 6610753abb..0000000000
--- a/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/model/v20220330/DemoLjxTest001Response.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.wftest4321.model.v20220330;
-
-import com.aliyuncs.AcsResponse;
-import com.aliyuncs.wftest4321.transform.v20220330.DemoLjxTest001ResponseUnmarshaller;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-/**
- * @author auto create
- * @version
- */
-public class DemoLjxTest001Response extends AcsResponse {
-
- private String requestId;
-
- private String code;
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- public String getCode() {
- return this.code;
- }
-
- public void setCode(String code) {
- this.code = code;
- }
-
- @Override
- public DemoLjxTest001Response getInstance(UnmarshallerContext context) {
- return DemoLjxTest001ResponseUnmarshaller.unmarshall(this, context);
- }
-
- @Override
- public boolean checkShowJsonItemName() {
- return false;
- }
-}
diff --git a/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/transform/v20220330/DemoLjxTest001ResponseUnmarshaller.java b/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/transform/v20220330/DemoLjxTest001ResponseUnmarshaller.java
deleted file mode 100644
index b715d77810..0000000000
--- a/aliyun-java-sdk-wftest4321/src/main/java/com/aliyuncs/wftest4321/transform/v20220330/DemoLjxTest001ResponseUnmarshaller.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.wftest4321.transform.v20220330;
-
-import com.aliyuncs.wftest4321.model.v20220330.DemoLjxTest001Response;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-
-public class DemoLjxTest001ResponseUnmarshaller {
-
- public static DemoLjxTest001Response unmarshall(DemoLjxTest001Response demoLjxTest001Response, UnmarshallerContext _ctx) {
-
- demoLjxTest001Response.setRequestId(_ctx.stringValue("DemoLjxTest001Response.requestId"));
- demoLjxTest001Response.setCode(_ctx.stringValue("DemoLjxTest001Response.Code"));
-
- return demoLjxTest001Response;
- }
-}
\ No newline at end of file
diff --git a/aliyun-java-sdk-wfts/ChangeLog.txt b/aliyun-java-sdk-wfts/ChangeLog.txt
deleted file mode 100644
index f089ef2891..0000000000
--- a/aliyun-java-sdk-wfts/ChangeLog.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-2022-07-08 Version: 1.0.7
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.6
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.5
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.4
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.3
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.2
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.1
-- Automatically generate sdk tasks.
-
-2022-07-08 Version: 1.0.0
-- Automatically generate sdk tasks.
-
diff --git a/aliyun-java-sdk-wfts/pom.xml b/aliyun-java-sdk-wfts/pom.xml
deleted file mode 100644
index ea94e40787..0000000000
--- a/aliyun-java-sdk-wfts/pom.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
- 4.0.0
- com.aliyun
- aliyun-java-sdk-wfts
- jar
- 1.0.7
- aliyun-java-sdk-wfts
- http://www.aliyun.com
- Aliyun Open API SDK for Java
-Copyright (C) Alibaba Cloud Computing
-All rights reserved.
-版权所有 (C)阿里云计算有限公司
-http://www.aliyun.com
-
-
- sonatype-nexus-snapshots
- https://s01.oss.sonatype.org/content/repositories/snapshots
-
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-
-
- com.aliyun
- aliyun-java-sdk-core
- true
- [4.4.9,5.0.0)
-
-
- com.google.code.gson
- gson
- 2.8.9
-
-
-
-
-
-
-
-
-
-
- scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git
- scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git
- https://github.com/aliyun/aliyun-openapi-java-sdk
-
-
-
- aliyunproducts
- Aliyun SDK
- aliyunsdk@aliyun.com
-
-
-
-
-
- maven-compiler-plugin
- 2.3.2
-
-
- 1.6
- UTF-8
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 2.3.2
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.10
-
- -Dfile.encoding=UTF-8
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.1.0
-
- UTF-8
- none
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.3
- true
-
- sonatype-nexus-staging
- https://s01.oss.sonatype.org/
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/model/v20220212/GetLjxAccountInfoRequest.java b/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/model/v20220212/GetLjxAccountInfoRequest.java
deleted file mode 100644
index b473fc98cc..0000000000
--- a/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/model/v20220212/GetLjxAccountInfoRequest.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.wfts.model.v20220212;
-
-import com.aliyuncs.RoaAcsRequest;
-import com.aliyuncs.http.MethodType;
-
-/**
- * @author auto create
- * @version
- */
-public class GetLjxAccountInfoRequest extends RoaAcsRequest {
-
-
- private String ljxAccountInfoId;
- public GetLjxAccountInfoRequest() {
- super("Wfts", "2022-02-12", "GetLjxAccountInfo");
- setUriPattern("/get/ljx/acc");
- setMethod(MethodType.GET);
- }
-
- public String getLjxAccountInfoId() {
- return this.ljxAccountInfoId;
- }
-
- public void setLjxAccountInfoId(String ljxAccountInfoId) {
- this.ljxAccountInfoId = ljxAccountInfoId;
- if(ljxAccountInfoId != null){
- putQueryParameter("LjxAccountInfoId", ljxAccountInfoId);
- }
- }
-
- @Override
- public Class getResponseClass() {
- return GetLjxAccountInfoResponse.class;
- }
-
-}
diff --git a/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/model/v20220212/GetLjxAccountInfoResponse.java b/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/model/v20220212/GetLjxAccountInfoResponse.java
deleted file mode 100644
index 5b689b7fc9..0000000000
--- a/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/model/v20220212/GetLjxAccountInfoResponse.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.wfts.model.v20220212;
-
-import com.aliyuncs.AcsResponse;
-import com.aliyuncs.wfts.transform.v20220212.GetLjxAccountInfoResponseUnmarshaller;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-/**
- * @author auto create
- * @version
- */
-public class GetLjxAccountInfoResponse extends AcsResponse {
-
- private String ljxAccountInfoId;
-
- private String requestId;
-
- public String getLjxAccountInfoId() {
- return this.ljxAccountInfoId;
- }
-
- public void setLjxAccountInfoId(String ljxAccountInfoId) {
- this.ljxAccountInfoId = ljxAccountInfoId;
- }
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- @Override
- public GetLjxAccountInfoResponse getInstance(UnmarshallerContext context) {
- return GetLjxAccountInfoResponseUnmarshaller.unmarshall(this, context);
- }
-
- @Override
- public boolean checkShowJsonItemName() {
- return false;
- }
-}
diff --git a/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/transform/v20220212/GetLjxAccountInfoResponseUnmarshaller.java b/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/transform/v20220212/GetLjxAccountInfoResponseUnmarshaller.java
deleted file mode 100644
index 2a405320cb..0000000000
--- a/aliyun-java-sdk-wfts/src/main/java/com/aliyuncs/wfts/transform/v20220212/GetLjxAccountInfoResponseUnmarshaller.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT 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.wfts.transform.v20220212;
-
-import com.aliyuncs.wfts.model.v20220212.GetLjxAccountInfoResponse;
-import com.aliyuncs.transform.UnmarshallerContext;
-
-
-public class GetLjxAccountInfoResponseUnmarshaller {
-
- public static GetLjxAccountInfoResponse unmarshall(GetLjxAccountInfoResponse getLjxAccountInfoResponse, UnmarshallerContext _ctx) {
-
- getLjxAccountInfoResponse.setLjxAccountInfoId(_ctx.stringValue("GetLjxAccountInfoResponse.LjxAccountInfoId"));
- getLjxAccountInfoResponse.setRequestId(_ctx.stringValue("GetLjxAccountInfoResponse.requestId"));
-
- return getLjxAccountInfoResponse;
- }
-}
\ No newline at end of file