File tree 3 files changed +8
-5
lines changed
src/main/java/com/volcengine/model/response
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
3
+ 2025-03-10 Bumped to version v1.0.210
4
+ - Updated apis for businessSecurity
5
+
3
6
2025-03-06 Bumped to version v1.0.209
4
7
- Updated apis for businessSecurity/livesaas/sms
5
8
@@ -685,5 +688,4 @@ Change log
685
688
686
689
2020-12-11 Bumped to version v1.0.4
687
690
- Add iam sdk.
688
- - Add visual sdk.
689
-
691
+ - Add visual sdk.
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.volcengine</groupId >
7
- <version >1.0.209 </version >
7
+ <version >1.0.210 </version >
8
8
<artifactId >volc-sdk-java</artifactId >
9
9
10
10
<name >volc-sdk-java</name >
Original file line number Diff line number Diff line change 3
3
import com .alibaba .fastjson .annotation .JSONField ;
4
4
import lombok .Data ;
5
5
6
+ @ Data
6
7
public class DeviceIdResponse {
7
8
@ JSONField (name = "ResponseMetadata" )
8
9
ResponseMetadata responseMetadata ;
9
10
@ JSONField (name = "Result" )
10
- RiskDetectionResponse . RiskDetectionResult result ;
11
+ DeviceInfoResult result ;
11
12
12
13
@ Data
13
- public static class RiskDetectionResult {
14
+ public static class DeviceInfoResult {
14
15
@ JSONField (name = "RequestId" )
15
16
private String requestId ;
16
17
@ JSONField (name = "Code" )
You can’t perform that action at this time.
0 commit comments