| | |
| | | package com.genersoft.iot.vmp.media.zlm; |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.alibaba.fastjson2.annotation.JSONField; |
| | | |
| | | public class ZLMServerConfig { |
| | | |
| | |
| | | private String hookAdminParams; |
| | | |
| | | @JSONField(name = "hook.alive_interval") |
| | | private int hookAliveInterval; |
| | | private Float hookAliveInterval; |
| | | |
| | | @JSONField(name = "hook.enable") |
| | | private String hookEnable; |
| | |
| | | this.shellPhell = shellPhell; |
| | | } |
| | | |
| | | public int getHookAliveInterval() { |
| | | public Float getHookAliveInterval() { |
| | | return hookAliveInterval; |
| | | } |
| | | |
| | | public void setHookAliveInterval(int hookAliveInterval) { |
| | | public void setHookAliveInterval(Float hookAliveInterval) { |
| | | this.hookAliveInterval = hookAliveInterval; |
| | | } |
| | | |