| | |
| | | package com.genersoft.iot.vmp.conf; |
| | | |
| | | import io.swagger.models.auth.In; |
| | | import org.springframework.boot.context.properties.ConfigurationProperties; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | |
| | | private Boolean logInDatebase = Boolean.TRUE; |
| | | |
| | | private Boolean redisConfig = Boolean.TRUE; |
| | | private Boolean usePushingAsStatus = Boolean.TRUE; |
| | | |
| | | private String serverId = "000000"; |
| | | |
| | |
| | | this.thirdPartyGBIdReg = thirdPartyGBIdReg; |
| | | } |
| | | |
| | | public Boolean getRedisConfig() { |
| | | return redisConfig; |
| | | } |
| | | |
| | | public void setRedisConfig(Boolean redisConfig) { |
| | | this.redisConfig = redisConfig; |
| | | } |
| | | |
| | | public Boolean getRecordSip() { |
| | | return recordSip; |
| | | } |
| | |
| | | public void setPlatformPlayTimeout(int platformPlayTimeout) { |
| | | this.platformPlayTimeout = platformPlayTimeout; |
| | | } |
| | | |
| | | public Boolean isUsePushingAsStatus() { |
| | | return usePushingAsStatus; |
| | | } |
| | | |
| | | public void setUsePushingAsStatus(Boolean usePushingAsStatus) { |
| | | this.usePushingAsStatus = usePushingAsStatus; |
| | | } |
| | | } |