|  |  | 
 |  |  |  | 
 |  |  |     private Boolean useSourceIpAsStreamIp = Boolean.FALSE; | 
 |  |  |  | 
 |  |  |     private Boolean sipUseSourceIpAsRemoteAddress = Boolean.FALSE; | 
 |  |  |  | 
 |  |  |     private Boolean streamOnDemand = Boolean.TRUE; | 
 |  |  |  | 
 |  |  |     private Boolean pushAuthority = Boolean.TRUE; | 
 |  |  | 
 |  |  |     private Boolean gbSendStreamStrict = Boolean.FALSE; | 
 |  |  |  | 
 |  |  |     private Boolean syncChannelOnDeviceOnline = Boolean.FALSE; | 
 |  |  |  | 
 |  |  |     private Boolean sipLog = Boolean.FALSE; | 
 |  |  |     private Boolean syncDb = Boolean.TRUE; | 
 |  |  |  | 
 |  |  |     private String serverId = "000000"; | 
 |  |  |  | 
 |  |  | 
 |  |  |     public void setSyncChannelOnDeviceOnline(Boolean syncChannelOnDeviceOnline) { | 
 |  |  |         this.syncChannelOnDeviceOnline = syncChannelOnDeviceOnline; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Boolean getSipUseSourceIpAsRemoteAddress() { | 
 |  |  |         return sipUseSourceIpAsRemoteAddress; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setSipUseSourceIpAsRemoteAddress(Boolean sipUseSourceIpAsRemoteAddress) { | 
 |  |  |         this.sipUseSourceIpAsRemoteAddress = sipUseSourceIpAsRemoteAddress; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Boolean getSipLog() { | 
 |  |  |         return sipLog; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setSipLog(Boolean sipLog) { | 
 |  |  |         this.sipLog = sipLog; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Boolean getSyncDb() { | 
 |  |  |         return syncDb; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setSyncDb(Boolean syncDb) { | 
 |  |  |         this.syncDb = syncDb; | 
 |  |  |     } | 
 |  |  | } |