删除日志统计和日志报表接口
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfAttrStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="性质", required=true)
|
||||
protected Integer attrType;
|
||||
|
||||
protected String searchAttrType;
|
||||
|
||||
public Integer getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Integer attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfAttrStatLogMonth extends DfAttrStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfAttrTypeReport
|
||||
* @Description: 管控性质实时统计
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfAttrTypeReport extends DfReportEntity<DfAttrTypeReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -9186632214937498812L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Integer attrType;
|
||||
|
||||
protected String searchAttrType;
|
||||
protected String searchService;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Integer getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
|
||||
public void setAttrType(Integer attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
/**
|
||||
* @Title: DfDestIpCounrtyStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDestIpCounrtyStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfDestIpCounrtyStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="国家", required=true)
|
||||
protected String destCountry;
|
||||
|
||||
public String getDestCountry() {
|
||||
return destCountry;
|
||||
}
|
||||
public void setDestCountry(String destCountry) {
|
||||
this.destCountry = destCountry;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
/**
|
||||
* @Title: DfDestIpCounrtyStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
|
||||
/**
|
||||
* @ClassName: DfDestIpCounrtyStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfDestIpCounrtyStatLogMonth extends DfDestIpCounrtyStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDestIpCountryReport
|
||||
* @Description: 管控境内目的IP(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfDestIpCountryReport extends DfReportEntity<DfDestIpCountryReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6490028574641528475L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "目的IP所属国家", required = true)
|
||||
protected String destCountry;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchDestCountry;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public String getDestCountry() {
|
||||
return destCountry;
|
||||
}
|
||||
|
||||
public void setDestCountry(String destCountry) {
|
||||
this.destCountry = destCountry;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchDestCountry() {
|
||||
return searchDestCountry;
|
||||
}
|
||||
|
||||
public void setSearchDestCountry(String searchDestCountry) {
|
||||
this.searchDestCountry = searchDestCountry;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfDestIpReport extends DfReportEntity<DfDestIpReport>{
|
||||
|
||||
/**
|
||||
* serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = -6785031994558744311L;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "目的IP所属国家", required = true)
|
||||
protected String destCountry;
|
||||
|
||||
public String getDestCountry() {
|
||||
return destCountry;
|
||||
}
|
||||
public void setDestCountry(String destCountry) {
|
||||
this.destCountry = destCountry;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDjLogStatistics
|
||||
* @Description: 封堵日志总量统计
|
||||
* @author (zbc)
|
||||
* @date 2016年11月14日 下午4:00:00
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfDjLogStatistics extends StatLogEntity<DfDjLogStatistics> {
|
||||
|
||||
/**
|
||||
* serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = -2664087481901057237L;
|
||||
|
||||
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Integer getService() {
|
||||
return super.getService();
|
||||
}
|
||||
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Date getStatTime() {
|
||||
return super.getStatTime();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,173 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
import javax.xml.bind.annotation.XmlTransient;
|
||||
|
||||
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.nis.domain.Page;
|
||||
import com.nis.util.JsonDateSerializer;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDjNestLog
|
||||
* @Description: 嵌套信息日志
|
||||
* @author (ZBC)
|
||||
* @date 2016年11月09日 下午02:25:00
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfDjNestLog implements Serializable {
|
||||
|
||||
/**
|
||||
* serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = 4112513339553998553L;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "本层嵌套ID", required = true)
|
||||
protected String layerId;
|
||||
@ApiModelProperty(value = "发现时间", required = true)
|
||||
protected Date foundTime;
|
||||
@ApiModelProperty(value = "接收时间", required = true)
|
||||
protected Date recvTime;
|
||||
@ApiModelProperty(value = "本层嵌套层数", required = true)
|
||||
protected Integer layerCnt;
|
||||
@ApiModelProperty(value = "嵌套协议类型", required = true)
|
||||
protected String nestProtocol;
|
||||
@ApiModelProperty(value = "嵌套服务端ip地址", required = true)
|
||||
protected String nestServerIp;
|
||||
@ApiModelProperty(value = "嵌套客户端ip地址", required = true)
|
||||
protected String nestClientIp;
|
||||
@ApiModelProperty(value = "嵌套服务端端口", required = true)
|
||||
protected Integer nestServerPort;
|
||||
@ApiModelProperty(value = "嵌套客户端端口", required = true)
|
||||
protected Integer nestClientPort;
|
||||
@ApiModelProperty(value = "外层嵌套关联ID", required = true)
|
||||
protected String overId;
|
||||
|
||||
|
||||
|
||||
protected String searchLayerId;
|
||||
protected String searchActiveSys;
|
||||
|
||||
|
||||
|
||||
@JsonSerialize(using = JsonDateSerializer.class)
|
||||
public Date getFoundTime() {
|
||||
return foundTime;
|
||||
}
|
||||
public void setFoundTime(Date foundTime) {
|
||||
this.foundTime = foundTime;
|
||||
}
|
||||
|
||||
@JsonSerialize(using = JsonDateSerializer.class)
|
||||
public Date getRecvTime() {
|
||||
return recvTime;
|
||||
}
|
||||
public void setRecvTime(Date recvTime) {
|
||||
this.recvTime = recvTime;
|
||||
}
|
||||
|
||||
public Integer getLayerCnt() {
|
||||
return layerCnt;
|
||||
}
|
||||
public void setLayerCnt(Integer layerCnt) {
|
||||
this.layerCnt = layerCnt;
|
||||
}
|
||||
|
||||
public String getNestProtocol() {
|
||||
return nestProtocol;
|
||||
}
|
||||
public void setNestProtocol(String nestProtocol) {
|
||||
this.nestProtocol = nestProtocol;
|
||||
}
|
||||
|
||||
public String getNestServerIp() {
|
||||
return nestServerIp;
|
||||
}
|
||||
public void setNestServerIp(String nestServerIp) {
|
||||
this.nestServerIp = nestServerIp;
|
||||
}
|
||||
|
||||
public String getNestClientIp() {
|
||||
return nestClientIp;
|
||||
}
|
||||
public void setNestClientIp(String nestClientIp) {
|
||||
this.nestClientIp = nestClientIp;
|
||||
}
|
||||
|
||||
public Integer getNestServerPort() {
|
||||
return nestServerPort;
|
||||
}
|
||||
public void setNestServerPort(Integer nestServerPort) {
|
||||
this.nestServerPort = nestServerPort;
|
||||
}
|
||||
|
||||
public Integer getNestClientPort() {
|
||||
return nestClientPort;
|
||||
}
|
||||
public void setNestClientPort(Integer nestClientPort) {
|
||||
this.nestClientPort = nestClientPort;
|
||||
}
|
||||
|
||||
public String getOverId() {
|
||||
return overId;
|
||||
}
|
||||
public void setOverId(String overId) {
|
||||
this.overId = overId;
|
||||
}
|
||||
|
||||
public String getLayerId() {
|
||||
return layerId;
|
||||
}
|
||||
public void setLayerId(String layerId) {
|
||||
this.layerId = layerId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLayerId() {
|
||||
return searchLayerId;
|
||||
}
|
||||
public void setSearchLayerId(String searchLayerId) {
|
||||
this.searchLayerId = searchLayerId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchActiveSys() {
|
||||
return searchActiveSys;
|
||||
}
|
||||
public void setSearchActiveSys(String searchActiveSys) {
|
||||
this.searchActiveSys = searchActiveSys;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 当前实体分页对象
|
||||
*/
|
||||
protected Page<DfDjNestLog> page;
|
||||
|
||||
@JsonIgnore
|
||||
@XmlTransient
|
||||
public Page<DfDjNestLog> getPage() {
|
||||
if (page == null) {
|
||||
page = new Page<DfDjNestLog>();
|
||||
}
|
||||
return page;
|
||||
}
|
||||
|
||||
public Page<DfDjNestLog> setPage(Page<DfDjNestLog> page) {
|
||||
this.page = page;
|
||||
return page;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return ReflectionToStringBuilder.toString(this);
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDjLogStatistics
|
||||
* @Description: 封堵配置日志总量统计
|
||||
* @author (zbc)
|
||||
* @date 2016年11月14日 下午4:00:00
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfDjPzLogStatistics extends StatLogEntity<DfDjPzLogStatistics> {
|
||||
|
||||
/**
|
||||
* serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = 8210969217513777081L;
|
||||
|
||||
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfEntrStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="局点", required=true)
|
||||
protected Long entranceId;
|
||||
|
||||
protected String searchEntranceId;
|
||||
|
||||
public Long getEntranceId() {
|
||||
return entranceId;
|
||||
}
|
||||
public void setEntranceId(Long entranceId) {
|
||||
this.entranceId = entranceId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchEntranceId() {
|
||||
return searchEntranceId;
|
||||
}
|
||||
public void setSearchEntranceId(String searchEntranceId) {
|
||||
this.searchEntranceId = searchEntranceId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfEntrStatLogMonth extends DfEntrStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfEntranceReport
|
||||
* @Description: 管控局点(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfEntranceReport extends DfReportEntity<DfEntranceReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6093854240033900622L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "局点信息", required = true)
|
||||
protected Long entraceId;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchEntraceId;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getEntraceId() {
|
||||
return entraceId;
|
||||
}
|
||||
|
||||
public void setEntraceId(Long entraceId) {
|
||||
this.entraceId = entraceId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchEntraceId() {
|
||||
return searchEntraceId;
|
||||
}
|
||||
|
||||
public void setSearchEntraceId(String searchEntraceId) {
|
||||
this.searchEntraceId = searchEntraceId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitAffairDestReport extends DfJitLogEntity<DfJitAffairDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6367339032317209141L;
|
||||
@ApiModelProperty(value = "子话题", required = true)
|
||||
private Integer affair;
|
||||
@ApiModelProperty(value = "事件", required = true)
|
||||
private Integer topic;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchAffair;
|
||||
private String searchTopic;
|
||||
|
||||
public DfJitAffairDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getAffair() {
|
||||
return affair;
|
||||
}
|
||||
|
||||
public void setAffair(Integer affair) {
|
||||
this.affair = affair;
|
||||
}
|
||||
|
||||
public Integer getTopic() {
|
||||
return topic;
|
||||
}
|
||||
|
||||
public void setTopic(Integer topic) {
|
||||
this.topic = topic;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchAffair() {
|
||||
return searchAffair;
|
||||
}
|
||||
|
||||
public void setSearchAffair(String searchAffair) {
|
||||
this.searchAffair = searchAffair;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTopic() {
|
||||
return searchTopic;
|
||||
}
|
||||
|
||||
public void setSearchTopic(String searchTopic) {
|
||||
this.searchTopic = searchTopic;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitAffairSrcReport extends DfJitLogEntity<DfJitAffairSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -9081795070814096710L;
|
||||
@ApiModelProperty(value = "子话题", required = true)
|
||||
private Integer affair;
|
||||
@ApiModelProperty(value = "事件", required = true)
|
||||
private Integer topic;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchAffair;
|
||||
private String searchTopic;
|
||||
|
||||
public DfJitAffairSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getAffair() {
|
||||
return affair;
|
||||
}
|
||||
|
||||
public void setAffair(Integer affair) {
|
||||
this.affair = affair;
|
||||
}
|
||||
|
||||
public Integer getTopic() {
|
||||
return topic;
|
||||
}
|
||||
|
||||
public void setTopic(Integer topic) {
|
||||
this.topic = topic;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchAffair() {
|
||||
return searchAffair;
|
||||
}
|
||||
|
||||
public void setSearchAffair(String searchAffair) {
|
||||
this.searchAffair = searchAffair;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTopic() {
|
||||
return searchTopic;
|
||||
}
|
||||
|
||||
public void setSearchTopic(String searchTopic) {
|
||||
this.searchTopic = searchTopic;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitFlDestReport extends DfJitLogEntity<DfJitFlDestReport> {
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8661475281697413205L;
|
||||
@ApiModelProperty(value = "分类", required = true)
|
||||
private Integer fl;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
private Integer xz;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchFl;
|
||||
private String searchXz;
|
||||
|
||||
public DfJitFlDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getFl() {
|
||||
return fl;
|
||||
}
|
||||
|
||||
public void setFl(Integer fl) {
|
||||
this.fl = fl;
|
||||
}
|
||||
|
||||
public Integer getXz() {
|
||||
return xz;
|
||||
}
|
||||
|
||||
public void setXz(Integer xz) {
|
||||
this.xz = xz;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchFl() {
|
||||
return searchFl;
|
||||
}
|
||||
|
||||
public void setSearchFl(String searchFl) {
|
||||
this.searchFl = searchFl;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchXz() {
|
||||
return searchXz;
|
||||
}
|
||||
|
||||
public void setSearchXz(String searchXz) {
|
||||
this.searchXz = searchXz;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitFlSrcReport extends DfJitLogEntity<DfJitFlSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1866611122134109630L;
|
||||
@ApiModelProperty(value = "分类", required = true)
|
||||
private Integer fl;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
private Integer xz;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchFl;
|
||||
private String searchXz;
|
||||
|
||||
public DfJitFlSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getFl() {
|
||||
return fl;
|
||||
}
|
||||
|
||||
public void setFl(Integer fl) {
|
||||
this.fl = fl;
|
||||
}
|
||||
|
||||
public Integer getXz() {
|
||||
return xz;
|
||||
}
|
||||
|
||||
public void setXz(Integer xz) {
|
||||
this.xz = xz;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchFl() {
|
||||
return searchFl;
|
||||
}
|
||||
|
||||
public void setSearchFl(String searchFl) {
|
||||
this.searchFl = searchFl;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchXz() {
|
||||
return searchXz;
|
||||
}
|
||||
|
||||
public void setSearchXz(String searchXz) {
|
||||
this.searchXz = searchXz;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitGuaranteeDestReport extends DfJitLogEntity<DfJitGuaranteeDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4886806743747030623L;
|
||||
|
||||
@ApiModelProperty(value = "保障期", required = true)
|
||||
private Integer guarantee;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchGuarantee;
|
||||
|
||||
public DfJitGuaranteeDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getGuarantee() {
|
||||
return guarantee;
|
||||
}
|
||||
|
||||
public void setGuarantee(Integer guarantee) {
|
||||
this.guarantee = guarantee;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchGuarantee() {
|
||||
return searchGuarantee;
|
||||
}
|
||||
|
||||
public void setSearchGuarantee(String searchGuarantee) {
|
||||
this.searchGuarantee = searchGuarantee;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitGuaranteeSrcReport extends DfJitLogEntity<DfJitGuaranteeSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 558117618430759769L;
|
||||
|
||||
@ApiModelProperty(value = "保障期", required = true)
|
||||
private Integer guarantee;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchGuarantee;
|
||||
|
||||
public DfJitGuaranteeSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getGuarantee() {
|
||||
return guarantee;
|
||||
}
|
||||
|
||||
public void setGuarantee(Integer guarantee) {
|
||||
this.guarantee = guarantee;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchGuarantee() {
|
||||
return searchGuarantee;
|
||||
}
|
||||
|
||||
public void setSearchGuarantee(String searchGuarantee) {
|
||||
this.searchGuarantee = searchGuarantee;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitIdDestReport extends DfJitLogEntity<DfJitIdDestReport> {
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3056813909262889527L;
|
||||
|
||||
@ApiModelProperty(value = "配置id", required = true)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchId;
|
||||
|
||||
public DfJitIdDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(Long id) {
|
||||
this.id = id;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchId() {
|
||||
return searchId;
|
||||
}
|
||||
|
||||
public void setSearchId(String searchId) {
|
||||
this.searchId = searchId;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitIdSrcReport extends DfJitLogEntity<DfJitIdSrcReport> {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1789859856962153038L;
|
||||
|
||||
@ApiModelProperty(value = "配置id", required = true)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchId;
|
||||
|
||||
public DfJitIdSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(Long id) {
|
||||
this.id = id;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchId() {
|
||||
return searchId;
|
||||
}
|
||||
|
||||
public void setSearchId(String searchId) {
|
||||
this.searchId = searchId;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitMissionDestReport extends DfJitLogEntity<DfJitMissionDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4200263721978195939L;
|
||||
|
||||
@ApiModelProperty(value = "任务", required = true)
|
||||
private Integer mission;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchMission;
|
||||
|
||||
public DfJitMissionDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getMission() {
|
||||
return mission;
|
||||
}
|
||||
|
||||
public void setMission(Integer mission) {
|
||||
this.mission = mission;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchMission() {
|
||||
return searchMission;
|
||||
}
|
||||
|
||||
public void setSearchMission(String searchMission) {
|
||||
this.searchMission = searchMission;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitMissionSrcReport extends DfJitLogEntity<DfJitMissionSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1244851836673765943L;
|
||||
|
||||
@ApiModelProperty(value = "任务", required = true)
|
||||
private Integer mission;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchMission;
|
||||
|
||||
public DfJitMissionSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getMission() {
|
||||
return mission;
|
||||
}
|
||||
|
||||
public void setMission(Integer mission) {
|
||||
this.mission = mission;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchMission() {
|
||||
return searchMission;
|
||||
}
|
||||
|
||||
public void setSearchMission(String searchMission) {
|
||||
this.searchMission = searchMission;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitTagDestReport extends DfJitLogEntity<DfJitTagDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8057168628547445607L;
|
||||
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
private Integer tag;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchTag;
|
||||
|
||||
public DfJitTagDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfJitTagSrcReport extends DfJitLogEntity<DfJitTagSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1338482031809189715L;
|
||||
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
private Integer tag;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchTag;
|
||||
|
||||
public DfJitTagSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhAttrDaily
|
||||
* @Description: TODO(来文函号、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhAttrDaily extends StatLogEntity {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhAttrDaily
|
||||
* @Description: TODO(来文函号、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhAttrMonth extends StatLogEntity {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhAttrReport
|
||||
* @Description: TODO(来文函号、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhAttrReport extends DfReportEntity<DfLwhhAttrReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,61 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfLwhhReport
|
||||
* @Description: 管控来文函号(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhReport extends DfReportEntity<DfLwhhReport> {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7545794734532459964L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号ID", required = true)
|
||||
protected Integer lwhh;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Integer getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
|
||||
public void setLwhh(Integer lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="来文函号", required=true)
|
||||
protected Integer lwhh;
|
||||
|
||||
protected String searchLwhh;
|
||||
|
||||
public Integer getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Integer lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhStatLogMonth extends DfLwhhStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhTagReport
|
||||
* @Description: TODO(来文函号、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhTagDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhTagReport
|
||||
* @Description: TODO(来文函号、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhTagMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhTagReport
|
||||
* @Description: TODO(来文函号、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfLwhhTagReport extends DfReportEntity<DfLwhhTagReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: dfPzReport
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (DDM)
|
||||
* @date 2016年10月31日上午11:11:22
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfPzReport extends DfReportEntity<DfPzReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6348665724846062686L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "编译配置ID", required = true)
|
||||
protected Long cfgId;
|
||||
|
||||
protected String searchCfgId;
|
||||
protected String searchService;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchCfgId() {
|
||||
return searchCfgId;
|
||||
}
|
||||
|
||||
public void setSearchCfgId(String searchCfgId) {
|
||||
this.searchCfgId = searchCfgId;
|
||||
}
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getCfgId() {
|
||||
return cfgId;
|
||||
}
|
||||
|
||||
public void setCfgId(Long cfgId) {
|
||||
this.cfgId = cfgId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,98 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfPzReportSum
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (DDM)
|
||||
* @date 2016年10月31日上午11:11:22
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfPzReportStat extends DfReportEntity<DfPzReportStat> {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7960862769580690410L;
|
||||
@ApiModelProperty(value = "私有标签", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "编译配置ID", required = true)
|
||||
protected Long configId;
|
||||
@ApiModelProperty(value = "日志总量", required = true)
|
||||
protected Long sum;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchStatActiveSys;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchStatActiveSys() {
|
||||
return searchStatActiveSys;
|
||||
}
|
||||
public void setSearchStatActiveSys(String searchStatActiveSys) {
|
||||
this.searchStatActiveSys = searchStatActiveSys;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getConfigId() {
|
||||
return configId;
|
||||
}
|
||||
public void setConfigId(Long configId) {
|
||||
this.configId = configId;
|
||||
}
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getAsum() {
|
||||
return super.getAsum();
|
||||
}
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getBsum() {
|
||||
return super.getBsum();
|
||||
}
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getCsum() {
|
||||
return super.getCsum();
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.DfReportEntity#getAbsum()
|
||||
*/
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getAbsum() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getAbsum();
|
||||
}
|
||||
public Long getSum() {
|
||||
return sum;
|
||||
}
|
||||
public void setSum(Long sum) {
|
||||
this.sum = sum;
|
||||
}
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Date getReportTime() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getReportTime();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.util.JsonDateSerializer;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: dfServiceReport
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (DDM)
|
||||
* @date 2016年10月31日上午11:22:07
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfServiceReport extends DfReportEntity implements Serializable {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6219213545074023084L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer serviceType;
|
||||
|
||||
protected String searchService;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
public Integer getServiceType() {
|
||||
return serviceType;
|
||||
}
|
||||
public void setServiceType(Integer serviceType) {
|
||||
this.serviceType = serviceType;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpAttrReport
|
||||
* @Description: TODO(境内ip、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpAttrDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpAttrReport
|
||||
* @Description: TODO(境内ip、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpAttrMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpAttrReport
|
||||
* @Description: TODO(境内ip、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpAttrReport extends DfReportEntity<DfSrcIpAttrReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,81 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfSrcIpDomeSticReport
|
||||
* @Description: 管控境内源IP(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpDomeSticReport extends DfReportEntity<DfSrcIpDomeSticReport> {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7360674711430956834L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "源IP所在省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "源IP所在市", required = true)
|
||||
protected String srcCity;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchSrcCity;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
|
||||
public String getSrcCity() {
|
||||
return srcCity;
|
||||
}
|
||||
|
||||
public void setSrcCity(String srcCity) {
|
||||
this.srcCity = srcCity;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcCity() {
|
||||
return searchSrcCity;
|
||||
}
|
||||
|
||||
public void setSearchSrcCity(String searchSrcCity) {
|
||||
this.searchSrcCity = searchSrcCity;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/**
|
||||
* @Title: DfSrcipDomesticStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfSrcipDomesticStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpDomesticStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="省", required=true)
|
||||
protected String srcProvince;
|
||||
|
||||
@ApiModelProperty(value="市", required=true)
|
||||
protected String srcCity;
|
||||
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
|
||||
public String getSrcCity() {
|
||||
return srcCity;
|
||||
}
|
||||
|
||||
public void setSrcCity(String srcCity) {
|
||||
this.srcCity = srcCity;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/**
|
||||
* @Title: DfSrcipDomesticStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
/**
|
||||
* @ClassName: DfSrcipDomesticStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpDomesticStatLogMonth extends DfSrcIpDomesticStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DfSrcIpReport extends DfReportEntity<DfSrcIpReport>{
|
||||
|
||||
/**
|
||||
* serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = 4386680443050994654L;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "源IP所属省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "源IP所属市")
|
||||
protected String srcCity;
|
||||
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
|
||||
public String getSrcCity() {
|
||||
return srcCity;
|
||||
}
|
||||
public void setSrcCity(String srcCity) {
|
||||
this.srcCity = srcCity;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpTagReport
|
||||
* @Description: TODO(境内ip、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpTagDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpTagReport
|
||||
* @Description: TODO(境内ip、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpTagMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpTagReport
|
||||
* @Description: TODO(境内ip、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfSrcIpTagReport extends DfReportEntity<DfSrcIpTagReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
/**
|
||||
* @Title: DfStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="配置ID", required=true)
|
||||
protected Long configId;
|
||||
|
||||
protected String searchConfigId;
|
||||
|
||||
public Long getConfigId() {
|
||||
return configId;
|
||||
}
|
||||
public void setConfigId(Long configId) {
|
||||
this.configId = configId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchConfigId() {
|
||||
return searchConfigId;
|
||||
}
|
||||
|
||||
|
||||
public void setSearchConfigId(String searchConfigId) {
|
||||
this.searchConfigId = searchConfigId;
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/**
|
||||
* @Title: DfStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfStatLogMonth extends DfStatLogDaily {
|
||||
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: dfTagReport
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (DDM)
|
||||
* @date 2016年10月31日上午11:25:38
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfTagReport extends DfReportEntity<DfTagReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6425675908119093476L;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Integer tag;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
|
||||
protected String searchTag;
|
||||
protected String searchService;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfTagStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="标签", required=true)
|
||||
protected Integer tag;
|
||||
|
||||
protected String searchTag;
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DfTagStatLogMonth extends DfTagStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjAttrStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="性质", required=true)
|
||||
protected Integer attrType;
|
||||
|
||||
protected String searchAttrType;
|
||||
|
||||
public Integer getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Integer attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/**
|
||||
* @Title: DjTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
/**
|
||||
* @ClassName: DjTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjAttrStatLogMonth extends DjAttrStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfAttrTypeReport
|
||||
* @Description: 管控性质实时统计
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjAttrTypeReport extends DfReportEntity<DjAttrTypeReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -9186632214937498812L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Integer attrType;
|
||||
|
||||
protected String searchAttrType;
|
||||
protected String searchService;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Integer getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
|
||||
public void setAttrType(Integer attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,195 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.xml.bind.annotation.XmlTransient;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.google.common.collect.Maps;
|
||||
import com.nis.domain.Page;
|
||||
import com.nis.util.JsonDateSerializer;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjCkStatLog implements Serializable {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8465748814742964183L;
|
||||
@ApiModelProperty(value = "ID", required = true)
|
||||
private Long statId;
|
||||
@ApiModelProperty(value = "配置ID", required = true)
|
||||
private Long configId;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
private Integer service;
|
||||
@ApiModelProperty(value = "生效系统", required = true)
|
||||
private Integer activeSys;
|
||||
@ApiModelProperty(value = "国际出入口", required = true)
|
||||
private Long gjCkId;
|
||||
@ApiModelProperty(value = "总计", required = true)
|
||||
private Long sum;
|
||||
@ApiModelProperty(value = "统计时间", required = true)
|
||||
private Date capTime;
|
||||
|
||||
private String searchCapStartTime;
|
||||
private String searchCapEndTime;
|
||||
private String searchGjCkId;
|
||||
private String searchCfgId;
|
||||
private String searchService;
|
||||
private String searchActiveSys;
|
||||
/**
|
||||
* 当前实体分页对象
|
||||
*/
|
||||
private Page<DjCkStatLog> page;
|
||||
|
||||
/**
|
||||
* 自定义SQL(SQL标识,SQL内容)
|
||||
*/
|
||||
private Map<String, String> sqlMap;
|
||||
|
||||
public DjCkStatLog() {
|
||||
super();
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public Long getStatId() {
|
||||
return statId;
|
||||
}
|
||||
|
||||
public void setStatId(Long statId) {
|
||||
this.statId = statId;
|
||||
}
|
||||
|
||||
public Long getConfigId() {
|
||||
return configId;
|
||||
}
|
||||
|
||||
public void setConfigId(Long configId) {
|
||||
this.configId = configId;
|
||||
}
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getGjCkId() {
|
||||
return gjCkId;
|
||||
}
|
||||
|
||||
public void setGjCkId(Long gjCkId) {
|
||||
this.gjCkId = gjCkId;
|
||||
}
|
||||
|
||||
public Long getSum() {
|
||||
return sum;
|
||||
}
|
||||
|
||||
public void setSum(Long sum) {
|
||||
this.sum = sum;
|
||||
}
|
||||
|
||||
@JsonSerialize(using = JsonDateSerializer.class)
|
||||
public Date getCapTime() {
|
||||
return capTime;
|
||||
}
|
||||
|
||||
public void setCapTime(Date capTime) {
|
||||
this.capTime = capTime;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchCapStartTime() {
|
||||
return searchCapStartTime;
|
||||
}
|
||||
|
||||
public void setSearchCapStartTime(String searchCapStartTime) {
|
||||
this.searchCapStartTime = searchCapStartTime;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchCapEndTime() {
|
||||
return searchCapEndTime;
|
||||
}
|
||||
|
||||
public void setSearchCapEndTime(String searchCapEndTime) {
|
||||
this.searchCapEndTime = searchCapEndTime;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchGjCkId() {
|
||||
return searchGjCkId;
|
||||
}
|
||||
|
||||
public void setSearchGjCkId(String searchGjCkId) {
|
||||
this.searchGjCkId = searchGjCkId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchCfgId() {
|
||||
return searchCfgId;
|
||||
}
|
||||
|
||||
public void setSearchCfgId(String searchCfgId) {
|
||||
this.searchCfgId = searchCfgId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
@XmlTransient
|
||||
public Page<DjCkStatLog> getPage() {
|
||||
if (page == null) {
|
||||
page = new Page<DjCkStatLog>();
|
||||
}
|
||||
return page;
|
||||
}
|
||||
|
||||
public void setPage(Page<DjCkStatLog> page) {
|
||||
this.page = page;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
@XmlTransient
|
||||
public Map<String, String> getSqlMap() {
|
||||
if (sqlMap == null) {
|
||||
sqlMap = Maps.newHashMap();
|
||||
}
|
||||
return sqlMap;
|
||||
}
|
||||
|
||||
public void setSqlMap(Map<String, String> sqlMap) {
|
||||
this.sqlMap = sqlMap;
|
||||
}
|
||||
|
||||
public Integer getActiveSys() {
|
||||
return activeSys;
|
||||
}
|
||||
|
||||
public void setActiveSys(Integer activeSys) {
|
||||
this.activeSys = activeSys;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchActiveSys() {
|
||||
return searchActiveSys;
|
||||
}
|
||||
|
||||
public void setSearchActiveSys(String searchActiveSys) {
|
||||
this.searchActiveSys = searchActiveSys;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
/**
|
||||
* @Title: DfDestIpCounrtyStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDestIpCounrtyStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjDestIpCounrtyStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="国家", required=true)
|
||||
protected String destCountry;
|
||||
|
||||
public String getDestCountry() {
|
||||
return destCountry;
|
||||
}
|
||||
public void setDestCountry(String destCountry) {
|
||||
this.destCountry = destCountry;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
/**
|
||||
* @Title: DjDestIpCounrtyStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
|
||||
/**
|
||||
* @ClassName: DjDestIpCounrtyStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjDestIpCounrtyStatLogMonth extends DjDestIpCounrtyStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfDestIpCountryReport
|
||||
* @Description: 管控境内目的IP(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjDestIpCountryReport extends DfReportEntity<DjDestIpCountryReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -6490028574641528475L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "目的IP所属国家", required = true)
|
||||
protected String destCountry;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchDestCountry;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public String getDestCountry() {
|
||||
return destCountry;
|
||||
}
|
||||
|
||||
public void setDestCountry(String destCountry) {
|
||||
this.destCountry = destCountry;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchDestCountry() {
|
||||
return searchDestCountry;
|
||||
}
|
||||
|
||||
public void setSearchDestCountry(String searchDestCountry) {
|
||||
this.searchDestCountry = searchDestCountry;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjEntrStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="局点", required=true)
|
||||
protected Long entranceId;
|
||||
|
||||
protected String searchEntranceId;
|
||||
|
||||
public Long getEntranceId() {
|
||||
return entranceId;
|
||||
}
|
||||
public void setEntranceId(Long entranceId) {
|
||||
this.entranceId = entranceId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchEntranceId() {
|
||||
return searchEntranceId;
|
||||
}
|
||||
public void setSearchEntranceId(String searchEntranceId) {
|
||||
this.searchEntranceId = searchEntranceId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
/**
|
||||
* @Title: DjTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
|
||||
/**
|
||||
* @ClassName: DjTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjEntrStatLogMonth extends DjEntrStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfEntranceReport
|
||||
* @Description: 管控局点(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjEntranceReport extends DfReportEntity<DjEntranceReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6093854240033900622L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "局点信息", required = true)
|
||||
protected Long entraceId;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchEntraceId;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getEntraceId() {
|
||||
return entraceId;
|
||||
}
|
||||
|
||||
public void setEntraceId(Long entraceId) {
|
||||
this.entraceId = entraceId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchEntraceId() {
|
||||
return searchEntraceId;
|
||||
}
|
||||
|
||||
public void setSearchEntraceId(String searchEntraceId) {
|
||||
this.searchEntraceId = searchEntraceId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitAffairDestReport extends DfJitLogEntity<DjJitAffairDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6367339032317209141L;
|
||||
@ApiModelProperty(value = "子话题", required = true)
|
||||
private Integer affair;
|
||||
@ApiModelProperty(value = "事件", required = true)
|
||||
private Integer topic;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchAffair;
|
||||
private String searchTopic;
|
||||
|
||||
public DjJitAffairDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getAffair() {
|
||||
return affair;
|
||||
}
|
||||
|
||||
public void setAffair(Integer affair) {
|
||||
this.affair = affair;
|
||||
}
|
||||
|
||||
public Integer getTopic() {
|
||||
return topic;
|
||||
}
|
||||
|
||||
public void setTopic(Integer topic) {
|
||||
this.topic = topic;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchAffair() {
|
||||
return searchAffair;
|
||||
}
|
||||
|
||||
public void setSearchAffair(String searchAffair) {
|
||||
this.searchAffair = searchAffair;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTopic() {
|
||||
return searchTopic;
|
||||
}
|
||||
|
||||
public void setSearchTopic(String searchTopic) {
|
||||
this.searchTopic = searchTopic;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitAffairSrcReport extends DfJitLogEntity<DjJitAffairSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -9081795070814096710L;
|
||||
@ApiModelProperty(value = "子话题", required = true)
|
||||
private Integer affair;
|
||||
@ApiModelProperty(value = "事件", required = true)
|
||||
private Integer topic;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchAffair;
|
||||
private String searchTopic;
|
||||
|
||||
public DjJitAffairSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getAffair() {
|
||||
return affair;
|
||||
}
|
||||
|
||||
public void setAffair(Integer affair) {
|
||||
this.affair = affair;
|
||||
}
|
||||
|
||||
public Integer getTopic() {
|
||||
return topic;
|
||||
}
|
||||
|
||||
public void setTopic(Integer topic) {
|
||||
this.topic = topic;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchAffair() {
|
||||
return searchAffair;
|
||||
}
|
||||
|
||||
public void setSearchAffair(String searchAffair) {
|
||||
this.searchAffair = searchAffair;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTopic() {
|
||||
return searchTopic;
|
||||
}
|
||||
|
||||
public void setSearchTopic(String searchTopic) {
|
||||
this.searchTopic = searchTopic;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitFlDestReport extends DfJitLogEntity<DjJitFlDestReport> {
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8661475281697413205L;
|
||||
@ApiModelProperty(value = "分类", required = true)
|
||||
private Integer fl;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
private Integer xz;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchFl;
|
||||
private String searchXz;
|
||||
|
||||
public DjJitFlDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getFl() {
|
||||
return fl;
|
||||
}
|
||||
|
||||
public void setFl(Integer fl) {
|
||||
this.fl = fl;
|
||||
}
|
||||
|
||||
public Integer getXz() {
|
||||
return xz;
|
||||
}
|
||||
|
||||
public void setXz(Integer xz) {
|
||||
this.xz = xz;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchFl() {
|
||||
return searchFl;
|
||||
}
|
||||
|
||||
public void setSearchFl(String searchFl) {
|
||||
this.searchFl = searchFl;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchXz() {
|
||||
return searchXz;
|
||||
}
|
||||
|
||||
public void setSearchXz(String searchXz) {
|
||||
this.searchXz = searchXz;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitFlSrcReport extends DfJitLogEntity<DjJitFlSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1866611122134109630L;
|
||||
@ApiModelProperty(value = "分类", required = true)
|
||||
private Integer fl;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
private Integer xz;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchFl;
|
||||
private String searchXz;
|
||||
|
||||
public DjJitFlSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getFl() {
|
||||
return fl;
|
||||
}
|
||||
|
||||
public void setFl(Integer fl) {
|
||||
this.fl = fl;
|
||||
}
|
||||
|
||||
public Integer getXz() {
|
||||
return xz;
|
||||
}
|
||||
|
||||
public void setXz(Integer xz) {
|
||||
this.xz = xz;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchFl() {
|
||||
return searchFl;
|
||||
}
|
||||
|
||||
public void setSearchFl(String searchFl) {
|
||||
this.searchFl = searchFl;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchXz() {
|
||||
return searchXz;
|
||||
}
|
||||
|
||||
public void setSearchXz(String searchXz) {
|
||||
this.searchXz = searchXz;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitGuaranteeDestReport extends DfJitLogEntity<DjJitGuaranteeDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4886806743747030623L;
|
||||
|
||||
@ApiModelProperty(value = "保障期", required = true)
|
||||
private Integer guarantee;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchGuarantee;
|
||||
|
||||
public DjJitGuaranteeDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getGuarantee() {
|
||||
return guarantee;
|
||||
}
|
||||
|
||||
public void setGuarantee(Integer guarantee) {
|
||||
this.guarantee = guarantee;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchGuarantee() {
|
||||
return searchGuarantee;
|
||||
}
|
||||
|
||||
public void setSearchGuarantee(String searchGuarantee) {
|
||||
this.searchGuarantee = searchGuarantee;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitGuaranteeSrcReport extends DfJitLogEntity<DjJitGuaranteeSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 558117618430759769L;
|
||||
|
||||
@ApiModelProperty(value = "保障期", required = true)
|
||||
private Integer guarantee;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchGuarantee;
|
||||
|
||||
public DjJitGuaranteeSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getGuarantee() {
|
||||
return guarantee;
|
||||
}
|
||||
|
||||
public void setGuarantee(Integer guarantee) {
|
||||
this.guarantee = guarantee;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchGuarantee() {
|
||||
return searchGuarantee;
|
||||
}
|
||||
|
||||
public void setSearchGuarantee(String searchGuarantee) {
|
||||
this.searchGuarantee = searchGuarantee;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitIdDestReport extends DfJitLogEntity<DjJitIdDestReport> {
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3056813909262889527L;
|
||||
|
||||
@ApiModelProperty(value = "配置id", required = true)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchId;
|
||||
|
||||
public DjJitIdDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(Long id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchId() {
|
||||
return searchId;
|
||||
}
|
||||
|
||||
public void setSearchId(String searchId) {
|
||||
this.searchId = searchId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitIdSrcReport extends DfJitLogEntity<DjJitIdSrcReport> {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6337204883984675891L;
|
||||
|
||||
@ApiModelProperty(value = "配置id", required = true)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchId;
|
||||
|
||||
public DjJitIdSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
public void setId(Long id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchId() {
|
||||
return searchId;
|
||||
}
|
||||
|
||||
public void setSearchId(String searchId) {
|
||||
this.searchId = searchId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitMissionDestReport extends DfJitLogEntity<DjJitMissionDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4200263721978195939L;
|
||||
|
||||
@ApiModelProperty(value = "任务", required = true)
|
||||
private Integer mission;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchMission;
|
||||
|
||||
public DjJitMissionDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getMission() {
|
||||
return mission;
|
||||
}
|
||||
|
||||
public void setMission(Integer mission) {
|
||||
this.mission = mission;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchMission() {
|
||||
return searchMission;
|
||||
}
|
||||
|
||||
public void setSearchMission(String searchMission) {
|
||||
this.searchMission = searchMission;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitMissionSrcReport extends DfJitLogEntity<DjJitMissionSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1244851836673765943L;
|
||||
|
||||
@ApiModelProperty(value = "任务", required = true)
|
||||
private Integer mission;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchMission;
|
||||
|
||||
public DjJitMissionSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getMission() {
|
||||
return mission;
|
||||
}
|
||||
|
||||
public void setMission(Integer mission) {
|
||||
this.mission = mission;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchMission() {
|
||||
return searchMission;
|
||||
}
|
||||
|
||||
public void setSearchMission(String searchMission) {
|
||||
this.searchMission = searchMission;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitTagDestReport extends DfJitLogEntity<DjJitTagDestReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -8057168628547445607L;
|
||||
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
private Integer tag;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchTag;
|
||||
|
||||
public DjJitTagDestReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfJitLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class DjJitTagSrcReport extends DfJitLogEntity<DjJitTagSrcReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -1338482031809189715L;
|
||||
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
private Integer tag;
|
||||
|
||||
/**
|
||||
* 查询部分
|
||||
*/
|
||||
private String searchTag;
|
||||
|
||||
public DjJitTagSrcReport() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhAttrReport
|
||||
* @Description: TODO(来文函号、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhAttrDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhAttrReport
|
||||
* @Description: TODO(来文函号、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhAttrMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhAttrReport
|
||||
* @Description: TODO(来文函号、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhAttrReport extends DfReportEntity<DjLwhhAttrReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,61 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfLwhhReport
|
||||
* @Description: 管控来文函号(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhReport extends DfReportEntity<DjLwhhReport> {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7545794734532459964L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号ID", required = true)
|
||||
protected Integer lwhh;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Integer getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
|
||||
public void setLwhh(Integer lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="来文函号", required=true)
|
||||
protected Integer lwhh;
|
||||
|
||||
protected String searchLwhh;
|
||||
|
||||
public Integer getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Integer lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
/**
|
||||
* @Title: DjTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
|
||||
/**
|
||||
* @ClassName: DjTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhStatLogMonth extends DjLwhhStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhTagReport
|
||||
* @Description: TODO(来文函号、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhTagDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhTagReport
|
||||
* @Description: TODO(来文函号、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhTagMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfLwhhTagReport
|
||||
* @Description: TODO(来文函号、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjLwhhTagReport extends DfReportEntity<DjLwhhTagReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "来文函号", required = true)
|
||||
protected Long lwhh;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchLwhh;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
public Long getLwhh() {
|
||||
return lwhh;
|
||||
}
|
||||
public void setLwhh(Long lwhh) {
|
||||
this.lwhh = lwhh;
|
||||
}
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchLwhh() {
|
||||
return searchLwhh;
|
||||
}
|
||||
public void setSearchLwhh(String searchLwhh) {
|
||||
this.searchLwhh = searchLwhh;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DjPzReport
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (ZBC)
|
||||
* @date 2016年11月22日下午06:00:00
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjPzReport extends DfReportEntity<DjPzReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 5378450857152481993L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "编译配置ID", required = true)
|
||||
protected Long cfgId;
|
||||
|
||||
protected String searchCfgId;
|
||||
protected String searchId;
|
||||
protected String searchService;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchId() {
|
||||
return searchId;
|
||||
}
|
||||
|
||||
public void setSearchId(String searchId) {
|
||||
this.searchId = searchId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchCfgId() {
|
||||
return searchCfgId;
|
||||
}
|
||||
|
||||
public void setSearchCfgId(String searchCfgId) {
|
||||
this.searchCfgId = searchCfgId;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getCfgId() {
|
||||
return cfgId;
|
||||
}
|
||||
|
||||
public void setCfgId(Long cfgId) {
|
||||
this.cfgId = cfgId;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,108 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DjPzReportStat
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (DDM)
|
||||
* @date 2016年10月31日上午11:11:22
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjPzReportStat extends DfReportEntity<DjPzReportStat> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4204790492680773920L;
|
||||
@ApiModelProperty(value = "私有标签", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "编译配置ID", required = true)
|
||||
protected Long configId;
|
||||
@ApiModelProperty(value = "日志总量", required = true)
|
||||
protected Long sum;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchStatActiveSys;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchStatActiveSys() {
|
||||
return searchStatActiveSys;
|
||||
}
|
||||
|
||||
public void setSearchStatActiveSys(String searchStatActiveSys) {
|
||||
this.searchStatActiveSys = searchStatActiveSys;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public Long getConfigId() {
|
||||
return configId;
|
||||
}
|
||||
|
||||
public void setConfigId(Long configId) {
|
||||
this.configId = configId;
|
||||
}
|
||||
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getAsum() {
|
||||
return super.getAsum();
|
||||
}
|
||||
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getBsum() {
|
||||
return super.getBsum();
|
||||
}
|
||||
|
||||
public Long getSum() {
|
||||
return sum;
|
||||
}
|
||||
|
||||
public void setSum(Long sum) {
|
||||
this.sum = sum;
|
||||
}
|
||||
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Date getReportTime() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getReportTime();
|
||||
}
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getCsum() {
|
||||
return super.getCsum();
|
||||
}
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.DfReportEntity#getAbsum()
|
||||
*/
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getAbsum() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getAbsum();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpAttrReport
|
||||
* @Description: TODO(境内ip、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpAttrDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpAttrReport
|
||||
* @Description: TODO(境内ip、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpAttrMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpAttrReport
|
||||
* @Description: TODO(境内ip、性质多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpAttrReport extends DfReportEntity<DjSrcIpAttrReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "性质", required = true)
|
||||
protected Long attrType;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchAttrType;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getAttrType() {
|
||||
return attrType;
|
||||
}
|
||||
public void setAttrType(Long attrType) {
|
||||
this.attrType = attrType;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchAttrType() {
|
||||
return searchAttrType;
|
||||
}
|
||||
public void setSearchAttrType(String searchAttrType) {
|
||||
this.searchAttrType = searchAttrType;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,81 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfSrcIpDomeSticReport
|
||||
* @Description: 管控境内源IP(带私有标签)实时统计模型
|
||||
* @author (rkg)
|
||||
* @date 2017年01月05日 下午3:41:50
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpDomeSticReport extends DfReportEntity<DjSrcIpDomeSticReport> {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -7360674711430956834L;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "源IP所在省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "源IP所在市", required = true)
|
||||
protected String srcCity;
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchSrcCity;
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
|
||||
public String getSrcCity() {
|
||||
return srcCity;
|
||||
}
|
||||
|
||||
public void setSrcCity(String srcCity) {
|
||||
this.srcCity = srcCity;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcCity() {
|
||||
return searchSrcCity;
|
||||
}
|
||||
|
||||
public void setSearchSrcCity(String searchSrcCity) {
|
||||
this.searchSrcCity = searchSrcCity;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/**
|
||||
* @Title: DfSrcipDomesticStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfSrcipDomesticStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpDomesticStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="省", required=true)
|
||||
protected String srcProvince;
|
||||
|
||||
@ApiModelProperty(value="市", required=true)
|
||||
protected String srcCity;
|
||||
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
|
||||
public String getSrcCity() {
|
||||
return srcCity;
|
||||
}
|
||||
|
||||
public void setSrcCity(String srcCity) {
|
||||
this.srcCity = srcCity;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/**
|
||||
* @Title: DjSrcipDomesticStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
/**
|
||||
* @ClassName: DjSrcipDomesticStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpDomesticStatLogMonth extends DjSrcIpDomesticStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpTagReport
|
||||
* @Description: TODO(境内ip、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpTagDaily extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpTagReport
|
||||
* @Description: TODO(境内ip、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpTagMonth extends StatLogEntity{
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: DfSrcIpTagReport
|
||||
* @Description: TODO(境内ip、标签多维实时统计)
|
||||
* @author (DDM)
|
||||
* @date 2017年8月4日下午2:29:28
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjSrcIpTagReport extends DfReportEntity<DjSrcIpTagReport> {
|
||||
|
||||
private static final long serialVersionUID = -1183216703585029756L;
|
||||
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
@ApiModelProperty(value = "省", required = true)
|
||||
protected String srcProvince;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Long tag;
|
||||
|
||||
|
||||
protected String searchService;
|
||||
protected String searchSrcProvince;
|
||||
protected String searchTag;
|
||||
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
public void setSrcProvince(String srcProvince) {
|
||||
this.srcProvince = srcProvince;
|
||||
}
|
||||
public String getSrcProvince() {
|
||||
return srcProvince;
|
||||
}
|
||||
|
||||
public Long getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Long tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchSrcProvince() {
|
||||
return searchSrcProvince;
|
||||
}
|
||||
public void setSearchSrcProvince(String searchSrcProvince) {
|
||||
this.searchSrcProvince = searchSrcProvince;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
/**
|
||||
* @Title: DjStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DjStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="配置ID", required=true)
|
||||
protected Long configId;
|
||||
|
||||
protected String searchConfigId;
|
||||
|
||||
public Long getConfigId() {
|
||||
return configId;
|
||||
}
|
||||
public void setConfigId(Long configId) {
|
||||
this.configId = configId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchConfigId() {
|
||||
return searchConfigId;
|
||||
}
|
||||
|
||||
|
||||
public void setSearchConfigId(String searchConfigId) {
|
||||
this.searchConfigId = searchConfigId;
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
/**
|
||||
* @Title: DjStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
/**
|
||||
* @ClassName: DjStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjStatLogMonth extends DjStatLogDaily {
|
||||
|
||||
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.DfReportEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: dfTagReport
|
||||
* @Description: TODO(一句话描述这个类)
|
||||
* @author (DDM)
|
||||
* @date 2016年10月31日上午11:25:38
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjTagReport extends DfReportEntity<DjTagReport> {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6425675908119093476L;
|
||||
@ApiModelProperty(value = "标签", required = true)
|
||||
protected Integer tag;
|
||||
@ApiModelProperty(value = "业务类型", required = true)
|
||||
protected Integer service;
|
||||
|
||||
protected String searchTag;
|
||||
protected String searchService;
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
|
||||
public Integer getService() {
|
||||
return service;
|
||||
}
|
||||
|
||||
public void setService(Integer service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public String getSearchService() {
|
||||
return searchService;
|
||||
}
|
||||
|
||||
public void setSearchService(String searchService) {
|
||||
this.searchService = searchService;
|
||||
}
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
/**
|
||||
* @Title: DfTagStatLogDaily.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.StatLogEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* @ClassName: DfTagStatLogDaily
|
||||
* @Description: 天日志报表
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjTagStatLogDaily extends StatLogEntity {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -591616210162791616L;
|
||||
|
||||
@ApiModelProperty(value="标签", required=true)
|
||||
protected Integer tag;
|
||||
|
||||
protected String searchTag;
|
||||
|
||||
public Integer getTag() {
|
||||
return tag;
|
||||
}
|
||||
public void setTag(Integer tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSearchTag() {
|
||||
return searchTag;
|
||||
}
|
||||
public void setSearchTag(String searchTag) {
|
||||
this.searchTag = searchTag;
|
||||
}
|
||||
}
|
||||
@@ -1,25 +0,0 @@
|
||||
/**
|
||||
* @Title: DjTagStatLogMonth.java
|
||||
* @Package com.nis.domain.restful
|
||||
* @Description: TODO(用一句话描述该文件做什么)
|
||||
* @author (ddm)
|
||||
* @date 2016年9月13日 上午11:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful;
|
||||
|
||||
/**
|
||||
* @ClassName: DjTagStatLogMonth
|
||||
* @Description: 日志月报表
|
||||
* @author (ddm)
|
||||
* @date 2017年01月05日 下午07:08:11
|
||||
* @version V1.0
|
||||
*/
|
||||
public class DjTagStatLogMonth extends DjTagStatLogDaily {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID : TODO(用一句话描述这个变量表示什么)
|
||||
*/
|
||||
private static final long serialVersionUID = -2704912464592675932L;
|
||||
|
||||
}
|
||||
@@ -1,231 +0,0 @@
|
||||
package com.nis.web.controller.restful;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMethod;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import com.nis.domain.Page;
|
||||
import com.nis.domain.restful.DfDjLogStatistics;
|
||||
import com.nis.domain.restful.DfDjPzLogStatistics;
|
||||
import com.nis.restful.RestServiceException;
|
||||
import com.nis.util.Constants;
|
||||
import com.nis.util.JsonMapper;
|
||||
import com.nis.util.redis.RedisDao;
|
||||
import com.nis.util.redis.SaveRedisThread;
|
||||
import com.nis.web.controller.BaseRestController;
|
||||
import com.nis.web.service.SaveRequestLogThread;
|
||||
import com.nis.web.service.ServicesRequestLogService;
|
||||
import com.nis.web.service.restful.DfdjLogStatService;
|
||||
import com.wordnik.swagger.annotations.ApiOperation;
|
||||
|
||||
/**
|
||||
* @ClassName: LogStatisticsController
|
||||
* @Description: 封堵/监测日志统计查询服务
|
||||
* @author (zbc)
|
||||
* @date 2016年11月14日 下午4:00:00
|
||||
* @version V1.0
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("${servicePath}/log/v1")
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
public class DfDjLogStatController extends BaseRestController {
|
||||
|
||||
protected final Logger logger = Logger.getLogger(this.getClass());
|
||||
protected String logSource="0";
|
||||
|
||||
@Autowired
|
||||
protected DfdjLogStatService logStatService;
|
||||
@Autowired
|
||||
protected RedisDao redisDao;
|
||||
@Autowired
|
||||
protected ServicesRequestLogService servicesRequestLogService;
|
||||
|
||||
|
||||
/*@RequestMapping(value="/dfLogStatistics", method = RequestMethod.GET)
|
||||
@ApiOperation(value="封堵日志总量统计查询" , httpMethod = "GET", notes="get log list")
|
||||
public Map dfLogStatistics(
|
||||
@RequestParam(value = "searchStatActiveSys", required = false, defaultValue = "2") String searchStatActiveSys,
|
||||
@RequestParam(value = "searchService", required = true) String searchService,
|
||||
DfDjLogStatistics logStatistics, HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
if(!"4".equals(searchStatActiveSys) ) {
|
||||
searchStatActiveSys="2";
|
||||
logStatistics.setSearchStatActiveSys(searchStatActiveSys);
|
||||
}
|
||||
|
||||
long start = System.currentTimeMillis();
|
||||
SaveRequestLogThread thread=super.saveRequestLog(servicesRequestLogService,Constants.OPACTION_GET,request, null);
|
||||
|
||||
DfDjLogStatistics entity = null;
|
||||
try{
|
||||
logStatService.queryConditionCheck(thread,start,logStatistics, DfDjLogStatistics.class, null);
|
||||
|
||||
entity = logStatService.findDfLogStatistics(logStatistics);
|
||||
}catch (Exception e) {
|
||||
thread.setExceptionInfo(e.getMessage()+" "+e.getCause());
|
||||
e.printStackTrace();
|
||||
logger.error(e);
|
||||
if(!(e instanceof RestServiceException)){
|
||||
e=new RestServiceException(thread,System.currentTimeMillis()-start,"封堵日志总量统计检索失败");
|
||||
}
|
||||
((RestServiceException) e).setActiveSys(searchStatActiveSys);
|
||||
((RestServiceException) e).setLogSource(logSource);
|
||||
throw ((RestServiceException) e);
|
||||
}
|
||||
return serviceResponse(thread, System.currentTimeMillis() - start, request, response, "封堵日志总量统计检索成功",
|
||||
entity, searchStatActiveSys, logSource);
|
||||
}
|
||||
|
||||
@RequestMapping(value="/dfPzLogStatistics", method = RequestMethod.GET)
|
||||
@ApiOperation(value="封堵配置日志总量统计查询" , httpMethod = "GET", notes="get log list")
|
||||
public Map dfPzLogStatistics(
|
||||
@RequestParam(value = "searchStatActiveSys", required = false, defaultValue = "2") String searchStatActiveSys,
|
||||
@RequestParam(value = "searchService", required = true) String searchService,
|
||||
Page<DfDjPzLogStatistics> page, DfDjPzLogStatistics logStatistics,
|
||||
HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
if(!"4".equals(searchStatActiveSys) ) {
|
||||
searchStatActiveSys="2";
|
||||
logStatistics.setSearchStatActiveSys(searchStatActiveSys);
|
||||
}
|
||||
|
||||
long start = System.currentTimeMillis();
|
||||
SaveRequestLogThread thread=super.saveRequestLog(servicesRequestLogService,Constants.OPACTION_GET,request, null);
|
||||
|
||||
Page<DfDjPzLogStatistics> logPage = null;
|
||||
boolean keyExists = false;
|
||||
String key = "";
|
||||
|
||||
try {
|
||||
logStatService.queryConditionCheck(thread,start,logStatistics, DfDjPzLogStatistics.class, page);
|
||||
|
||||
if (Constants.IS_OPEN_REDIS) {
|
||||
// 根据查询条件获取key
|
||||
key = logStatService.getJedisKey(request, true);
|
||||
// 判断key是否存在
|
||||
keyExists = redisDao.exists(key);
|
||||
}
|
||||
// 存在则直接从redis中查询
|
||||
if (keyExists) {
|
||||
logPage = (Page<DfDjPzLogStatistics>) JsonMapper.fromJsonString(redisDao.getString(key), Page.class);
|
||||
} else {
|
||||
// 不存在则查询数据库并保存查询结果到redis中
|
||||
logPage = logStatService.findDfPzLogStatistics(
|
||||
new Page<DfDjPzLogStatistics>(request, response, DfDjPzLogStatistics.class), logStatistics);
|
||||
|
||||
if (Constants.IS_OPEN_REDIS)
|
||||
new SaveRedisThread(key, logPage, Constants.ORACLE_EXPIRE).start();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
thread.setExceptionInfo(e.getMessage()+" "+e.getCause());
|
||||
e.printStackTrace();
|
||||
logger.error(e);
|
||||
if(!(e instanceof RestServiceException)){
|
||||
e=new RestServiceException(thread,System.currentTimeMillis()-start,"封堵配置日志总量统计检索失败");
|
||||
}
|
||||
((RestServiceException) e).setActiveSys(searchStatActiveSys);
|
||||
((RestServiceException) e).setLogSource(logSource);
|
||||
throw ((RestServiceException) e);
|
||||
}
|
||||
return serviceResponse(thread, System.currentTimeMillis() - start, request, response, "封堵配置日志总量统计检索成功",
|
||||
logPage, searchStatActiveSys, logSource);
|
||||
}
|
||||
|
||||
@RequestMapping(value="/djLogStatistics", method = RequestMethod.GET)
|
||||
@ApiOperation(value="监测日志总量统计查询" , httpMethod = "GET", notes="get log list")
|
||||
public Map djLogStatistics(
|
||||
@RequestParam(value = "searchStatActiveSys", required = false, defaultValue = "2") String searchStatActiveSys,
|
||||
@RequestParam(value = "searchService", required = true) String searchService,
|
||||
DfDjLogStatistics logStatistics, HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
if(!"4".equals(searchStatActiveSys) ) {
|
||||
searchStatActiveSys="2";
|
||||
logStatistics.setSearchStatActiveSys(searchStatActiveSys);
|
||||
}
|
||||
|
||||
long start = System.currentTimeMillis();
|
||||
SaveRequestLogThread thread=super.saveRequestLog(servicesRequestLogService,Constants.OPACTION_GET,request, null);
|
||||
|
||||
DfDjLogStatistics entity = null;
|
||||
try{
|
||||
logStatService.queryConditionCheck(thread,start,logStatistics, DfDjLogStatistics.class, null);
|
||||
|
||||
entity = logStatService.findDjLogStatistics(logStatistics);
|
||||
}catch (Exception e) {
|
||||
thread.setExceptionInfo(e.getMessage()+" "+e.getCause());
|
||||
e.printStackTrace();
|
||||
logger.error(e);
|
||||
if(!(e instanceof RestServiceException)){
|
||||
e=new RestServiceException(thread,System.currentTimeMillis()-start,"监测日志总量统计检索失败");
|
||||
}
|
||||
((RestServiceException) e).setActiveSys(searchStatActiveSys);
|
||||
((RestServiceException) e).setLogSource(logSource);
|
||||
throw ((RestServiceException) e);
|
||||
}
|
||||
return serviceResponse(thread, System.currentTimeMillis() - start, request, response, "监测日志总量统计检索成功",
|
||||
entity, searchStatActiveSys, logSource);
|
||||
}
|
||||
|
||||
@RequestMapping(value="/djPzLogStatistics", method = RequestMethod.GET)
|
||||
@ApiOperation(value="监测配置日志总量统计查询" , httpMethod = "GET", notes="get log list")
|
||||
public Map djPzLogStatistics(
|
||||
@RequestParam(value = "searchStatActiveSys", required = false, defaultValue = "2") String searchStatActiveSys,
|
||||
@RequestParam(value = "searchService", required = true) String searchService,
|
||||
Page<DfDjPzLogStatistics> page, DfDjPzLogStatistics logStatistics,
|
||||
HttpServletRequest request, HttpServletResponse response) {
|
||||
|
||||
if(!"4".equals(searchStatActiveSys) ) {
|
||||
searchStatActiveSys="2";
|
||||
logStatistics.setSearchStatActiveSys(searchStatActiveSys);
|
||||
}
|
||||
|
||||
long start = System.currentTimeMillis();
|
||||
SaveRequestLogThread thread=super.saveRequestLog(servicesRequestLogService,Constants.OPACTION_GET,request, null);
|
||||
|
||||
Page<DfDjPzLogStatistics> logPage = null;
|
||||
boolean keyExists = false;
|
||||
String key = "";
|
||||
|
||||
try {
|
||||
logStatService.queryConditionCheck(thread,start,logStatistics, DfDjPzLogStatistics.class, page);
|
||||
|
||||
if (Constants.IS_OPEN_REDIS) {
|
||||
// 根据查询条件获取key
|
||||
key = logStatService.getJedisKey(request, true);
|
||||
// 判断key是否存在
|
||||
keyExists = redisDao.exists(key);
|
||||
}
|
||||
// 存在则直接从redis中查询
|
||||
if (keyExists) {
|
||||
logPage = (Page<DfDjPzLogStatistics>) JsonMapper.fromJsonString(redisDao.getString(key), Page.class);
|
||||
} else {
|
||||
// 不存在则查询数据库并保存查询结果到redis中
|
||||
logPage = logStatService.findDjPzLogStatistics(
|
||||
new Page<DfDjPzLogStatistics>(request, response, DfDjPzLogStatistics.class), logStatistics);
|
||||
|
||||
if (Constants.IS_OPEN_REDIS)
|
||||
new SaveRedisThread(key, logPage, Constants.ORACLE_EXPIRE).start();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
thread.setExceptionInfo(e.getMessage()+" "+e.getCause());
|
||||
e.printStackTrace();
|
||||
logger.error(e);
|
||||
if(!(e instanceof RestServiceException)){
|
||||
e=new RestServiceException(thread,System.currentTimeMillis()-start,"监测配置日志总量统计检索失败");
|
||||
}
|
||||
((RestServiceException) e).setActiveSys(searchStatActiveSys);
|
||||
((RestServiceException) e).setLogSource(logSource);
|
||||
throw ((RestServiceException) e);
|
||||
}
|
||||
return serviceResponse(thread, System.currentTimeMillis() - start, request, response, "监测配置日志总量统计检索成功",
|
||||
logPage, searchStatActiveSys, logSource);
|
||||
}*/
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user