Skip to content

Commit 3fdf685

Browse files
committed
Generated java-async 2018-01-11 for rtc.
1 parent 4686b8a commit 3fdf685

File tree

308 files changed

+5487
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+5487
-206
lines changed

rtc-20180111/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-15 Version: 5.0.4
2+
- Generated java-async 2018-01-11 for rtc.
3+
14
2025-02-21 Version: 5.0.3
25
- Generated java-async 2018-01-11 for rtc.
36

rtc-20180111/pom.xml

Lines changed: 2 additions & 2 deletions
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-rtc20180111</artifactId>
6-
<version>5.0.3</version>
6+
<version>5.0.4</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-rtc20180111</name>
99
<description>Alibaba Cloud rtc (20180111) Async SDK for Java
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-gpg-plugin</artifactId>
79-
<version>1.6</version>
79+
<version>3.1.0</version>
8080
<executions>
8181
<execution>
8282
<id>sign-artifacts</id>

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/AddRecordTemplateRequest.java

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static AddRecordTemplateRequest create() {
134134
return builder().build();
135135
}
136136

137-
@Override
137+
@Override
138138
public Builder toBuilder() {
139139
return new Builder(this);
140140
}
@@ -626,6 +626,19 @@ public static final class Builder {
626626
private Float y;
627627
private Integer zOrder;
628628

629+
private Builder() {
630+
}
631+
632+
private Builder(Backgrounds model) {
633+
this.display = model.display;
634+
this.height = model.height;
635+
this.url = model.url;
636+
this.width = model.width;
637+
this.x = model.x;
638+
this.y = model.y;
639+
this.zOrder = model.zOrder;
640+
}
641+
629642
/**
630643
* Display.
631644
*/
@@ -781,6 +794,18 @@ public static final class Builder {
781794
private Float y;
782795
private Integer zOrder;
783796

797+
private Builder() {
798+
}
799+
800+
private Builder(ClockWidgets model) {
801+
this.fontColor = model.fontColor;
802+
this.fontSize = model.fontSize;
803+
this.fontType = model.fontType;
804+
this.x = model.x;
805+
this.y = model.y;
806+
this.zOrder = model.zOrder;
807+
}
808+
784809
/**
785810
* FontColor.
786811
*/
@@ -952,6 +977,20 @@ public static final class Builder {
952977
private Float y;
953978
private Integer zOrder;
954979

980+
private Builder() {
981+
}
982+
983+
private Builder(Watermarks model) {
984+
this.alpha = model.alpha;
985+
this.display = model.display;
986+
this.height = model.height;
987+
this.url = model.url;
988+
this.width = model.width;
989+
this.x = model.x;
990+
this.y = model.y;
991+
this.zOrder = model.zOrder;
992+
}
993+
955994
/**
956995
* Alpha.
957996
*/

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/AddRecordTemplateResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static AddRecordTemplateResponse create() {
3737
return new BuilderImpl().build();
3838
}
3939

40-
@Override
40+
@Override
4141
public Builder toBuilder() {
4242
return new BuilderImpl(this);
4343
}

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/AddRecordTemplateResponseBody.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ public static AddRecordTemplateResponseBody create() {
3636
return builder().build();
3737
}
3838

39+
public Builder toBuilder() {
40+
return new Builder(this);
41+
}
42+
3943
/**
4044
* @return requestId
4145
*/
@@ -54,6 +58,14 @@ public static final class Builder {
5458
private String requestId;
5559
private String templateId;
5660

61+
private Builder() {
62+
}
63+
64+
private Builder(AddRecordTemplateResponseBody model) {
65+
this.requestId = model.requestId;
66+
this.templateId = model.templateId;
67+
}
68+
5769
/**
5870
* RequestId.
5971
*/

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/CreateAppLayoutRequest.java

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static CreateAppLayoutRequest create() {
4646
return builder().build();
4747
}
4848

49-
@Override
49+
@Override
5050
public Builder toBuilder() {
5151
return new Builder(this);
5252
}
@@ -224,6 +224,18 @@ public static final class Builder {
224224
private Double y;
225225
private Integer zOrder;
226226

227+
private Builder() {
228+
}
229+
230+
private Builder(Panes model) {
231+
this.height = model.height;
232+
this.paneId = model.paneId;
233+
this.width = model.width;
234+
this.x = model.x;
235+
this.y = model.y;
236+
this.zOrder = model.zOrder;
237+
}
238+
227239
/**
228240
* Height.
229241
*/
@@ -325,6 +337,14 @@ public static final class Builder {
325337
private String name;
326338
private java.util.List<Panes> panes;
327339

340+
private Builder() {
341+
}
342+
343+
private Builder(Layout model) {
344+
this.name = model.name;
345+
this.panes = model.panes;
346+
}
347+
328348
/**
329349
* <p>This parameter is required.</p>
330350
*

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/CreateAppLayoutResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static CreateAppLayoutResponse create() {
3737
return new BuilderImpl().build();
3838
}
3939

40-
@Override
40+
@Override
4141
public Builder toBuilder() {
4242
return new BuilderImpl(this);
4343
}

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/CreateAppLayoutResponseBody.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ public static CreateAppLayoutResponseBody create() {
3636
return builder().build();
3737
}
3838

39+
public Builder toBuilder() {
40+
return new Builder(this);
41+
}
42+
3943
/**
4044
* @return layoutId
4145
*/
@@ -54,6 +58,14 @@ public static final class Builder {
5458
private String layoutId;
5559
private String requestId;
5660

61+
private Builder() {
62+
}
63+
64+
private Builder(CreateAppLayoutResponseBody model) {
65+
this.layoutId = model.layoutId;
66+
this.requestId = model.requestId;
67+
}
68+
5769
/**
5870
* LayoutId.
5971
*/

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/CreateAppRecordTemplateRequest.java

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static CreateAppRecordTemplateRequest create() {
4646
return builder().build();
4747
}
4848

49-
@Override
49+
@Override
5050
public Builder toBuilder() {
5151
return new Builder(this);
5252
}
@@ -236,6 +236,19 @@ public static final class Builder {
236236
private Integer mediaEncode;
237237
private String name;
238238

239+
private Builder() {
240+
}
241+
242+
private Builder(RecordTemplate model) {
243+
this.delayStopTime = model.delayStopTime;
244+
this.filePrefix = model.filePrefix;
245+
this.fileSplitInterval = model.fileSplitInterval;
246+
this.formats = model.formats;
247+
this.layoutIds = model.layoutIds;
248+
this.mediaEncode = model.mediaEncode;
249+
this.name = model.name;
250+
}
251+
239252
/**
240253
* DelayStopTime.
241254
*/

rtc-20180111/src/main/java/com/aliyun/sdk/service/rtc20180111/models/CreateAppRecordTemplateResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static CreateAppRecordTemplateResponse create() {
3737
return new BuilderImpl().build();
3838
}
3939

40-
@Override
40+
@Override
4141
public Builder toBuilder() {
4242
return new BuilderImpl(this);
4343
}

0 commit comments

Comments
 (0)