OLAP DoS Detection重组日志结构适配。(TSG-17836)
This commit is contained in:
@@ -2,8 +2,8 @@ package com.zdjizhi.common;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class DosEventLog implements Serializable,Cloneable {
|
||||
|
||||
public class DosEventLog implements Serializable, Cloneable {
|
||||
private long recv_time;
|
||||
private long log_id;
|
||||
private int vsys_id;
|
||||
private long start_time;
|
||||
@@ -20,6 +20,14 @@ public class DosEventLog implements Serializable,Cloneable {
|
||||
private long packet_rate;
|
||||
private long bit_rate;
|
||||
|
||||
public long getRecv_time() {
|
||||
return recv_time;
|
||||
}
|
||||
|
||||
public void setRecv_time(long recv_time) {
|
||||
this.recv_time = recv_time;
|
||||
}
|
||||
|
||||
public long getLog_id() {
|
||||
return log_id;
|
||||
}
|
||||
@@ -143,7 +151,8 @@ public class DosEventLog implements Serializable,Cloneable {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DosEventLog{" +
|
||||
"log_id=" + log_id +
|
||||
"recv_time=" + recv_time +
|
||||
", log_id=" + log_id +
|
||||
", vsys_id=" + vsys_id +
|
||||
", start_time=" + start_time +
|
||||
", end_time=" + end_time +
|
||||
|
||||
Reference in New Issue
Block a user