Skip to content

Commit 03ce41f

Browse files
committed
Generated java-async 2018-02-08 for Domain.
1 parent 8b3e052 commit 03ce41f

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

domain-20180208/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2026-06-24 Version: 1.0.21
2+
- Generated java-async 2018-02-08 for Domain.
3+
14
2026-06-24 Version: 1.0.20
25
- Generated java-async 2018-02-08 for Domain.
36

domain-20180208/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-domain20180208</artifactId>
6-
<version>1.0.20</version>
6+
<version>1.0.21</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-domain20180208</name>
99
<description>Alibaba Cloud Domain (20180208) Async SDK for Java

domain-20180208/src/main/java/com/aliyun/sdk/service/domain20180208/models/QueryCloseoutDomainListResponseBody.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ public static class Data extends TeaModel {
155155
@com.aliyun.core.annotation.NameInMap("IcpStatus")
156156
private Boolean icpStatus;
157157

158+
@com.aliyun.core.annotation.NameInMap("Id")
159+
private Long id;
160+
158161
@com.aliyun.core.annotation.NameInMap("Introduction")
159162
private String introduction;
160163

@@ -236,6 +239,7 @@ private Data(Builder builder) {
236239
this.freezeAmount = builder.freezeAmount;
237240
this.icpNumber = builder.icpNumber;
238241
this.icpStatus = builder.icpStatus;
242+
this.id = builder.id;
239243
this.introduction = builder.introduction;
240244
this.isPremium = builder.isPremium;
241245
this.partnerTypes = builder.partnerTypes;
@@ -406,6 +410,13 @@ public Boolean getIcpStatus() {
406410
return this.icpStatus;
407411
}
408412

413+
/**
414+
* @return id
415+
*/
416+
public Long getId() {
417+
return this.id;
418+
}
419+
409420
/**
410421
* @return introduction
411422
*/
@@ -567,6 +578,7 @@ public static final class Builder {
567578
private Double freezeAmount;
568579
private String icpNumber;
569580
private Boolean icpStatus;
581+
private Long id;
570582
private String introduction;
571583
private Boolean isPremium;
572584
private String partnerTypes;
@@ -612,6 +624,7 @@ private Builder(Data model) {
612624
this.freezeAmount = model.freezeAmount;
613625
this.icpNumber = model.icpNumber;
614626
this.icpStatus = model.icpStatus;
627+
this.id = model.id;
615628
this.introduction = model.introduction;
616629
this.isPremium = model.isPremium;
617630
this.partnerTypes = model.partnerTypes;
@@ -794,6 +807,14 @@ public Builder icpStatus(Boolean icpStatus) {
794807
return this;
795808
}
796809

810+
/**
811+
* Id.
812+
*/
813+
public Builder id(Long id) {
814+
this.id = id;
815+
return this;
816+
}
817+
797818
/**
798819
* Introduction.
799820
*/

0 commit comments

Comments
 (0)