File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/main/java/com/aliyun/eds_aic20230930/models Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2025-08-15 Version: 3.11.2
2
+ - Update API CreateCloudPhoneNode: add request parameters NetworkInfo.PayType.
3
+
4
+
1
5
2025-08-15 Version: 3.11.1
2
6
- Generated java 2023-09-30 for eds-aic.
3
7
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.aliyun</groupId >
5
5
<artifactId >eds_aic20230930</artifactId >
6
- <version >3.11.1 </version >
6
+ <version >3.11.2 </version >
7
7
<packaging >jar</packaging >
8
8
<name >eds_aic20230930</name >
9
9
<description >Alibaba Cloud eds-aic (20230930) SDK for Java
Original file line number Diff line number Diff line change @@ -512,6 +512,9 @@ public static class CreateCloudPhoneNodeRequestNetworkInfo extends TeaModel {
512
512
@ NameInMap ("LimitedBandwidth" )
513
513
public Integer limitedBandwidth ;
514
514
515
+ @ NameInMap ("PayType" )
516
+ public String payType ;
517
+
515
518
public static CreateCloudPhoneNodeRequestNetworkInfo build (java .util .Map <String , ?> map ) throws Exception {
516
519
CreateCloudPhoneNodeRequestNetworkInfo self = new CreateCloudPhoneNodeRequestNetworkInfo ();
517
520
return TeaModel .build (map , self );
@@ -565,6 +568,14 @@ public Integer getLimitedBandwidth() {
565
568
return this .limitedBandwidth ;
566
569
}
567
570
571
+ public CreateCloudPhoneNodeRequestNetworkInfo setPayType (String payType ) {
572
+ this .payType = payType ;
573
+ return this ;
574
+ }
575
+ public String getPayType () {
576
+ return this .payType ;
577
+ }
578
+
568
579
}
569
580
570
581
public static class CreateCloudPhoneNodeRequestTag extends TeaModel {
You can’t perform that action at this time.
0 commit comments