Skip to content

Commit 4dc51aa

Browse files
committed
Generated java-async 2021-02-04 for AIWorkSpace.
1 parent 5d32d5f commit 4dc51aa

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
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+
2024-07-25 Version: 1.0.9
2+
- Generated java-async 2021-02-04 for AIWorkSpace.
3+
14
2024-07-03 Version: 1.0.8
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>1.0.8</version>
6+
<version>1.0.9</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/GetDatasetResponseBody.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ public class GetDatasetResponseBody extends TeaModel {
4747
@com.aliyun.core.annotation.NameInMap("Property")
4848
private String property;
4949

50+
@com.aliyun.core.annotation.NameInMap("Provider")
51+
private String provider;
52+
5053
@com.aliyun.core.annotation.NameInMap("ProviderType")
5154
private String providerType;
5255

@@ -81,6 +84,7 @@ private GetDatasetResponseBody(Builder builder) {
8184
this.options = builder.options;
8285
this.ownerId = builder.ownerId;
8386
this.property = builder.property;
87+
this.provider = builder.provider;
8488
this.providerType = builder.providerType;
8589
this.requestId = builder.requestId;
8690
this.sourceId = builder.sourceId;
@@ -182,6 +186,13 @@ public String getProperty() {
182186
return this.property;
183187
}
184188

189+
/**
190+
* @return provider
191+
*/
192+
public String getProvider() {
193+
return this.provider;
194+
}
195+
185196
/**
186197
* @return providerType
187198
*/
@@ -244,6 +255,7 @@ public static final class Builder {
244255
private String options;
245256
private String ownerId;
246257
private String property;
258+
private String provider;
247259
private String providerType;
248260
private String requestId;
249261
private String sourceId;
@@ -348,6 +360,14 @@ public Builder property(String property) {
348360
return this;
349361
}
350362

363+
/**
364+
* Provider.
365+
*/
366+
public Builder provider(String provider) {
367+
this.provider = provider;
368+
return this;
369+
}
370+
351371
/**
352372
* ProviderType.
353373
*/

0 commit comments

Comments
 (0)