Skip to content

Commit d29e048

Browse files
committed
Generated java 2016-07-14 for CloudAPI.
1 parent 9c78291 commit d29e048

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

cloudapi-20160714/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-08-11 Version: 3.0.2
2+
- Generated java 2016-07-14 for CloudAPI.
3+
14
2023-08-03 Version: 3.0.1
25
- Add DescribeGroupQps.
36

cloudapi-20160714/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>cloudapi20160714</artifactId>
6-
<version>3.0.1</version>
6+
<version>3.0.2</version>
77
<packaging>jar</packaging>
88
<name>cloudapi20160714</name>
99
<description>Alibaba Cloud CloudAPI (20160714) SDK for Java

cloudapi-20160714/src/main/java/com/aliyun/cloudapi20160714/models/DescribeApiGroupResponseBody.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ public class DescribeApiGroupResponseBody extends TeaModel {
7676
@NameInMap("Description")
7777
public String description;
7878

79+
@NameInMap("DisableInnerDomain")
80+
public Boolean disableInnerDomain;
81+
7982
/**
8083
* <p>The ID of the API group. This ID is generated by the system and globally unique.</p>
8184
*/
@@ -301,6 +304,14 @@ public String getDescription() {
301304
return this.description;
302305
}
303306

307+
public DescribeApiGroupResponseBody setDisableInnerDomain(Boolean disableInnerDomain) {
308+
this.disableInnerDomain = disableInnerDomain;
309+
return this;
310+
}
311+
public Boolean getDisableInnerDomain() {
312+
return this.disableInnerDomain;
313+
}
314+
304315
public DescribeApiGroupResponseBody setGroupId(String groupId) {
305316
this.groupId = groupId;
306317
return this;

0 commit comments

Comments
 (0)