日志检索-ssl泛收接口字段排序修改 和 http泛收接口修改
This commit is contained in:
@@ -29,8 +29,6 @@ public class NtcHttpRecordLog extends LogEntity {
|
||||
protected String searchSPort; //源端口查询条件
|
||||
protected String searchReferer; //入口页面查询条件
|
||||
|
||||
protected Long foundStartTime;//开始发现时间(时间戳类型)
|
||||
protected Long foundEndTime;//结束发现时间(时间戳类型)
|
||||
public String getUrl() {
|
||||
return url;
|
||||
}
|
||||
@@ -119,22 +117,6 @@ public class NtcHttpRecordLog extends LogEntity {
|
||||
public void setSearchReferer(String searchReferer) {
|
||||
this.searchReferer = searchReferer;
|
||||
}
|
||||
@JsonIgnore
|
||||
public Long getFoundStartTime() {
|
||||
return foundStartTime;
|
||||
}
|
||||
|
||||
public void setFoundStartTime(Long foundStartTime) {
|
||||
this.foundStartTime = foundStartTime;
|
||||
}
|
||||
@JsonIgnore
|
||||
public Long getFoundEndTime() {
|
||||
return foundEndTime;
|
||||
}
|
||||
|
||||
public void setFoundEndTime(Long foundEndTime) {
|
||||
this.foundEndTime = foundEndTime;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -26,9 +26,7 @@ public class NtcSslRecordLog extends LogEntity {
|
||||
|
||||
@ApiModelProperty(value="SNI", required=true)
|
||||
protected String searchSni ;
|
||||
|
||||
protected Long foundStartTime;//开始发现时间(时间戳类型)
|
||||
protected Long foundEndTime;//结束发现时间(时间戳类型)
|
||||
|
||||
|
||||
public String getVersion() {
|
||||
return version;
|
||||
@@ -76,22 +74,6 @@ public class NtcSslRecordLog extends LogEntity {
|
||||
public String getSearchSni() {
|
||||
return searchSni;
|
||||
}
|
||||
@JsonIgnore
|
||||
public Long getFoundStartTime() {
|
||||
return foundStartTime;
|
||||
}
|
||||
|
||||
public void setFoundStartTime(Long foundStartTime) {
|
||||
this.foundStartTime = foundStartTime;
|
||||
}
|
||||
@JsonIgnore
|
||||
public Long getFoundEndTime() {
|
||||
return foundEndTime;
|
||||
}
|
||||
|
||||
public void setFoundEndTime(Long foundEndTime) {
|
||||
this.foundEndTime = foundEndTime;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user