public class ServiceRequestLogEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SEVERITY_DEBUG |
static int |
SEVERITY_ERROR |
static int |
SEVERITY_INFO |
static int |
SEVERITY_WARNING |
Constructor and Description |
---|
ServiceRequestLogEntry() |
Modifier and Type | Method and Description |
---|---|
int |
getIndent() |
java.lang.String |
getMessage() |
int |
getSeverity() |
int |
getSrId() |
long |
getTimestamp() |
void |
setIndent(int indent) |
void |
setMessage(java.lang.String message) |
void |
setSeverity(int severity) |
void |
setSrId(int srId) |
void |
setTimestamp(long timestamp) |
public static final int SEVERITY_DEBUG
public static final int SEVERITY_INFO
public static final int SEVERITY_WARNING
public static final int SEVERITY_ERROR
public int getSrId()
public long getTimestamp()
public int getSeverity()
public java.lang.String getMessage()
public void setSrId(int srId)
srId
- the srId to setpublic void setTimestamp(long timestamp)
timestamp
- the timestamp to setpublic void setSeverity(int severity)
severity
- the severity to setpublic void setMessage(java.lang.String message)
message
- the message to setpublic void setIndent(int indent)
public int getIndent()