648540858
2022-11-18 ecf84bb0f1952c4a044ff6c8aa18226b31593f3f
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -31,7 +31,9 @@
    private Boolean logInDatebase = Boolean.TRUE;
    private Boolean usePushingAsStatus = Boolean.TRUE;
    private Boolean usePushingAsStatus = Boolean.FALSE;
    private Boolean useSourceIpAsStreamIp = Boolean.FALSE;
    private Boolean streamOnDemand = Boolean.TRUE;
@@ -161,6 +163,14 @@
        this.streamOnDemand = streamOnDemand;
    }
    public Boolean getUseSourceIpAsStreamIp() {
        return useSourceIpAsStreamIp;
    }
    public void setUseSourceIpAsStreamIp(Boolean useSourceIpAsStreamIp) {
        this.useSourceIpAsStreamIp = useSourceIpAsStreamIp;
    }
    public Boolean getPushAuthority() {
        return pushAuthority;
    }