648540858
2022-02-24 a42dda2bd3cc1cf8c20cc61e7ad9211eadecbaf3
src/main/java/com/genersoft/iot/vmp/gb28181/bean/ParentPlatformCatch.java
@@ -10,6 +10,10 @@
    // 注册未回复次数
    private int registerAliveReply;
    private String callId;
    private ParentPlatform parentPlatform;
    public String getId() {
        return id;
    }
@@ -33,4 +37,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;
    }
}