Package org.chenile.core.context
Class EventLog
java.lang.Object
org.chenile.core.context.EventLog
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Stringprivate Stringprivate ErrorNumExceptionprivate Stringprivate EventLog.StatusEnumprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApp()intvoidvoidsetBatchId(String batchId) voidsetEventId(String eventId) voidsetEventSubscriber(String eventSubscriber) voidsetException(ErrorNumException exception) voidsetMessage(String message) voidsetStatus(EventLog.StatusEnum status) voidsetSubErrorNum(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
-