648540858
2021-11-29 3c0dde2f3c6beb441184b033f1e3c6369100c0b5
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;
    }
}