From c04de4cd70d1698741547998b1b6d67f46c64735 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 17 十一月 2022 10:04:05 +0800
Subject: [PATCH] 注释与日志优化
---
src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java b/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java
index 94e8e7f..a53d26e 100644
--- a/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java
+++ b/src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java
@@ -4,11 +4,17 @@
private String id;
- // 蹇冭烦鏈洖澶嶆鏁�
+ /**
+ * 蹇冭烦鏈洖澶嶆鏁�
+ */
private int keepAliveReply;
// 娉ㄥ唽鏈洖澶嶆鏁�
private int registerAliveReply;
+
+ private String callId;
+
+ private ParentPlatform parentPlatform;
public String getId() {
return id;
@@ -33,4 +39,20 @@
public void setRegisterAliveReply(int registerAliveReply) {
this.registerAliveReply = registerAliveReply;
}
+
+ public ParentPlatform getParentPlatform() {
+ return parentPlatform;
+ }
+
+ public void setParentPlatform(ParentPlatform parentPlatform) {
+ this.parentPlatform = parentPlatform;
+ }
+
+ public String getCallId() {
+ return callId;
+ }
+
+ public void setCallId(String callId) {
+ this.callId = callId;
+ }
}
--
Gitblit v1.8.0