Class ErrorLogEntry
java.lang.Object
com.gentics.contentnode.rest.model.response.log.ErrorLogEntry
- All Implemented Interfaces:
Serializable
Model of a logged error
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDetails about errorint
Error DOint
Halt IDint
getId()
Entry IDRequestgetSid()
SID of the sessionError stacktraceint
TimestampgetUser()
Lastname and Firstname of the acting UserSet detailssetErrorDo
(int errorDo) Set the error DOsetHaltId
(int haltId) Set the halt IDsetId
(int id) Set the IDsetRequest
(String request) Set the requestSet the SIDsetStacktrace
(String stacktrace) Set the stacktracesetTimestamp
(int timestamp) Set the timestampSet user name
-
Constructor Details
-
ErrorLogEntry
public ErrorLogEntry()
-
-
Method Details
-
getId
public int getId()Entry ID- Returns:
- ID
-
setId
Set the ID- Parameters:
id
- ID- Returns:
- fluent API
-
getSid
SID of the session- Returns:
- SID
-
setSid
Set the SID- Parameters:
sid
- SID- Returns:
- fluent API
-
getUser
Lastname and Firstname of the acting User- Returns:
- user name
-
setUser
Set user name- Parameters:
user
- name- Returns:
- fluent API
-
getHaltId
public int getHaltId()Halt ID- Returns:
- halt ID
-
setHaltId
Set the halt ID- Parameters:
haltId
- halt ID- Returns:
- fluent API
-
getRequest
Request- Returns:
- request
-
setRequest
Set the request- Parameters:
request
-- Returns:
- fluent API
-
getErrorDo
public int getErrorDo()Error DO- Returns:
- DO
-
setErrorDo
Set the error DO- Parameters:
errorDo
- DO- Returns:
- fluent API
-
getTimestamp
public int getTimestamp()Timestamp- Returns:
- timestamp
-
setTimestamp
Set the timestamp- Parameters:
timestamp
-- Returns:
- fluent API
-
getDetail
Details about error- Returns:
- details
-
setDetail
Set details- Parameters:
detail
-- Returns:
- fluent API
-
getStacktrace
Error stacktrace- Returns:
- stacktrace
-
setStacktrace
Set the stacktrace- Parameters:
stacktrace
-- Returns:
- fluent API
-