public class ErrorLogEntry extends Object implements Serializable
Constructor and Description |
---|
ErrorLogEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getDetail()
Details about error
|
int |
getErrorDo()
Error DO
|
int |
getHaltId()
Halt ID
|
int |
getId()
Entry ID
|
String |
getRequest()
Request
|
String |
getSid()
SID of the session
|
String |
getStacktrace()
Error stacktrace
|
int |
getTimestamp()
Timestamp
|
String |
getUser()
Lastname and Firstname of the acting User
|
ErrorLogEntry |
setDetail(String detail)
Set details
|
ErrorLogEntry |
setErrorDo(int errorDo)
Set the error DO
|
ErrorLogEntry |
setHaltId(int haltId)
Set the halt ID
|
ErrorLogEntry |
setId(int id)
Set the ID
|
ErrorLogEntry |
setRequest(String request)
Set the request
|
ErrorLogEntry |
setSid(String sid)
Set the SID
|
ErrorLogEntry |
setStacktrace(String stacktrace)
Set the stacktrace
|
ErrorLogEntry |
setTimestamp(int timestamp)
Set the timestamp
|
ErrorLogEntry |
setUser(String user)
Set user name
|
public int getId()
public ErrorLogEntry setId(int id)
id
- IDpublic String getSid()
public ErrorLogEntry setSid(String sid)
sid
- SIDpublic String getUser()
public ErrorLogEntry setUser(String user)
user
- namepublic int getHaltId()
public ErrorLogEntry setHaltId(int haltId)
haltId
- halt IDpublic String getRequest()
public ErrorLogEntry setRequest(String request)
request
- public int getErrorDo()
public ErrorLogEntry setErrorDo(int errorDo)
errorDo
- DOpublic int getTimestamp()
public ErrorLogEntry setTimestamp(int timestamp)
timestamp
- public String getDetail()
public ErrorLogEntry setDetail(String detail)
detail
- public String getStacktrace()
public ErrorLogEntry setStacktrace(String stacktrace)
stacktrace
- Copyright © 2024 Gentics Software. All rights reserved.