Skip to content

Commit 9e58cf0

Browse files
committed
Generated java-async 2020-12-30 for Sls.
1 parent 4e46edd commit 9e58cf0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

sls-20201230/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-10 Version: 4.0.11
2+
- Generated java-async 2020-12-30 for Sls.
3+
14
2025-06-09 Version: 4.0.10
25
- Generated java-async 2020-12-30 for Sls.
36

sls-20201230/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-sls20201230</artifactId>
6-
<version>4.0.10</version>
6+
<version>4.0.11</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-sls20201230</name>
99
<description>Alibaba Cloud Sls (20201230) Async SDK for Java

sls-20201230/src/main/java/com/aliyun/sdk/service/sls20201230/models/ListAgentInstanceConfigsResponseBody.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public ListAgentInstanceConfigsResponseBody build() {
117117
*/
118118
public static class Configs extends TeaModel {
119119
@com.aliyun.core.annotation.NameInMap("attributes")
120-
private String attributes;
120+
private java.util.Map<String, String> attributes;
121121

122122
@com.aliyun.core.annotation.NameInMap("configType")
123123
private String configType;
@@ -138,7 +138,7 @@ public static Configs create() {
138138
/**
139139
* @return attributes
140140
*/
141-
public String getAttributes() {
141+
public java.util.Map<String, String> getAttributes() {
142142
return this.attributes;
143143
}
144144

@@ -150,7 +150,7 @@ public String getConfigType() {
150150
}
151151

152152
public static final class Builder {
153-
private String attributes;
153+
private java.util.Map<String, String> attributes;
154154
private String configType;
155155

156156
private Builder() {
@@ -164,7 +164,7 @@ private Builder(Configs model) {
164164
/**
165165
* attributes.
166166
*/
167-
public Builder attributes(String attributes) {
167+
public Builder attributes(java.util.Map<String, String> attributes) {
168168
this.attributes = attributes;
169169
return this;
170170
}

0 commit comments

Comments
 (0)