|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.utils.LogRecord
public class LogRecord
Represents a log record
Constructor Summary | |
---|---|
LogRecord()
|
Method Summary | |
---|---|
int |
getAction()
Method to obtain the action. |
String |
getActionData()
Method to obtain the action data. |
String |
getResourcePath()
Method to obtain the resource path. |
int |
getTenantId()
Method to obtain the tenant identifier. |
Date |
getTimestamp()
Method to obtain the timestamp. |
String |
getUserName()
Method to obtain the username. |
void |
setAction(int action)
Method to obtain the action. |
void |
setActionData(String actionData)
Method to obtain the action data. |
void |
setResourcePath(String resourcePath)
Method to obtain the resource path. |
void |
setTenantId(int tenantId)
Method to set the tenant identifier. |
void |
setTimestamp(Date timestamp)
Method to obtain the timestamp. |
void |
setUserName(String userName)
Method to obtain the username. |
String |
toString()
returns a string representation of this record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogRecord()
Method Detail |
---|
public String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath
- the resource path.public String getUserName()
public void setUserName(String userName)
userName
- the username.public Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp
- the timestamp.public int getAction()
public void setAction(int action)
action
- the action.public String getActionData()
public void setActionData(String actionData)
actionData
- the action data.public int getTenantId()
public void setTenantId(int tenantId)
tenantId
- the tenant identifier.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |