@@ -44,6 +44,9 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
private SslKeywordCfg sslCfg;
|
||||
private List<BaseStringCfg> sslList;
|
||||
private List<ComplexkeywordCfg> domainList;
|
||||
private List<ComplexkeywordCfg> complexList;
|
||||
private List<BaseStringCfg> stringList;
|
||||
private List<FileDigestCfg> digestList;
|
||||
|
||||
public AvVoipAccountCfg getVoipAccount() {
|
||||
return voipAccount;
|
||||
@@ -159,6 +162,24 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
public void setDomainList(List<ComplexkeywordCfg> domainList) {
|
||||
this.domainList = domainList;
|
||||
}
|
||||
public List<ComplexkeywordCfg> getComplexList() {
|
||||
return complexList;
|
||||
}
|
||||
public void setComplexList(List<ComplexkeywordCfg> complexList) {
|
||||
this.complexList = complexList;
|
||||
}
|
||||
public List<BaseStringCfg> getStringList() {
|
||||
return stringList;
|
||||
}
|
||||
public void setStringList(List<BaseStringCfg> stringList) {
|
||||
this.stringList = stringList;
|
||||
}
|
||||
public List<FileDigestCfg> getDigestList() {
|
||||
return digestList;
|
||||
}
|
||||
public void setDigestList(List<FileDigestCfg> digestList) {
|
||||
this.digestList = digestList;
|
||||
}
|
||||
public static String getTablename() {
|
||||
return tableName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user