Skip to content

Commit 3538a71

Browse files
committed
Generated java-async 2019-06-01 for oos.
1 parent 394c2a7 commit 3538a71

File tree

4 files changed

+88
-1
lines changed

4 files changed

+88
-1
lines changed

oos-20190601/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-12 Version: 3.0.14
2+
- Generated java-async 2019-06-01 for oos.
3+
14
2025-05-12 Version: 3.0.13
25
- Generated java-async 2019-06-01 for oos.
36

oos-20190601/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-oos20190601</artifactId>
6-
<version>3.0.13</version>
6+
<version>3.0.14</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-oos20190601</name>
99
<description>Alibaba Cloud oos (20190601) Async SDK for Java

oos-20190601/src/main/java/com/aliyun/sdk/service/oos20190601/models/GetApplicationGroupResponseBody.java

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ public static class ApplicationGroup extends TeaModel {
122122
@com.aliyun.core.annotation.NameInMap("Description")
123123
private String description;
124124

125+
@com.aliyun.core.annotation.NameInMap("ErrorDetail")
126+
private String errorDetail;
127+
128+
@com.aliyun.core.annotation.NameInMap("ErrorType")
129+
private String errorType;
130+
125131
@com.aliyun.core.annotation.NameInMap("ImportTagKey")
126132
private String importTagKey;
127133

@@ -155,6 +161,8 @@ private ApplicationGroup(Builder builder) {
155161
this.deployParameters = builder.deployParameters;
156162
this.deployRegionId = builder.deployRegionId;
157163
this.description = builder.description;
164+
this.errorDetail = builder.errorDetail;
165+
this.errorType = builder.errorType;
158166
this.importTagKey = builder.importTagKey;
159167
this.importTagValue = builder.importTagValue;
160168
this.name = builder.name;
@@ -229,6 +237,20 @@ public String getDescription() {
229237
return this.description;
230238
}
231239

240+
/**
241+
* @return errorDetail
242+
*/
243+
public String getErrorDetail() {
244+
return this.errorDetail;
245+
}
246+
247+
/**
248+
* @return errorType
249+
*/
250+
public String getErrorType() {
251+
return this.errorType;
252+
}
253+
232254
/**
233255
* @return importTagKey
234256
*/
@@ -294,6 +316,8 @@ public static final class Builder {
294316
private String deployParameters;
295317
private String deployRegionId;
296318
private String description;
319+
private String errorDetail;
320+
private String errorType;
297321
private String importTagKey;
298322
private String importTagValue;
299323
private String name;
@@ -315,6 +339,8 @@ private Builder(ApplicationGroup model) {
315339
this.deployParameters = model.deployParameters;
316340
this.deployRegionId = model.deployRegionId;
317341
this.description = model.description;
342+
this.errorDetail = model.errorDetail;
343+
this.errorType = model.errorType;
318344
this.importTagKey = model.importTagKey;
319345
this.importTagValue = model.importTagValue;
320346
this.name = model.name;
@@ -413,6 +439,22 @@ public Builder description(String description) {
413439
return this;
414440
}
415441

442+
/**
443+
* ErrorDetail.
444+
*/
445+
public Builder errorDetail(String errorDetail) {
446+
this.errorDetail = errorDetail;
447+
return this;
448+
}
449+
450+
/**
451+
* ErrorType.
452+
*/
453+
public Builder errorType(String errorType) {
454+
this.errorType = errorType;
455+
return this;
456+
}
457+
416458
/**
417459
* <p>The tag key.</p>
418460
*

oos-20190601/src/main/java/com/aliyun/sdk/service/oos20190601/models/ListApplicationGroupsResponseBody.java

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ public static class ApplicationGroups extends TeaModel {
166166
@com.aliyun.core.annotation.NameInMap("Description")
167167
private String description;
168168

169+
@com.aliyun.core.annotation.NameInMap("ErrorDetail")
170+
private String errorDetail;
171+
172+
@com.aliyun.core.annotation.NameInMap("ErrorType")
173+
private String errorType;
174+
169175
@com.aliyun.core.annotation.NameInMap("ImportTagKey")
170176
private String importTagKey;
171177

@@ -191,6 +197,8 @@ private ApplicationGroups(Builder builder) {
191197
this.deployParameters = builder.deployParameters;
192198
this.deployRegionId = builder.deployRegionId;
193199
this.description = builder.description;
200+
this.errorDetail = builder.errorDetail;
201+
this.errorType = builder.errorType;
194202
this.importTagKey = builder.importTagKey;
195203
this.importTagValue = builder.importTagValue;
196204
this.name = builder.name;
@@ -249,6 +257,20 @@ public String getDescription() {
249257
return this.description;
250258
}
251259

260+
/**
261+
* @return errorDetail
262+
*/
263+
public String getErrorDetail() {
264+
return this.errorDetail;
265+
}
266+
267+
/**
268+
* @return errorType
269+
*/
270+
public String getErrorType() {
271+
return this.errorType;
272+
}
273+
252274
/**
253275
* @return importTagKey
254276
*/
@@ -298,6 +320,8 @@ public static final class Builder {
298320
private String deployParameters;
299321
private String deployRegionId;
300322
private String description;
323+
private String errorDetail;
324+
private String errorType;
301325
private String importTagKey;
302326
private String importTagValue;
303327
private String name;
@@ -315,6 +339,8 @@ private Builder(ApplicationGroups model) {
315339
this.deployParameters = model.deployParameters;
316340
this.deployRegionId = model.deployRegionId;
317341
this.description = model.description;
342+
this.errorDetail = model.errorDetail;
343+
this.errorType = model.errorType;
318344
this.importTagKey = model.importTagKey;
319345
this.importTagValue = model.importTagValue;
320346
this.name = model.name;
@@ -389,6 +415,22 @@ public Builder description(String description) {
389415
return this;
390416
}
391417

418+
/**
419+
* ErrorDetail.
420+
*/
421+
public Builder errorDetail(String errorDetail) {
422+
this.errorDetail = errorDetail;
423+
return this;
424+
}
425+
426+
/**
427+
* ErrorType.
428+
*/
429+
public Builder errorType(String errorType) {
430+
this.errorType = errorType;
431+
return this;
432+
}
433+
392434
/**
393435
* <p>The tag key.</p>
394436
*

0 commit comments

Comments
 (0)