Package org.chenile.core.context
Class EventLog
java.lang.Object
org.chenile.core.context.EventLog
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private String
private String
private String
private ErrorNumException
private String
private EventLog.StatusEnum
private int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetApp()
int
void
void
setBatchId
(String batchId) void
setEventId
(String eventId) void
setEventSubscriber
(String eventSubscriber) void
setException
(ErrorNumException exception) void
setMessage
(String message) void
setStatus
(EventLog.StatusEnum status) void
setSubErrorNum
(int subErrorNum)
-
Field Details
-
eventId
-
subErrorNum
private int subErrorNum -
status
-
message
-
exception
-
eventSubscriber
-
app
-
batchId
-
-
Constructor Details
-
EventLog
public EventLog()
-
-
Method Details
-
getEventId
-
setEventId
-
getStatus
-
setStatus
-
getMessage
-
setMessage
-
getException
-
setException
-
getEventSubscriber
-
setEventSubscriber
-
getApp
-
setApp
-
getSubErrorNum
public int getSubErrorNum() -
setSubErrorNum
public void setSubErrorNum(int subErrorNum) -
getBatchId
- Returns:
- the batchId
-
setBatchId
- Parameters:
batchId
- the batchId to set
-