File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
src/main/java/com/aliyun/cloudapi20160714/models Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ 2023-08-11 Version: 3.0.2
2+ - Generated java 2016-07-14 for CloudAPI.
3+
142023-08-03 Version: 3.0.1
25- Add DescribeGroupQps.
36
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments