Skip to content

Commit 7416f99

Browse files
author
BitsAdmin
committed
Merge 'cloud_detect-Java-2025-10-31-online-2276-2026_02_24_17_24_27' into 'integration_2026-02-26_1118052561922'
feat: [development task] cloud_detect-2276-Java (2130099) See merge request: !893
2 parents 1a79f16 + 3a0dc18 commit 7416f99

File tree

107 files changed

+4341
-5835
lines changed

Some content is hidden

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

107 files changed

+4341
-5835
lines changed

volcengine-java-sdk-clouddetect20251031/src/main/java/com/volcengine/clouddetect20251031/model/AlarmListForGetTaskOutput.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030

3131

3232
public class AlarmListForGetTaskOutput {
33-
@SerializedName("ID")
34-
private Long ID = null;
33+
@SerializedName("Id")
34+
private Long id = null;
3535

3636
@SerializedName("Name")
3737
private String name = null;
3838

3939
@SerializedName("Status")
4040
private Integer status = null;
4141

42-
public AlarmListForGetTaskOutput ID(Long ID) {
43-
this.ID = ID;
42+
public AlarmListForGetTaskOutput id(Long id) {
43+
this.id = id;
4444
return this;
4545
}
4646

4747
/**
48-
* Get ID
49-
* @return ID
48+
* Get id
49+
* @return id
5050
**/
5151
@Schema(description = "")
52-
public Long getID() {
53-
return ID;
52+
public Long getId() {
53+
return id;
5454
}
5555

56-
public void setID(Long ID) {
57-
this.ID = ID;
56+
public void setId(Long id) {
57+
this.id = id;
5858
}
5959

6060
public AlarmListForGetTaskOutput name(String name) {
@@ -103,14 +103,14 @@ public boolean equals(java.lang.Object o) {
103103
return false;
104104
}
105105
AlarmListForGetTaskOutput alarmListForGetTaskOutput = (AlarmListForGetTaskOutput) o;
106-
return Objects.equals(this.ID, alarmListForGetTaskOutput.ID) &&
106+
return Objects.equals(this.id, alarmListForGetTaskOutput.id) &&
107107
Objects.equals(this.name, alarmListForGetTaskOutput.name) &&
108108
Objects.equals(this.status, alarmListForGetTaskOutput.status);
109109
}
110110

111111
@Override
112112
public int hashCode() {
113-
return Objects.hash(ID, name, status);
113+
return Objects.hash(id, name, status);
114114
}
115115

116116

@@ -119,7 +119,7 @@ public String toString() {
119119
StringBuilder sb = new StringBuilder();
120120
sb.append("class AlarmListForGetTaskOutput {\n");
121121

122-
sb.append(" ID: ").append(toIndentedString(ID)).append("\n");
122+
sb.append(" id: ").append(toIndentedString(id)).append("\n");
123123
sb.append(" name: ").append(toIndentedString(name)).append("\n");
124124
sb.append(" status: ").append(toIndentedString(status)).append("\n");
125125
sb.append("}");

volcengine-java-sdk-clouddetect20251031/src/main/java/com/volcengine/clouddetect20251031/model/AlarmListForListTaskOutput.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030

3131

3232
public class AlarmListForListTaskOutput {
33-
@SerializedName("ID")
34-
private Long ID = null;
33+
@SerializedName("Id")
34+
private Long id = null;
3535

3636
@SerializedName("Name")
3737
private String name = null;
3838

3939
@SerializedName("Status")
4040
private Integer status = null;
4141

42-
public AlarmListForListTaskOutput ID(Long ID) {
43-
this.ID = ID;
42+
public AlarmListForListTaskOutput id(Long id) {
43+
this.id = id;
4444
return this;
4545
}
4646

4747
/**
48-
* Get ID
49-
* @return ID
48+
* Get id
49+
* @return id
5050
**/
5151
@Schema(description = "")
52-
public Long getID() {
53-
return ID;
52+
public Long getId() {
53+
return id;
5454
}
5555

56-
public void setID(Long ID) {
57-
this.ID = ID;
56+
public void setId(Long id) {
57+
this.id = id;
5858
}
5959

6060
public AlarmListForListTaskOutput name(String name) {
@@ -103,14 +103,14 @@ public boolean equals(java.lang.Object o) {
103103
return false;
104104
}
105105
AlarmListForListTaskOutput alarmListForListTaskOutput = (AlarmListForListTaskOutput) o;
106-
return Objects.equals(this.ID, alarmListForListTaskOutput.ID) &&
106+
return Objects.equals(this.id, alarmListForListTaskOutput.id) &&
107107
Objects.equals(this.name, alarmListForListTaskOutput.name) &&
108108
Objects.equals(this.status, alarmListForListTaskOutput.status);
109109
}
110110

111111
@Override
112112
public int hashCode() {
113-
return Objects.hash(ID, name, status);
113+
return Objects.hash(id, name, status);
114114
}
115115

116116

@@ -119,7 +119,7 @@ public String toString() {
119119
StringBuilder sb = new StringBuilder();
120120
sb.append("class AlarmListForListTaskOutput {\n");
121121

122-
sb.append(" ID: ").append(toIndentedString(ID)).append("\n");
122+
sb.append(" id: ").append(toIndentedString(id)).append("\n");
123123
sb.append(" name: ").append(toIndentedString(name)).append("\n");
124124
sb.append(" status: ").append(toIndentedString(status)).append("\n");
125125
sb.append("}");

volcengine-java-sdk-clouddetect20251031/src/main/java/com/volcengine/clouddetect20251031/model/BasicDetailForGetTaskResultOutput.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class BasicDetailForGetTaskResultOutput {
4545
@SerializedName("ClientInfo")
4646
private ClientInfoForGetTaskResultOutput clientInfo = null;
4747

48-
@SerializedName("DNSServer")
49-
private String dnSServer = null;
48+
@SerializedName("DnsServer")
49+
private String dnsServer = null;
5050

5151
@SerializedName("ErrorMsg")
5252
private String errorMsg = null;
@@ -124,22 +124,22 @@ public void setClientInfo(ClientInfoForGetTaskResultOutput clientInfo) {
124124
this.clientInfo = clientInfo;
125125
}
126126

127-
public BasicDetailForGetTaskResultOutput dnSServer(String dnSServer) {
128-
this.dnSServer = dnSServer;
127+
public BasicDetailForGetTaskResultOutput dnsServer(String dnsServer) {
128+
this.dnsServer = dnsServer;
129129
return this;
130130
}
131131

132132
/**
133-
* Get dnSServer
134-
* @return dnSServer
133+
* Get dnsServer
134+
* @return dnsServer
135135
**/
136136
@Schema(description = "")
137-
public String getDnSServer() {
138-
return dnSServer;
137+
public String getDnsServer() {
138+
return dnsServer;
139139
}
140140

141-
public void setDnSServer(String dnSServer) {
142-
this.dnSServer = dnSServer;
141+
public void setDnsServer(String dnsServer) {
142+
this.dnsServer = dnsServer;
143143
}
144144

145145
public BasicDetailForGetTaskResultOutput errorMsg(String errorMsg) {
@@ -229,7 +229,7 @@ public boolean equals(java.lang.Object o) {
229229
return Objects.equals(this.assertions, basicDetailForGetTaskResultOutput.assertions) &&
230230
Objects.equals(this.chUk, basicDetailForGetTaskResultOutput.chUk) &&
231231
Objects.equals(this.clientInfo, basicDetailForGetTaskResultOutput.clientInfo) &&
232-
Objects.equals(this.dnSServer, basicDetailForGetTaskResultOutput.dnSServer) &&
232+
Objects.equals(this.dnsServer, basicDetailForGetTaskResultOutput.dnsServer) &&
233233
Objects.equals(this.errorMsg, basicDetailForGetTaskResultOutput.errorMsg) &&
234234
Objects.equals(this.targetInfo, basicDetailForGetTaskResultOutput.targetInfo) &&
235235
Objects.equals(this.timestamp, basicDetailForGetTaskResultOutput.timestamp) &&
@@ -238,7 +238,7 @@ public boolean equals(java.lang.Object o) {
238238

239239
@Override
240240
public int hashCode() {
241-
return Objects.hash(assertions, chUk, clientInfo, dnSServer, errorMsg, targetInfo, timestamp, usabilityInfo);
241+
return Objects.hash(assertions, chUk, clientInfo, dnsServer, errorMsg, targetInfo, timestamp, usabilityInfo);
242242
}
243243

244244

@@ -250,7 +250,7 @@ public String toString() {
250250
sb.append(" assertions: ").append(toIndentedString(assertions)).append("\n");
251251
sb.append(" chUk: ").append(toIndentedString(chUk)).append("\n");
252252
sb.append(" clientInfo: ").append(toIndentedString(clientInfo)).append("\n");
253-
sb.append(" dnSServer: ").append(toIndentedString(dnSServer)).append("\n");
253+
sb.append(" dnsServer: ").append(toIndentedString(dnsServer)).append("\n");
254254
sb.append(" errorMsg: ").append(toIndentedString(errorMsg)).append("\n");
255255
sb.append(" targetInfo: ").append(toIndentedString(targetInfo)).append("\n");
256256
sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n");

volcengine-java-sdk-clouddetect20251031/src/main/java/com/volcengine/clouddetect20251031/model/ClientInfoForGetTaskResultOutput.java

Lines changed: 25 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public class ClientInfoForGetTaskResultOutput {
3333
@SerializedName("City")
3434
private String city = null;
3535

36-
@SerializedName("DNSLocalDNSIP")
37-
private String dnSLocalDNSIP = null;
36+
@SerializedName("DnsLocalDnsIp")
37+
private String dnsLocalDnsIp = null;
3838

39-
@SerializedName("IP")
40-
private String IP = null;
39+
@SerializedName("Ip")
40+
private String ip = null;
4141

4242
@SerializedName("Ipv6")
4343
private String ipv6 = null;
@@ -48,9 +48,6 @@ public class ClientInfoForGetTaskResultOutput {
4848
@SerializedName("Region")
4949
private String region = null;
5050

51-
@SerializedName("Tupe")
52-
private String tupe = null;
53-
5451
@SerializedName("Type")
5552
private String type = null;
5653

@@ -72,40 +69,40 @@ public void setCity(String city) {
7269
this.city = city;
7370
}
7471

75-
public ClientInfoForGetTaskResultOutput dnSLocalDNSIP(String dnSLocalDNSIP) {
76-
this.dnSLocalDNSIP = dnSLocalDNSIP;
72+
public ClientInfoForGetTaskResultOutput dnsLocalDnsIp(String dnsLocalDnsIp) {
73+
this.dnsLocalDnsIp = dnsLocalDnsIp;
7774
return this;
7875
}
7976

8077
/**
81-
* Get dnSLocalDNSIP
82-
* @return dnSLocalDNSIP
78+
* Get dnsLocalDnsIp
79+
* @return dnsLocalDnsIp
8380
**/
8481
@Schema(description = "")
85-
public String getDnSLocalDNSIP() {
86-
return dnSLocalDNSIP;
82+
public String getDnsLocalDnsIp() {
83+
return dnsLocalDnsIp;
8784
}
8885

89-
public void setDnSLocalDNSIP(String dnSLocalDNSIP) {
90-
this.dnSLocalDNSIP = dnSLocalDNSIP;
86+
public void setDnsLocalDnsIp(String dnsLocalDnsIp) {
87+
this.dnsLocalDnsIp = dnsLocalDnsIp;
9188
}
9289

93-
public ClientInfoForGetTaskResultOutput IP(String IP) {
94-
this.IP = IP;
90+
public ClientInfoForGetTaskResultOutput ip(String ip) {
91+
this.ip = ip;
9592
return this;
9693
}
9794

9895
/**
99-
* Get IP
100-
* @return IP
96+
* Get ip
97+
* @return ip
10198
**/
10299
@Schema(description = "")
103-
public String getIP() {
104-
return IP;
100+
public String getIp() {
101+
return ip;
105102
}
106103

107-
public void setIP(String IP) {
108-
this.IP = IP;
104+
public void setIp(String ip) {
105+
this.ip = ip;
109106
}
110107

111108
public ClientInfoForGetTaskResultOutput ipv6(String ipv6) {
@@ -162,24 +159,6 @@ public void setRegion(String region) {
162159
this.region = region;
163160
}
164161

165-
public ClientInfoForGetTaskResultOutput tupe(String tupe) {
166-
this.tupe = tupe;
167-
return this;
168-
}
169-
170-
/**
171-
* Get tupe
172-
* @return tupe
173-
**/
174-
@Schema(description = "")
175-
public String getTupe() {
176-
return tupe;
177-
}
178-
179-
public void setTupe(String tupe) {
180-
this.tupe = tupe;
181-
}
182-
183162
public ClientInfoForGetTaskResultOutput type(String type) {
184163
this.type = type;
185164
return this;
@@ -209,18 +188,17 @@ public boolean equals(java.lang.Object o) {
209188
}
210189
ClientInfoForGetTaskResultOutput clientInfoForGetTaskResultOutput = (ClientInfoForGetTaskResultOutput) o;
211190
return Objects.equals(this.city, clientInfoForGetTaskResultOutput.city) &&
212-
Objects.equals(this.dnSLocalDNSIP, clientInfoForGetTaskResultOutput.dnSLocalDNSIP) &&
213-
Objects.equals(this.IP, clientInfoForGetTaskResultOutput.IP) &&
191+
Objects.equals(this.dnsLocalDnsIp, clientInfoForGetTaskResultOutput.dnsLocalDnsIp) &&
192+
Objects.equals(this.ip, clientInfoForGetTaskResultOutput.ip) &&
214193
Objects.equals(this.ipv6, clientInfoForGetTaskResultOutput.ipv6) &&
215194
Objects.equals(this.isp, clientInfoForGetTaskResultOutput.isp) &&
216195
Objects.equals(this.region, clientInfoForGetTaskResultOutput.region) &&
217-
Objects.equals(this.tupe, clientInfoForGetTaskResultOutput.tupe) &&
218196
Objects.equals(this.type, clientInfoForGetTaskResultOutput.type);
219197
}
220198

221199
@Override
222200
public int hashCode() {
223-
return Objects.hash(city, dnSLocalDNSIP, IP, ipv6, isp, region, tupe, type);
201+
return Objects.hash(city, dnsLocalDnsIp, ip, ipv6, isp, region, type);
224202
}
225203

226204

@@ -230,12 +208,11 @@ public String toString() {
230208
sb.append("class ClientInfoForGetTaskResultOutput {\n");
231209

232210
sb.append(" city: ").append(toIndentedString(city)).append("\n");
233-
sb.append(" dnSLocalDNSIP: ").append(toIndentedString(dnSLocalDNSIP)).append("\n");
234-
sb.append(" IP: ").append(toIndentedString(IP)).append("\n");
211+
sb.append(" dnsLocalDnsIp: ").append(toIndentedString(dnsLocalDnsIp)).append("\n");
212+
sb.append(" ip: ").append(toIndentedString(ip)).append("\n");
235213
sb.append(" ipv6: ").append(toIndentedString(ipv6)).append("\n");
236214
sb.append(" isp: ").append(toIndentedString(isp)).append("\n");
237215
sb.append(" region: ").append(toIndentedString(region)).append("\n");
238-
sb.append(" tupe: ").append(toIndentedString(tupe)).append("\n");
239216
sb.append(" type: ").append(toIndentedString(type)).append("\n");
240217
sb.append("}");
241218
return sb.toString();

0 commit comments

Comments
 (0)