| | |
| | | private Boolean syncChannelOnDeviceOnline = Boolean.FALSE; |
| | | |
| | | private Boolean sipLog = Boolean.FALSE; |
| | | private Boolean sendToPlatformsWhenIdLost = Boolean.FALSE; |
| | | |
| | | private Boolean refuseChannelStatusChannelFormNotify = Boolean.FALSE; |
| | | |
| | | private String serverId = "000000"; |
| | | |
| | |
| | | public void setAllowedOrigins(List<String> allowedOrigins) { |
| | | this.allowedOrigins = allowedOrigins; |
| | | } |
| | | |
| | | public Boolean getSendToPlatformsWhenIdLost() { |
| | | return sendToPlatformsWhenIdLost; |
| | | } |
| | | |
| | | public void setSendToPlatformsWhenIdLost(Boolean sendToPlatformsWhenIdLost) { |
| | | this.sendToPlatformsWhenIdLost = sendToPlatformsWhenIdLost; |
| | | } |
| | | |
| | | public Boolean getRefuseChannelStatusChannelFormNotify() { |
| | | return refuseChannelStatusChannelFormNotify; |
| | | } |
| | | |
| | | public void setRefuseChannelStatusChannelFormNotify(Boolean refuseChannelStatusChannelFormNotify) { |
| | | this.refuseChannelStatusChannelFormNotify = refuseChannelStatusChannelFormNotify; |
| | | } |
| | | |
| | | |
| | | } |