MCPcopy Create free account
hub / github.com/527515025/springBoot / Event

Class Event

springboot-shiro/src/main/java/com/us/bean/Event.java:6–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6public class Event {
7 private Integer id;
8 private Integer rawEventId;
9 private String host;
10 private String ip;
11 private String source;
12 private String type;
13 private Date startTime;
14 private Date endTime;
15 private String content;
16 private String dataType;
17 private String suggest;
18 private Integer businessSystemId;
19 private Integer departmentId;
20 private String status;
21 private Integer occurCount;
22 private String owner;
23 private Date responsedTime;
24 private String responsedBy;
25 private Date resolvedTime;
26 private String resolvedBy;
27 private Date closedTime;
28 private String closedBy;
29
30 public Integer getId() {
31 return id;
32 }
33 public void setId(Integer id) {
34 this.id = id;
35 }
36 public Integer getRawEventId() {
37 return rawEventId;
38 }
39 public void setRawEventId(Integer rawEventId) {
40 this.rawEventId = rawEventId;
41 }
42 public String getHost() {
43 return host;
44 }
45 public void setHost(String host) {
46 this.host = host;
47 }
48 public String getIp() {
49 return ip;
50 }
51 public void setIp(String ip) {
52 this.ip = ip;
53 }
54 public String getSource() {
55 return source;
56 }
57 public void setSource(String source) {
58 this.source = source;
59 }
60 public String getType() {
61 return type;
62 }
63 public void setType(String type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected