Uses of Class
com.gentics.contentnode.rest.model.response.log.ErrorLogEntry
-
Packages that use ErrorLogEntry Package Description com.gentics.contentnode.rest.model.response.log -
-
Uses of ErrorLogEntry in com.gentics.contentnode.rest.model.response.log
Methods in com.gentics.contentnode.rest.model.response.log that return ErrorLogEntry Modifier and Type Method Description ErrorLogEntry
ErrorLogEntry. setDetail(String detail)
Set detailsErrorLogEntry
ErrorLogEntry. setErrorDo(int errorDo)
Set the error DOErrorLogEntry
ErrorLogEntry. setHaltId(int haltId)
Set the halt IDErrorLogEntry
ErrorLogEntry. setId(int id)
Set the IDErrorLogEntry
ErrorLogEntry. setRequest(String request)
Set the requestErrorLogEntry
ErrorLogEntry. setSid(String sid)
Set the SIDErrorLogEntry
ErrorLogEntry. setStacktrace(String stacktrace)
Set the stacktraceErrorLogEntry
ErrorLogEntry. setTimestamp(int timestamp)
Set the timestampErrorLogEntry
ErrorLogEntry. setUser(String user)
Set user name
-