Skip to content

Commit 4fa3ece

Browse files
committed
Generated java-async 2017-08-01 for polardb.
1 parent fb85844 commit 4fa3ece

File tree

4 files changed

+88
-1
lines changed

4 files changed

+88
-1
lines changed

polardb-20170801/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-11-25 Version: 5.0.8
2+
- Generated java-async 2017-08-01 for polardb.
3+
14
2025-11-14 Version: 5.0.7
25
- Generated java-async 2017-08-01 for polardb.
36

polardb-20170801/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-polardb20170801</artifactId>
6-
<version>5.0.7</version>
6+
<version>5.0.8</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-polardb20170801</name>
99
<description>Alibaba Cloud polardb (20170801) Async SDK for Java

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/DescribeAIDBClusterAttributeResponseBody.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public class DescribeAIDBClusterAttributeResponseBody extends TeaModel {
5050
@com.aliyun.core.annotation.NameInMap("InternalIp")
5151
private String internalIp;
5252

53+
@com.aliyun.core.annotation.NameInMap("KVCacheInstanceId")
54+
private String KVCacheInstanceId;
55+
5356
@com.aliyun.core.annotation.NameInMap("KubeClusterId")
5457
private String kubeClusterId;
5558

@@ -107,6 +110,7 @@ private DescribeAIDBClusterAttributeResponseBody(Builder builder) {
107110
this.expireTime = builder.expireTime;
108111
this.expired = builder.expired;
109112
this.internalIp = builder.internalIp;
113+
this.KVCacheInstanceId = builder.KVCacheInstanceId;
110114
this.kubeClusterId = builder.kubeClusterId;
111115
this.lockMode = builder.lockMode;
112116
this.maxQPM = builder.maxQPM;
@@ -213,6 +217,13 @@ public String getInternalIp() {
213217
return this.internalIp;
214218
}
215219

220+
/**
221+
* @return KVCacheInstanceId
222+
*/
223+
public String getKVCacheInstanceId() {
224+
return this.KVCacheInstanceId;
225+
}
226+
216227
/**
217228
* @return kubeClusterId
218229
*/
@@ -330,6 +341,7 @@ public static final class Builder {
330341
private String expireTime;
331342
private Boolean expired;
332343
private String internalIp;
344+
private String KVCacheInstanceId;
333345
private String kubeClusterId;
334346
private String lockMode;
335347
private String maxQPM;
@@ -361,6 +373,7 @@ private Builder(DescribeAIDBClusterAttributeResponseBody model) {
361373
this.expireTime = model.expireTime;
362374
this.expired = model.expired;
363375
this.internalIp = model.internalIp;
376+
this.KVCacheInstanceId = model.KVCacheInstanceId;
364377
this.kubeClusterId = model.kubeClusterId;
365378
this.lockMode = model.lockMode;
366379
this.maxQPM = model.maxQPM;
@@ -466,6 +479,14 @@ public Builder internalIp(String internalIp) {
466479
return this;
467480
}
468481

482+
/**
483+
* KVCacheInstanceId.
484+
*/
485+
public Builder KVCacheInstanceId(String KVCacheInstanceId) {
486+
this.KVCacheInstanceId = KVCacheInstanceId;
487+
return this;
488+
}
489+
469490
/**
470491
* KubeClusterId.
471492
*/

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/DescribePolarFsAttributeResponseBody.java

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public class DescribePolarFsAttributeResponseBody extends TeaModel {
2929
@com.aliyun.core.annotation.NameInMap("BandwidthBaseLine")
3030
private Double bandwidthBaseLine;
3131

32+
@com.aliyun.core.annotation.NameInMap("BucketId")
33+
private String bucketId;
34+
3235
@com.aliyun.core.annotation.NameInMap("Category")
3336
private String category;
3437

@@ -47,6 +50,9 @@ public class DescribePolarFsAttributeResponseBody extends TeaModel {
4750
@com.aliyun.core.annotation.NameInMap("Expired")
4851
private String expired;
4952

53+
@com.aliyun.core.annotation.NameInMap("FileSystemId")
54+
private String fileSystemId;
55+
5056
@com.aliyun.core.annotation.NameInMap("LockMode")
5157
private String lockMode;
5258

@@ -83,6 +89,9 @@ public class DescribePolarFsAttributeResponseBody extends TeaModel {
8389
@com.aliyun.core.annotation.NameInMap("RelativeDbClusterId")
8490
private String relativeDbClusterId;
8591

92+
@com.aliyun.core.annotation.NameInMap("RelativePfsClusterId")
93+
private String relativePfsClusterId;
94+
8695
@com.aliyun.core.annotation.NameInMap("RequestId")
8796
private String requestId;
8897

@@ -112,12 +121,14 @@ private DescribePolarFsAttributeResponseBody(Builder builder) {
112121
this.acceleratingEnable = builder.acceleratingEnable;
113122
this.bandwidth = builder.bandwidth;
114123
this.bandwidthBaseLine = builder.bandwidthBaseLine;
124+
this.bucketId = builder.bucketId;
115125
this.category = builder.category;
116126
this.clientDownloadPath = builder.clientDownloadPath;
117127
this.createTime = builder.createTime;
118128
this.DBType = builder.DBType;
119129
this.expireTime = builder.expireTime;
120130
this.expired = builder.expired;
131+
this.fileSystemId = builder.fileSystemId;
121132
this.lockMode = builder.lockMode;
122133
this.metaUrl = builder.metaUrl;
123134
this.minorVersion = builder.minorVersion;
@@ -130,6 +141,7 @@ private DescribePolarFsAttributeResponseBody(Builder builder) {
130141
this.polarFsVersion = builder.polarFsVersion;
131142
this.regionId = builder.regionId;
132143
this.relativeDbClusterId = builder.relativeDbClusterId;
144+
this.relativePfsClusterId = builder.relativePfsClusterId;
133145
this.requestId = builder.requestId;
134146
this.securityGroupId = builder.securityGroupId;
135147
this.storageSpace = builder.storageSpace;
@@ -180,6 +192,13 @@ public Double getBandwidthBaseLine() {
180192
return this.bandwidthBaseLine;
181193
}
182194

195+
/**
196+
* @return bucketId
197+
*/
198+
public String getBucketId() {
199+
return this.bucketId;
200+
}
201+
183202
/**
184203
* @return category
185204
*/
@@ -222,6 +241,13 @@ public String getExpired() {
222241
return this.expired;
223242
}
224243

244+
/**
245+
* @return fileSystemId
246+
*/
247+
public String getFileSystemId() {
248+
return this.fileSystemId;
249+
}
250+
225251
/**
226252
* @return lockMode
227253
*/
@@ -306,6 +332,13 @@ public String getRelativeDbClusterId() {
306332
return this.relativeDbClusterId;
307333
}
308334

335+
/**
336+
* @return relativePfsClusterId
337+
*/
338+
public String getRelativePfsClusterId() {
339+
return this.relativePfsClusterId;
340+
}
341+
309342
/**
310343
* @return requestId
311344
*/
@@ -367,12 +400,14 @@ public static final class Builder {
367400
private String acceleratingEnable;
368401
private Double bandwidth;
369402
private Double bandwidthBaseLine;
403+
private String bucketId;
370404
private String category;
371405
private String clientDownloadPath;
372406
private String createTime;
373407
private String DBType;
374408
private String expireTime;
375409
private String expired;
410+
private String fileSystemId;
376411
private String lockMode;
377412
private String metaUrl;
378413
private String minorVersion;
@@ -385,6 +420,7 @@ public static final class Builder {
385420
private String polarFsVersion;
386421
private String regionId;
387422
private String relativeDbClusterId;
423+
private String relativePfsClusterId;
388424
private String requestId;
389425
private String securityGroupId;
390426
private Double storageSpace;
@@ -402,12 +438,14 @@ private Builder(DescribePolarFsAttributeResponseBody model) {
402438
this.acceleratingEnable = model.acceleratingEnable;
403439
this.bandwidth = model.bandwidth;
404440
this.bandwidthBaseLine = model.bandwidthBaseLine;
441+
this.bucketId = model.bucketId;
405442
this.category = model.category;
406443
this.clientDownloadPath = model.clientDownloadPath;
407444
this.createTime = model.createTime;
408445
this.DBType = model.DBType;
409446
this.expireTime = model.expireTime;
410447
this.expired = model.expired;
448+
this.fileSystemId = model.fileSystemId;
411449
this.lockMode = model.lockMode;
412450
this.metaUrl = model.metaUrl;
413451
this.minorVersion = model.minorVersion;
@@ -420,6 +458,7 @@ private Builder(DescribePolarFsAttributeResponseBody model) {
420458
this.polarFsVersion = model.polarFsVersion;
421459
this.regionId = model.regionId;
422460
this.relativeDbClusterId = model.relativeDbClusterId;
461+
this.relativePfsClusterId = model.relativePfsClusterId;
423462
this.requestId = model.requestId;
424463
this.securityGroupId = model.securityGroupId;
425464
this.storageSpace = model.storageSpace;
@@ -462,6 +501,14 @@ public Builder bandwidthBaseLine(Double bandwidthBaseLine) {
462501
return this;
463502
}
464503

504+
/**
505+
* BucketId.
506+
*/
507+
public Builder bucketId(String bucketId) {
508+
this.bucketId = bucketId;
509+
return this;
510+
}
511+
465512
/**
466513
* Category.
467514
*/
@@ -510,6 +557,14 @@ public Builder expired(String expired) {
510557
return this;
511558
}
512559

560+
/**
561+
* FileSystemId.
562+
*/
563+
public Builder fileSystemId(String fileSystemId) {
564+
this.fileSystemId = fileSystemId;
565+
return this;
566+
}
567+
513568
/**
514569
* LockMode.
515570
*/
@@ -606,6 +661,14 @@ public Builder relativeDbClusterId(String relativeDbClusterId) {
606661
return this;
607662
}
608663

664+
/**
665+
* RelativePfsClusterId.
666+
*/
667+
public Builder relativePfsClusterId(String relativePfsClusterId) {
668+
this.relativePfsClusterId = relativePfsClusterId;
669+
return this;
670+
}
671+
609672
/**
610673
* <p>Id of the request</p>
611674
*

0 commit comments

Comments
 (0)