public class LogRecord extends Object
Constructor and Description |
---|
LogRecord() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2016 WSO2 Inc. All Rights Reserved.