| | |
| | | |
| | | private Boolean pushAuthority = Boolean.TRUE; |
| | | |
| | | private Boolean gbSendStreamStrict = Boolean.FALSE; |
| | | |
| | | private Boolean syncChannelOnDeviceOnline = Boolean.FALSE; |
| | | |
| | | private Boolean sipLog = Boolean.FALSE; |
| | |
| | | private List<String> allowedOrigins = new ArrayList<>(); |
| | | |
| | | private int maxNotifyCountQueue = 10000; |
| | | |
| | | private int registerAgainAfterTime = 60; |
| | | |
| | | private boolean registerKeepIntDialog = false; |
| | | |
| | | public Boolean getSavePositionHistory() { |
| | | return savePositionHistory; |
| | |
| | | this.pushAuthority = pushAuthority; |
| | | } |
| | | |
| | | public Boolean getGbSendStreamStrict() { |
| | | return gbSendStreamStrict; |
| | | } |
| | | |
| | | public void setGbSendStreamStrict(Boolean gbSendStreamStrict) { |
| | | this.gbSendStreamStrict = gbSendStreamStrict; |
| | | } |
| | | |
| | | public Boolean getSyncChannelOnDeviceOnline() { |
| | | return syncChannelOnDeviceOnline; |
| | | } |
| | |
| | | public void setCivilCodeFile(String civilCodeFile) { |
| | | this.civilCodeFile = civilCodeFile; |
| | | } |
| | | |
| | | public int getRegisterAgainAfterTime() { |
| | | return registerAgainAfterTime; |
| | | } |
| | | |
| | | public void setRegisterAgainAfterTime(int registerAgainAfterTime) { |
| | | this.registerAgainAfterTime = registerAgainAfterTime; |
| | | } |
| | | |
| | | public boolean isRegisterKeepIntDialog() { |
| | | return registerKeepIntDialog; |
| | | } |
| | | |
| | | public void setRegisterKeepIntDialog(boolean registerKeepIntDialog) { |
| | | this.registerKeepIntDialog = registerKeepIntDialog; |
| | | } |
| | | } |