public class ServiceCall extends Object implements Serializable
Constructor and Description |
---|
ServiceCall()
Constructor.
|
ServiceCall(String address,
String host,
Calendar dateTime,
String requestUri,
int responseCode,
int responseBytes,
String referer,
String agent,
String faultCode,
String faultString,
String userId,
String serviceId,
String nodeId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
String |
getAddress()
Gets access source address.
|
String |
getAgent()
Gets HTTP agent.
|
Calendar |
getDateTime()
Gets date and time of access.
|
String |
getFaultCode()
Gets SOAP failure code.
|
String |
getFaultString()
Gets SOAP failure string.
|
String |
getHost()
Gets access source host.
|
String |
getNodeId()
Gets node ID.
|
String |
getReferer()
Gets HTTP referer.
|
String |
getRequestUri()
Gets access destination URI.
|
int |
getResponseBytes()
Gets response size.
|
int |
getResponseCode()
Gets response code.
|
String |
getServiceId()
Gets service ID.
|
String |
getUserId()
Gets user ID.
|
int |
hashCode() |
void |
setAddress(String address)
Sets access source address.
|
void |
setAgent(String agent)
Sets HTTP agent.
|
void |
setDateTime(Calendar dateTime)
Sets date and time of access.
|
void |
setFaultCode(String faultCode)
Sets SOAP failure code.
|
void |
setFaultString(String faultString)
Sets SOAP failure string.
|
void |
setHost(String host)
Sets access source host.
|
void |
setNodeId(String nodeId)
Sets node ID.
|
void |
setReferer(String referer)
Sets HTTP referer.
|
void |
setRequestUri(String requestUri)
Sets access destination URI.
|
void |
setResponseBytes(int responseBytes)
Sets response size.
|
void |
setResponseCode(int responseCode)
Sets response code.
|
void |
setServiceId(String serviceId)
Sets service ID.
|
void |
setUserId(String userId)
Sets user ID.
|
String |
toString() |
public ServiceCall()
public ServiceCall(String address, String host, Calendar dateTime, String requestUri, int responseCode, int responseBytes, String referer, String agent, String faultCode, String faultString, String userId, String serviceId, String nodeId)
address
- Source address of the accesshost
- HostnamedateTime
- Date and time of accessrequestUri
- Destination URIresponseCode
- Response coderesponseBytes
- Response size (Bytes)referer
- HTTP refereragent
- HTTP AgentfaultCode
- SOAP failure codefaultString
- SOAP failure stringuserId
- User IDserviceId
- Service IDnodeId
- Node ID(unused)public String getAddress()
public void setAddress(String address)
address
- Source address of the accesspublic String getHost()
public void setHost(String host)
host
- Hostnamepublic Calendar getDateTime()
public void setDateTime(Calendar dateTime)
dateTime
- Date and time of accesspublic String getRequestUri()
public void setRequestUri(String requestUri)
requestUri
- Destination URIpublic int getResponseCode()
public void setResponseCode(int responseCode)
responseCode
- Response codepublic int getResponseBytes()
public void setResponseBytes(int responseBytes)
responseBytes
- Response size (Bytes)public String getReferer()
public void setReferer(String referer)
referer
- HTTP refererpublic String getAgent()
public void setAgent(String agent)
agent
- HTTP Agentpublic String getFaultCode()
public void setFaultCode(String faultCode)
faultCode
- SOAP failure codepublic String getFaultString()
public void setFaultString(String faultString)
faultString
- SOAP failure stringpublic void setUserId(String userId)
userId
- User IDpublic String getUserId()
public String getServiceId()
public void setServiceId(String serviceId)
serviceId
- Service IDpublic void setNodeId(String nodeId)
nodeId
- Node IDpublic String getNodeId()