src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java
@@ -4,11 +4,15 @@ private String id; // 心跳未回复次数 /** * 心跳未回复次数 */ private int keepAliveReply; // 注册未回复次数 private int registerAliveReply; private String callId; private ParentPlatform parentPlatform; @@ -43,4 +47,12 @@ public void setParentPlatform(ParentPlatform parentPlatform) { this.parentPlatform = parentPlatform; } public String getCallId() { return callId; } public void setCallId(String callId) { this.callId = callId; } }