Class WSLogEntry

java.lang.Object
org.wso2.carbon.registry.ws.api.WSLogEntry

public class WSLogEntry extends Object
The WSLogEntry class is a web service compatible representation of org.wso2.carbon.registry.core.LogEntry class. The above mentioned class cannot be directly used as a argument/return type of a web service.
  • Constructor Details

    • WSLogEntry

      public WSLogEntry()
  • Method Details

    • getResourcePath

      public String getResourcePath()
    • setResourcePath

      public void setResourcePath(String resourcePath)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getDate

      public long getDate()
    • setDate

      public void setDate(long date)
    • getAction

      public int getAction()
    • setAction

      public void setAction(int action)
    • getActionData

      public String getActionData()
    • setActionData

      public void setActionData(String actionData)