Skip to content

Commit e59fe51

Browse files
committed
Generated java-async 2021-09-01 for appstream-center.
1 parent 49252d3 commit e59fe51

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

appstream-center-20210901/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2026-04-25 Version: 4.0.0
2+
- Generated java-async 2021-09-01 for appstream-center.
3+
14
2026-04-16 Version: 3.0.25
25
- Generated java-async 2021-09-01 for appstream-center.
36

appstream-center-20210901/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-appstream_center20210901</artifactId>
6-
<version>3.0.25</version>
6+
<version>4.0.0</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-appstream_center20210901</name>
99
<description>Alibaba Cloud appstream-center (20210901) Async SDK for Java

appstream-center-20210901/src/main/java/com/aliyun/sdk/service/appstream_center20210901/models/ModifyBrowserInstanceGroupRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public static class BrowserConfig extends TeaModel {
398398
private String browserParam;
399399

400400
@com.aliyun.core.annotation.NameInMap("CookiesSync")
401-
private String cookiesSync;
401+
private Boolean cookiesSync;
402402

403403
@com.aliyun.core.annotation.NameInMap("Homepage")
404404
private String homepage;
@@ -447,7 +447,7 @@ public String getBrowserParam() {
447447
/**
448448
* @return cookiesSync
449449
*/
450-
public String getCookiesSync() {
450+
public Boolean getCookiesSync() {
451451
return this.cookiesSync;
452452
}
453453

@@ -469,7 +469,7 @@ public static final class Builder {
469469
private java.util.List<Bookmarks> bookmarks;
470470
private String bookmarksFilePath;
471471
private String browserParam;
472-
private String cookiesSync;
472+
private Boolean cookiesSync;
473473
private String homepage;
474474
private java.util.List<String> removeBookmarks;
475475

@@ -515,7 +515,7 @@ public Builder browserParam(String browserParam) {
515515
/**
516516
* CookiesSync.
517517
*/
518-
public Builder cookiesSync(String cookiesSync) {
518+
public Builder cookiesSync(Boolean cookiesSync) {
519519
this.cookiesSync = cookiesSync;
520520
return this;
521521
}

0 commit comments

Comments
 (0)