| | |
| | | |
| | | private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE; |
| | | |
| | | private Boolean deviceStatusNotify = Boolean.FALSE; |
| | | |
| | | private String serverId = "000000"; |
| | | |
| | | private String recordPath = null; |
| | | |
| | | private String thirdPartyGBIdReg = "[\\s\\S]*"; |
| | | |
| | | private String civilCodeFile = "classpath:civilCode.csv"; |
| | | |
| | | private List<String> interfaceAuthenticationExcludes = new ArrayList<>(); |
| | | |
| | |
| | | public void setMaxNotifyCountQueue(int maxNotifyCountQueue) { |
| | | this.maxNotifyCountQueue = maxNotifyCountQueue; |
| | | } |
| | | |
| | | public Boolean getDeviceStatusNotify() { |
| | | return deviceStatusNotify; |
| | | } |
| | | |
| | | public void setDeviceStatusNotify(Boolean deviceStatusNotify) { |
| | | this.deviceStatusNotify = deviceStatusNotify; |
| | | } |
| | | |
| | | public String getCivilCodeFile() { |
| | | return civilCodeFile; |
| | | } |
| | | |
| | | public void setCivilCodeFile(String civilCodeFile) { |
| | | this.civilCodeFile = civilCodeFile; |
| | | } |
| | | } |