1:新增webFocusDb业务
2:修改编译配置对doblacklist,exprType的校验值 3:新增从clickhouse查询流量统计的controller,service,dao等 4:新增对maat类配置支持停启用
This commit is contained in:
@@ -15,6 +15,7 @@ public class TrafficNetflowPortInfo implements Serializable {
|
||||
@JsonIgnore
|
||||
private long stat_id;
|
||||
private long port;
|
||||
private long entranceId;
|
||||
private String nodeName;
|
||||
private String nodeIp;
|
||||
private String portDesc;
|
||||
@@ -44,6 +45,14 @@ public class TrafficNetflowPortInfo implements Serializable {
|
||||
public void setPort(long port) {
|
||||
this.port = port;
|
||||
}
|
||||
|
||||
public long getEntranceId() {
|
||||
return entranceId;
|
||||
}
|
||||
|
||||
public void setEntranceId(long entranceId) {
|
||||
this.entranceId = entranceId;
|
||||
}
|
||||
|
||||
public String getNodeName() {
|
||||
return nodeName;
|
||||
|
||||
Reference in New Issue
Block a user