Skip to content

Commit 14cbf70

Browse files
committed
Generated java-async 2021-09-31 for BPStudio.
1 parent 24ce4a3 commit 14cbf70

22 files changed

+84
-81
lines changed

bpstudio-20210931/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-09-23 Version: 7.0.0
2+
- Generated java-async 2021-09-31 for BPStudio.
3+
14
2025-09-16 Version: 6.0.7
25
- Generated java-async 2021-09-31 for BPStudio.
36

bpstudio-20210931/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-bpstudio20210931</artifactId>
6-
<version>6.0.7</version>
6+
<version>7.0.0</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-bpstudio20210931</name>
99
<description>Alibaba Cloud BPStudio (20210931) Async SDK for Java

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/ChangeResourceGroupResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class ChangeResourceGroupResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Long code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private String data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Long getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Long code;
80+
private String code;
8181
private String data;
8282
private String message;
8383
private String requestId;
@@ -98,7 +98,7 @@ private Builder(ChangeResourceGroupResponseBody model) {
9898
* <strong>example:</strong>
9999
* <p>200</p>
100100
*/
101-
public Builder code(Long code) {
101+
public Builder code(String code) {
102102
this.code = code;
103103
return this;
104104
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/CreateApplicationResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class CreateApplicationResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private String data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Integer getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Integer code;
80+
private String code;
8181
private String data;
8282
private String message;
8383
private String requestId;
@@ -98,7 +98,7 @@ private Builder(CreateApplicationResponseBody model) {
9898
* <strong>example:</strong>
9999
* <p>200</p>
100100
*/
101-
public Builder code(Integer code) {
101+
public Builder code(String code) {
102102
this.code = code;
103103
return this;
104104
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/CreateTaskResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class CreateTaskResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private Integer data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Integer getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Integer code;
80+
private String code;
8181
private Integer data;
8282
private String message;
8383
private String requestId;
@@ -95,7 +95,7 @@ private Builder(CreateTaskResponseBody model) {
9595
/**
9696
* Code.
9797
*/
98-
public Builder code(Integer code) {
98+
public Builder code(String code) {
9999
this.code = code;
100100
return this;
101101
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/DeleteApplicationResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class DeleteApplicationResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Message")
2424
private String message;
@@ -47,7 +47,7 @@ public Builder toBuilder() {
4747
/**
4848
* @return code
4949
*/
50-
public Integer getCode() {
50+
public String getCode() {
5151
return this.code;
5252
}
5353

@@ -66,7 +66,7 @@ public String getRequestId() {
6666
}
6767

6868
public static final class Builder {
69-
private Integer code;
69+
private String code;
7070
private String message;
7171
private String requestId;
7272

@@ -85,7 +85,7 @@ private Builder(DeleteApplicationResponseBody model) {
8585
* <strong>example:</strong>
8686
* <p>200</p>
8787
*/
88-
public Builder code(Integer code) {
88+
public Builder code(String code) {
8989
this.code = code;
9090
return this;
9191
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/DeployApplicationResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class DeployApplicationResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private Long data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Integer getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Integer code;
80+
private String code;
8181
private Long data;
8282
private String message;
8383
private String requestId;
@@ -98,7 +98,7 @@ private Builder(DeployApplicationResponseBody model) {
9898
* <strong>example:</strong>
9999
* <p>200</p>
100100
*/
101-
public Builder code(Integer code) {
101+
public Builder code(String code) {
102102
this.code = code;
103103
return this;
104104
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/ExecuteOperationASyncResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class ExecuteOperationASyncResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private String data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Integer getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Integer code;
80+
private String code;
8181
private String data;
8282
private String message;
8383
private String requestId;
@@ -98,7 +98,7 @@ private Builder(ExecuteOperationASyncResponseBody model) {
9898
* <strong>example:</strong>
9999
* <p>200</p>
100100
*/
101-
public Builder code(Integer code) {
101+
public Builder code(String code) {
102102
this.code = code;
103103
return this;
104104
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/ExecuteOperationSyncResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class ExecuteOperationSyncResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private Data data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Integer getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Integer code;
80+
private String code;
8181
private Data data;
8282
private String message;
8383
private String requestId;
@@ -95,7 +95,7 @@ private Builder(ExecuteOperationSyncResponseBody model) {
9595
/**
9696
* Code.
9797
*/
98-
public Builder code(Integer code) {
98+
public Builder code(String code) {
9999
this.code = code;
100100
return this;
101101
}

bpstudio-20210931/src/main/java/com/aliyun/sdk/service/bpstudio20210931/models/ExecuteTaskResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
public class ExecuteTaskResponseBody extends TeaModel {
2020
@com.aliyun.core.annotation.NameInMap("Code")
21-
private Integer code;
21+
private String code;
2222

2323
@com.aliyun.core.annotation.NameInMap("Data")
2424
private Data data;
@@ -51,7 +51,7 @@ public Builder toBuilder() {
5151
/**
5252
* @return code
5353
*/
54-
public Integer getCode() {
54+
public String getCode() {
5555
return this.code;
5656
}
5757

@@ -77,7 +77,7 @@ public String getRequestId() {
7777
}
7878

7979
public static final class Builder {
80-
private Integer code;
80+
private String code;
8181
private Data data;
8282
private String message;
8383
private String requestId;
@@ -95,7 +95,7 @@ private Builder(ExecuteTaskResponseBody model) {
9595
/**
9696
* Code.
9797
*/
98-
public Builder code(Integer code) {
98+
public Builder code(String code) {
9999
this.code = code;
100100
return this;
101101
}

0 commit comments

Comments
 (0)