public class ApiCallLog extends Object
| Constructor and Description |
|---|
ApiCallLog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
String |
getConsumerKey() |
String |
getIpAddress() |
String |
getResourceUrl() |
String |
getSpEntityId() |
Date |
getTimestamp() |
String |
getUserId() |
void |
setApiVersion(String apiVersion) |
void |
setConsumerKey(String consumerKey) |
void |
setIpAddress(String ipAddress) |
void |
setResourceUrl(String resourceUrl) |
void |
setSpEntityId(String spEntityId) |
void |
setTimestamp(Date timestamp) |
void |
setUserId(String userId) |
public String getUserId()
public String getSpEntityId()
public String getIpAddress()
public String getApiVersion()
public String getResourceUrl()
public String getConsumerKey()
public void setUserId(String userId)
userId - the userId to setpublic void setSpEntityId(String spEntityId)
spEntityId - the spEntityId to setpublic void setIpAddress(String ipAddress)
ipAddress - the ipAddress to setpublic void setApiVersion(String apiVersion)
apiVersion - the apiVersion to setpublic void setResourceUrl(String resourceUrl)
resourceUrl - the resourceUrl to setpublic void setConsumerKey(String consumerKey)
consumerKey - the consumerKey to setpublic Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp - the timestamp to setCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.