Commit d1a2390a authored by p x's avatar p x
Browse files

添加get

parent 0d5ccbb8
......@@ -69,7 +69,7 @@ public class RSISDetail {
private String userdefinedData;
public int getEventType() {
return eventType;
}
}
......@@ -14,4 +14,7 @@ public class RSIWarnning {
@Order(2)
private RSISDetail rsis;
public RSISDetail getRsis() {
return rsis;
}
}
......@@ -47,4 +47,11 @@ public class VehAdviceInfo<T> {
@DependencyDef(value="adviceType")
private T adviceData;
public short getEventType() {
return eventType;
}
public T getAdviceData() {
return adviceData;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment