Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
earlywarning
Commits
d1a2390a
Commit
d1a2390a
authored
Dec 02, 2025
by
p x
Browse files
添加get
parent
0d5ccbb8
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/cusc/adas/v2x/clouddecision/vo/RSISDetail.java
View file @
d1a2390a
...
@@ -67,9 +67,9 @@ public class RSISDetail {
...
@@ -67,9 +67,9 @@ public class RSISDetail {
//自定义内容 此处代表人的ptcid
//自定义内容 此处代表人的ptcid
@RefNumFlag
(
value
=
"userdefinedDataLength"
)
@RefNumFlag
(
value
=
"userdefinedDataLength"
)
private
String
userdefinedData
;
private
String
userdefinedData
;
public
int
getEventType
()
{
return
eventType
;
}
}
}
src/main/java/com/cusc/adas/v2x/clouddecision/vo/RSIWarnning.java
View file @
d1a2390a
...
@@ -13,5 +13,8 @@ public class RSIWarnning {
...
@@ -13,5 +13,8 @@ public class RSIWarnning {
private
short
rsisNum
;
private
short
rsisNum
;
@Order
(
2
)
@Order
(
2
)
private
RSISDetail
rsis
;
private
RSISDetail
rsis
;
public
RSISDetail
getRsis
()
{
return
rsis
;
}
}
}
src/main/java/com/cusc/adas/v2x/vo/VehAdviceInfo.java
View file @
d1a2390a
...
@@ -47,4 +47,11 @@ public class VehAdviceInfo<T> {
...
@@ -47,4 +47,11 @@ public class VehAdviceInfo<T> {
@DependencyDef
(
value
=
"adviceType"
)
@DependencyDef
(
value
=
"adviceType"
)
private
T
adviceData
;
private
T
adviceData
;
public
short
getEventType
()
{
return
eventType
;
}
public
T
getAdviceData
()
{
return
adviceData
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment