public class RequestLogEntry extends SessionScopedLogEntry
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| RequestLogEntry(java.lang.Long pId,
               long pTimestamp,
               java.lang.String pSessionId,
               boolean pMember,
               java.lang.String pRequestName)Constructs a RequestLogEntry | 
| RequestLogEntry(java.lang.Long pId,
               java.lang.String pSessionId,
               boolean pMember,
               java.lang.String pRequestName)Constructs a RequestLogEntry | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()Returns property Name | 
| void | setName(java.lang.String pName)Sets property Name | 
| java.lang.String | toString()Returns String representation of the log entry | 
getMemberAsDBValue, getSessionId, isMember, setMember, setSessionIdpublic RequestLogEntry(java.lang.Long pId,
               long pTimestamp,
               java.lang.String pSessionId,
               boolean pMember,
               java.lang.String pRequestName)
pId - the sql table id of the eventpTimestamp - the time of the eventpSessionId - the dynamo session idpMember - true if the action is coming from a "member"pRequestName - the "name" of the request (e.g. the URI of a HTTP Request)public RequestLogEntry(java.lang.Long pId,
               java.lang.String pSessionId,
               boolean pMember,
               java.lang.String pRequestName)
pId - the sql table id of the eventpSessionId - the dynamo session idpMember - true if the action is coming from a "member"pRequestName - the "name" of the request (e.g. the URI of a HTTP Request)public void setName(java.lang.String pName)
public java.lang.String getName()
public java.lang.String toString()
toString in class atg.reporting.datacollection.LogEntry