Skip to content

Commit 1816171

Browse files
committed
Generated java-async 2025-04-29 for WebsiteBuild.
1 parent 4760eff commit 1816171

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

websitebuild-20250429/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2026-06-30 Version: 2.0.55
2+
- Generated java-async 2025-04-29 for WebsiteBuild.
3+
14
2026-06-29 Version: 2.0.54
25
- Generated java-async 2025-04-29 for WebsiteBuild.
36

websitebuild-20250429/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-websitebuild20250429</artifactId>
6-
<version>2.0.54</version>
6+
<version>2.0.55</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-websitebuild20250429</name>
99
<description>Alibaba Cloud WebsiteBuild (20250429) Async SDK for Java

websitebuild-20250429/src/main/java/com/aliyun/sdk/service/websitebuild20250429/models/GrantPromotionOfferForPartnerRequest.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public class GrantPromotionOfferForPartnerRequest extends Request {
2121
@com.aliyun.core.annotation.NameInMap("RegionId")
2222
private String regionId;
2323

24+
@com.aliyun.core.annotation.Query
25+
@com.aliyun.core.annotation.NameInMap("ActivityCode")
26+
private String activityCode;
27+
2428
@com.aliyun.core.annotation.Query
2529
@com.aliyun.core.annotation.NameInMap("ActivityId")
2630
private String activityId;
@@ -44,6 +48,7 @@ public class GrantPromotionOfferForPartnerRequest extends Request {
4448
private GrantPromotionOfferForPartnerRequest(Builder builder) {
4549
super(builder);
4650
this.regionId = builder.regionId;
51+
this.activityCode = builder.activityCode;
4752
this.activityId = builder.activityId;
4853
this.belongId = builder.belongId;
4954
this.channel = builder.channel;
@@ -71,6 +76,13 @@ public String getRegionId() {
7176
return this.regionId;
7277
}
7378

79+
/**
80+
* @return activityCode
81+
*/
82+
public String getActivityCode() {
83+
return this.activityCode;
84+
}
85+
7486
/**
7587
* @return activityId
7688
*/
@@ -108,6 +120,7 @@ public String getRemark() {
108120

109121
public static final class Builder extends Request.Builder<GrantPromotionOfferForPartnerRequest, Builder> {
110122
private String regionId;
123+
private String activityCode;
111124
private String activityId;
112125
private String belongId;
113126
private String channel;
@@ -121,6 +134,7 @@ private Builder() {
121134
private Builder(GrantPromotionOfferForPartnerRequest request) {
122135
super(request);
123136
this.regionId = request.regionId;
137+
this.activityCode = request.activityCode;
124138
this.activityId = request.activityId;
125139
this.belongId = request.belongId;
126140
this.channel = request.channel;
@@ -137,6 +151,15 @@ public Builder regionId(String regionId) {
137151
return this;
138152
}
139153

154+
/**
155+
* ActivityCode.
156+
*/
157+
public Builder activityCode(String activityCode) {
158+
this.putQueryParameter("ActivityCode", activityCode);
159+
this.activityCode = activityCode;
160+
return this;
161+
}
162+
140163
/**
141164
* ActivityId.
142165
*/

0 commit comments

Comments
 (0)