Stream Media 域配置
NTC_STREAM_MEDIA_URL NTC_ SUBSCRIBE_ID NTC_UNIVERSAL_IP[protocol_id=23] NTC_UNIVERSAL_PROTO_TYPE
This commit is contained in:
@@ -8,11 +8,22 @@ package com.nis.domain.configuration;
|
||||
* @version V1.0
|
||||
*/
|
||||
public class AvContUrlCfg extends BaseStringCfg<AvContUrlCfg> {
|
||||
|
||||
private static final String tableName="av_cont_url_cfg";
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1249923766365462700L;
|
||||
|
||||
@Override
|
||||
public void initDefaultValue() {
|
||||
super.initDefaultValue();
|
||||
this.exprType=0;
|
||||
this.matchMethod=0;
|
||||
}
|
||||
|
||||
public static String getTablename() {
|
||||
return tableName;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -56,6 +56,8 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
private NtcBgpAsCfg ntcBgpAsCfg;
|
||||
private InterceptPktBin interceptPktBin;
|
||||
private List<InterceptPktBin> interceptPktBinList;
|
||||
private AvContUrlCfg avContUrlCfg;
|
||||
private List<AvContUrlCfg> avContUrlCfgList;
|
||||
|
||||
private Long dnsStrategyId;
|
||||
private String dnsStrategyName;
|
||||
@@ -66,9 +68,18 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
private List<P2pHashCfg> p2pHashList;
|
||||
private List<P2pKeywordCfg> p2pKeywordList;
|
||||
|
||||
|
||||
|
||||
|
||||
public AvContUrlCfg getAvContUrlCfg() {
|
||||
return avContUrlCfg;
|
||||
}
|
||||
public void setAvContUrlCfg(AvContUrlCfg avContUrlCfg) {
|
||||
this.avContUrlCfg = avContUrlCfg;
|
||||
}
|
||||
public List<AvContUrlCfg> getAvContUrlCfgList() {
|
||||
return avContUrlCfgList;
|
||||
}
|
||||
public void setAvContUrlCfgList(List<AvContUrlCfg> avContUrlCfgList) {
|
||||
this.avContUrlCfgList = avContUrlCfgList;
|
||||
}
|
||||
public Integer getAsnIpGroup() {
|
||||
return asnIpGroup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user