ip 配置
This commit is contained in:
@@ -69,7 +69,15 @@ public class BaseStringCfg<T> extends BaseCfg<T> {
|
|||||||
|
|
||||||
private List<NtcSubscribeIdCfg> ntcSubscribeIdCfgList;
|
private List<NtcSubscribeIdCfg> ntcSubscribeIdCfgList;
|
||||||
private NtcSubscribeIdCfg ntcSubscribeIdCfg;
|
private NtcSubscribeIdCfg ntcSubscribeIdCfg;
|
||||||
|
private IpPortCfg ipPort;
|
||||||
|
|
||||||
|
|
||||||
|
public IpPortCfg getIpPort() {
|
||||||
|
return ipPort;
|
||||||
|
}
|
||||||
|
public void setIpPort(IpPortCfg ipPort) {
|
||||||
|
this.ipPort = ipPort;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* exprType
|
* exprType
|
||||||
* @return exprType
|
* @return exprType
|
||||||
|
|||||||
Reference in New Issue
Block a user