Skip to content

Commit d219000

Browse files
committed
Generated java-async 2021-02-04 for AIWorkSpace.
1 parent 8194d61 commit d219000

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

aiworkspace-20210204/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-11-18 Version: 6.0.0
2+
- Generated java-async 2021-02-04 for AIWorkSpace.
3+
14
2025-11-06 Version: 5.0.3
25
- Generated java-async 2021-02-04 for AIWorkSpace.
36

aiworkspace-20210204/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-aiworkspace20210204</artifactId>
6-
<version>5.0.3</version>
6+
<version>6.0.0</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-aiworkspace20210204</name>
99
<description>Alibaba Cloud AIWorkSpace (20210204) Async SDK for Java

aiworkspace-20210204/src/main/java/com/aliyun/sdk/service/aiworkspace20210204/models/AddImageRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class AddImageRequest extends Request {
4545

4646
@com.aliyun.core.annotation.Body
4747
@com.aliyun.core.annotation.NameInMap("Size")
48-
private Integer size;
48+
private Long size;
4949

5050
@com.aliyun.core.annotation.Body
5151
@com.aliyun.core.annotation.NameInMap("SourceId")
@@ -131,7 +131,7 @@ public String getName() {
131131
/**
132132
* @return size
133133
*/
134-
public Integer getSize() {
134+
public Long getSize() {
135135
return this.size;
136136
}
137137

@@ -163,7 +163,7 @@ public static final class Builder extends Request.Builder<AddImageRequest, Build
163163
private String imageUri;
164164
private java.util.List<Labels> labels;
165165
private String name;
166-
private Integer size;
166+
private Long size;
167167
private String sourceId;
168168
private String sourceType;
169169
private String workspaceId;
@@ -289,7 +289,7 @@ public Builder name(String name) {
289289
* <strong>example:</strong>
290290
* <p>2</p>
291291
*/
292-
public Builder size(Integer size) {
292+
public Builder size(Long size) {
293293
this.putBodyParameter("Size", size);
294294
this.size = size;
295295
return this;

aiworkspace-20210204/src/main/java/com/aliyun/sdk/service/aiworkspace20210204/models/GetImageResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class GetImageResponseBody extends TeaModel {
4545
private String requestId;
4646

4747
@com.aliyun.core.annotation.NameInMap("Size")
48-
private Integer size;
48+
private Long size;
4949

5050
@com.aliyun.core.annotation.NameInMap("SourceId")
5151
private String sourceId;
@@ -154,7 +154,7 @@ public String getRequestId() {
154154
/**
155155
* @return size
156156
*/
157-
public Integer getSize() {
157+
public Long getSize() {
158158
return this.size;
159159
}
160160

@@ -196,7 +196,7 @@ public static final class Builder {
196196
private String name;
197197
private String parentUserId;
198198
private String requestId;
199-
private Integer size;
199+
private Long size;
200200
private String sourceId;
201201
private String sourceType;
202202
private String userId;
@@ -325,7 +325,7 @@ public Builder requestId(String requestId) {
325325
* <strong>example:</strong>
326326
* <p>10</p>
327327
*/
328-
public Builder size(Integer size) {
328+
public Builder size(Long size) {
329329
this.size = size;
330330
return this;
331331
}

aiworkspace-20210204/src/main/java/com/aliyun/sdk/service/aiworkspace20210204/models/ListImagesResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public static class Images extends TeaModel {
231231
private String parentUserId;
232232

233233
@com.aliyun.core.annotation.NameInMap("Size")
234-
private Integer size;
234+
private Long size;
235235

236236
@com.aliyun.core.annotation.NameInMap("SourceId")
237237
private String sourceId;
@@ -336,7 +336,7 @@ public String getParentUserId() {
336336
/**
337337
* @return size
338338
*/
339-
public Integer getSize() {
339+
public Long getSize() {
340340
return this.size;
341341
}
342342

@@ -378,7 +378,7 @@ public static final class Builder {
378378
private java.util.List<Labels> labels;
379379
private String name;
380380
private String parentUserId;
381-
private Integer size;
381+
private Long size;
382382
private String sourceId;
383383
private String sourceType;
384384
private String userId;
@@ -507,7 +507,7 @@ public Builder parentUserId(String parentUserId) {
507507
* <strong>example:</strong>
508508
* <p>2</p>
509509
*/
510-
public Builder size(Integer size) {
510+
public Builder size(Long size) {
511511
this.size = size;
512512
return this;
513513
}

0 commit comments

Comments
 (0)