Skip to content

Commit a983463

Browse files
committed
Merge branch 'integration_2025-10-17_1071536904962' into billing-Java-2022-01-01-online-1716-2025_10_16_19_02_28
2 parents f9cf1c7 + 983c731 commit a983463

File tree

78 files changed

+10975
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+10975
-56
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,5 +317,6 @@
317317
<module>volcengine-java-sdk-resourceshare</module>
318318
<module>volcengine-java-sdk-na</module>
319319
<module>volcengine-java-sdk-dms20250101</module>
320+
<module>volcengine-java-sdk-metakms</module>
320321
</modules>
321322
</project>

volcengine-java-sdk-bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@
619619
<optional>false</optional>
620620
<version>${project.version}</version>
621621
</dependency>
622+
<dependency>
623+
<groupId>com.volcengine</groupId>
624+
<artifactId>volcengine-java-sdk-metakms</artifactId>
625+
<optional>false</optional>
626+
<version>${project.version}</version>
627+
</dependency>
622628
</dependencies>
623629
</dependencyManagement>
624630
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
/*
2+
* directconnect
3+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4+
*
5+
* OpenAPI spec version: common-version
6+
*
7+
*
8+
* NOTE: This class is auto generated by the swagger code generator program.
9+
* https://github.com/swagger-api/swagger-codegen.git
10+
* Do not edit the class manually.
11+
*/
12+
13+
package com.volcengine.directconnect.model;
14+
15+
import java.util.Objects;
16+
import java.util.Arrays;
17+
import com.google.gson.TypeAdapter;
18+
import com.google.gson.annotations.JsonAdapter;
19+
import com.google.gson.annotations.SerializedName;
20+
import com.google.gson.stream.JsonReader;
21+
import com.google.gson.stream.JsonWriter;
22+
import io.swagger.v3.oas.annotations.media.Schema;
23+
import java.io.IOException;
24+
import javax.validation.constraints.*;
25+
import javax.validation.Valid;
26+
/**
27+
* AssociateEicForDescribeDirectConnectGatewayAttributesOutput
28+
*/
29+
30+
31+
32+
public class AssociateEicForDescribeDirectConnectGatewayAttributesOutput {
33+
@SerializedName("EicId")
34+
private String eicId = null;
35+
36+
@SerializedName("EicOwnerId")
37+
private String eicOwnerId = null;
38+
39+
@SerializedName("EicStatus")
40+
private String eicStatus = null;
41+
42+
public AssociateEicForDescribeDirectConnectGatewayAttributesOutput eicId(String eicId) {
43+
this.eicId = eicId;
44+
return this;
45+
}
46+
47+
/**
48+
* Get eicId
49+
* @return eicId
50+
**/
51+
@Schema(description = "")
52+
public String getEicId() {
53+
return eicId;
54+
}
55+
56+
public void setEicId(String eicId) {
57+
this.eicId = eicId;
58+
}
59+
60+
public AssociateEicForDescribeDirectConnectGatewayAttributesOutput eicOwnerId(String eicOwnerId) {
61+
this.eicOwnerId = eicOwnerId;
62+
return this;
63+
}
64+
65+
/**
66+
* Get eicOwnerId
67+
* @return eicOwnerId
68+
**/
69+
@Schema(description = "")
70+
public String getEicOwnerId() {
71+
return eicOwnerId;
72+
}
73+
74+
public void setEicOwnerId(String eicOwnerId) {
75+
this.eicOwnerId = eicOwnerId;
76+
}
77+
78+
public AssociateEicForDescribeDirectConnectGatewayAttributesOutput eicStatus(String eicStatus) {
79+
this.eicStatus = eicStatus;
80+
return this;
81+
}
82+
83+
/**
84+
* Get eicStatus
85+
* @return eicStatus
86+
**/
87+
@Schema(description = "")
88+
public String getEicStatus() {
89+
return eicStatus;
90+
}
91+
92+
public void setEicStatus(String eicStatus) {
93+
this.eicStatus = eicStatus;
94+
}
95+
96+
97+
@Override
98+
public boolean equals(java.lang.Object o) {
99+
if (this == o) {
100+
return true;
101+
}
102+
if (o == null || getClass() != o.getClass()) {
103+
return false;
104+
}
105+
AssociateEicForDescribeDirectConnectGatewayAttributesOutput associateEicForDescribeDirectConnectGatewayAttributesOutput = (AssociateEicForDescribeDirectConnectGatewayAttributesOutput) o;
106+
return Objects.equals(this.eicId, associateEicForDescribeDirectConnectGatewayAttributesOutput.eicId) &&
107+
Objects.equals(this.eicOwnerId, associateEicForDescribeDirectConnectGatewayAttributesOutput.eicOwnerId) &&
108+
Objects.equals(this.eicStatus, associateEicForDescribeDirectConnectGatewayAttributesOutput.eicStatus);
109+
}
110+
111+
@Override
112+
public int hashCode() {
113+
return Objects.hash(eicId, eicOwnerId, eicStatus);
114+
}
115+
116+
117+
@Override
118+
public String toString() {
119+
StringBuilder sb = new StringBuilder();
120+
sb.append("class AssociateEicForDescribeDirectConnectGatewayAttributesOutput {\n");
121+
122+
sb.append(" eicId: ").append(toIndentedString(eicId)).append("\n");
123+
sb.append(" eicOwnerId: ").append(toIndentedString(eicOwnerId)).append("\n");
124+
sb.append(" eicStatus: ").append(toIndentedString(eicStatus)).append("\n");
125+
sb.append("}");
126+
return sb.toString();
127+
}
128+
129+
/**
130+
* Convert the given object to string with each line indented by 4 spaces
131+
* (except the first line).
132+
*/
133+
private String toIndentedString(java.lang.Object o) {
134+
if (o == null) {
135+
return "null";
136+
}
137+
return o.toString().replace("\n", "\n ");
138+
}
139+
140+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
/*
2+
* directconnect
3+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4+
*
5+
* OpenAPI spec version: common-version
6+
*
7+
*
8+
* NOTE: This class is auto generated by the swagger code generator program.
9+
* https://github.com/swagger-api/swagger-codegen.git
10+
* Do not edit the class manually.
11+
*/
12+
13+
package com.volcengine.directconnect.model;
14+
15+
import java.util.Objects;
16+
import java.util.Arrays;
17+
import com.google.gson.TypeAdapter;
18+
import com.google.gson.annotations.JsonAdapter;
19+
import com.google.gson.annotations.SerializedName;
20+
import com.google.gson.stream.JsonReader;
21+
import com.google.gson.stream.JsonWriter;
22+
import io.swagger.v3.oas.annotations.media.Schema;
23+
import java.io.IOException;
24+
import javax.validation.constraints.*;
25+
import javax.validation.Valid;
26+
/**
27+
* AssociateEicForDescribeDirectConnectGatewaysOutput
28+
*/
29+
30+
31+
32+
public class AssociateEicForDescribeDirectConnectGatewaysOutput {
33+
@SerializedName("EicId")
34+
private String eicId = null;
35+
36+
@SerializedName("EicOwnerId")
37+
private String eicOwnerId = null;
38+
39+
@SerializedName("EicStatus")
40+
private String eicStatus = null;
41+
42+
public AssociateEicForDescribeDirectConnectGatewaysOutput eicId(String eicId) {
43+
this.eicId = eicId;
44+
return this;
45+
}
46+
47+
/**
48+
* Get eicId
49+
* @return eicId
50+
**/
51+
@Schema(description = "")
52+
public String getEicId() {
53+
return eicId;
54+
}
55+
56+
public void setEicId(String eicId) {
57+
this.eicId = eicId;
58+
}
59+
60+
public AssociateEicForDescribeDirectConnectGatewaysOutput eicOwnerId(String eicOwnerId) {
61+
this.eicOwnerId = eicOwnerId;
62+
return this;
63+
}
64+
65+
/**
66+
* Get eicOwnerId
67+
* @return eicOwnerId
68+
**/
69+
@Schema(description = "")
70+
public String getEicOwnerId() {
71+
return eicOwnerId;
72+
}
73+
74+
public void setEicOwnerId(String eicOwnerId) {
75+
this.eicOwnerId = eicOwnerId;
76+
}
77+
78+
public AssociateEicForDescribeDirectConnectGatewaysOutput eicStatus(String eicStatus) {
79+
this.eicStatus = eicStatus;
80+
return this;
81+
}
82+
83+
/**
84+
* Get eicStatus
85+
* @return eicStatus
86+
**/
87+
@Schema(description = "")
88+
public String getEicStatus() {
89+
return eicStatus;
90+
}
91+
92+
public void setEicStatus(String eicStatus) {
93+
this.eicStatus = eicStatus;
94+
}
95+
96+
97+
@Override
98+
public boolean equals(java.lang.Object o) {
99+
if (this == o) {
100+
return true;
101+
}
102+
if (o == null || getClass() != o.getClass()) {
103+
return false;
104+
}
105+
AssociateEicForDescribeDirectConnectGatewaysOutput associateEicForDescribeDirectConnectGatewaysOutput = (AssociateEicForDescribeDirectConnectGatewaysOutput) o;
106+
return Objects.equals(this.eicId, associateEicForDescribeDirectConnectGatewaysOutput.eicId) &&
107+
Objects.equals(this.eicOwnerId, associateEicForDescribeDirectConnectGatewaysOutput.eicOwnerId) &&
108+
Objects.equals(this.eicStatus, associateEicForDescribeDirectConnectGatewaysOutput.eicStatus);
109+
}
110+
111+
@Override
112+
public int hashCode() {
113+
return Objects.hash(eicId, eicOwnerId, eicStatus);
114+
}
115+
116+
117+
@Override
118+
public String toString() {
119+
StringBuilder sb = new StringBuilder();
120+
sb.append("class AssociateEicForDescribeDirectConnectGatewaysOutput {\n");
121+
122+
sb.append(" eicId: ").append(toIndentedString(eicId)).append("\n");
123+
sb.append(" eicOwnerId: ").append(toIndentedString(eicOwnerId)).append("\n");
124+
sb.append(" eicStatus: ").append(toIndentedString(eicStatus)).append("\n");
125+
sb.append("}");
126+
return sb.toString();
127+
}
128+
129+
/**
130+
* Convert the given object to string with each line indented by 4 spaces
131+
* (except the first line).
132+
*/
133+
private String toIndentedString(java.lang.Object o) {
134+
if (o == null) {
135+
return "null";
136+
}
137+
return o.toString().replace("\n", "\n ");
138+
}
139+
140+
}

volcengine-java-sdk-directconnect/src/main/java/com/volcengine/directconnect/model/DescribeDirectConnectGatewayAttributesResponse.java

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import com.google.gson.stream.JsonReader;
2121
import com.google.gson.stream.JsonWriter;
2222
import com.volcengine.directconnect.model.AssociateCenForDescribeDirectConnectGatewayAttributesOutput;
23+
import com.volcengine.directconnect.model.AssociateEicForDescribeDirectConnectGatewayAttributesOutput;
2324
import com.volcengine.directconnect.model.TagForDescribeDirectConnectGatewayAttributesOutput;
2425
import io.swagger.v3.oas.annotations.media.Schema;
2526
import java.io.IOException;
@@ -40,6 +41,9 @@ public class DescribeDirectConnectGatewayAttributesResponse extends com.volcengi
4041
@SerializedName("AssociateCens")
4142
private List<AssociateCenForDescribeDirectConnectGatewayAttributesOutput> associateCens = null;
4243

44+
@SerializedName("AssociateEic")
45+
private AssociateEicForDescribeDirectConnectGatewayAttributesOutput associateEic = null;
46+
4347
@SerializedName("BgpAsn")
4448
private Integer bgpAsn = null;
4549

@@ -127,6 +131,25 @@ public void setAssociateCens(List<AssociateCenForDescribeDirectConnectGatewayAtt
127131
this.associateCens = associateCens;
128132
}
129133

134+
public DescribeDirectConnectGatewayAttributesResponse associateEic(AssociateEicForDescribeDirectConnectGatewayAttributesOutput associateEic) {
135+
this.associateEic = associateEic;
136+
return this;
137+
}
138+
139+
/**
140+
* Get associateEic
141+
* @return associateEic
142+
**/
143+
@Valid
144+
@Schema(description = "")
145+
public AssociateEicForDescribeDirectConnectGatewayAttributesOutput getAssociateEic() {
146+
return associateEic;
147+
}
148+
149+
public void setAssociateEic(AssociateEicForDescribeDirectConnectGatewayAttributesOutput associateEic) {
150+
this.associateEic = associateEic;
151+
}
152+
130153
public DescribeDirectConnectGatewayAttributesResponse bgpAsn(Integer bgpAsn) {
131154
this.bgpAsn = bgpAsn;
132155
return this;
@@ -400,6 +423,7 @@ public boolean equals(java.lang.Object o) {
400423
DescribeDirectConnectGatewayAttributesResponse describeDirectConnectGatewayAttributesResponse = (DescribeDirectConnectGatewayAttributesResponse) o;
401424
return Objects.equals(this.accountId, describeDirectConnectGatewayAttributesResponse.accountId) &&
402425
Objects.equals(this.associateCens, describeDirectConnectGatewayAttributesResponse.associateCens) &&
426+
Objects.equals(this.associateEic, describeDirectConnectGatewayAttributesResponse.associateEic) &&
403427
Objects.equals(this.bgpAsn, describeDirectConnectGatewayAttributesResponse.bgpAsn) &&
404428
Objects.equals(this.businessStatus, describeDirectConnectGatewayAttributesResponse.businessStatus) &&
405429
Objects.equals(this.creationTime, describeDirectConnectGatewayAttributesResponse.creationTime) &&
@@ -418,7 +442,7 @@ public boolean equals(java.lang.Object o) {
418442

419443
@Override
420444
public int hashCode() {
421-
return Objects.hash(accountId, associateCens, bgpAsn, businessStatus, creationTime, deletedTime, description, directConnectGatewayId, directConnectGatewayName, enableIpv6, lockReason, overdueTime, requestId, status, tags, updateTime);
445+
return Objects.hash(accountId, associateCens, associateEic, bgpAsn, businessStatus, creationTime, deletedTime, description, directConnectGatewayId, directConnectGatewayName, enableIpv6, lockReason, overdueTime, requestId, status, tags, updateTime);
422446
}
423447

424448

@@ -429,6 +453,7 @@ public String toString() {
429453

430454
sb.append(" accountId: ").append(toIndentedString(accountId)).append("\n");
431455
sb.append(" associateCens: ").append(toIndentedString(associateCens)).append("\n");
456+
sb.append(" associateEic: ").append(toIndentedString(associateEic)).append("\n");
432457
sb.append(" bgpAsn: ").append(toIndentedString(bgpAsn)).append("\n");
433458
sb.append(" businessStatus: ").append(toIndentedString(businessStatus)).append("\n");
434459
sb.append(" creationTime: ").append(toIndentedString(creationTime)).append("\n");

0 commit comments

Comments
 (0)