Package org.cyclos.impl.logging
Class ServiceLogParams
- java.lang.Object
-
- org.cyclos.impl.logging.BaseLogParams
-
- org.cyclos.impl.logging.ServiceLogParams
-
- All Implemented Interfaces:
Serializable
public class ServiceLogParams extends BaseLogParams
Contains parameters for a trace log- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceLogParams()
-
Method Summary
-
-
-
Method Detail
-
getChannel
public String getChannel()
-
getChannelId
public Long getChannelId()
-
getConfiguration
public String getConfiguration()
-
getConfigurationId
public Long getConfigurationId()
-
getCustomWebServiceId
public Long getCustomWebServiceId()
-
getError
public Throwable getError()
-
getErrorJson
public String getErrorJson()
-
getErrorStackTrace
public String getErrorStackTrace()
-
getGroup
public String getGroup()
-
getGroupId
public Long getGroupId()
-
getMethod
public String getMethod()
-
getNetwork
public String getNetwork()
-
getNetworkId
public Long getNetworkId()
-
getParameters
public Object getParameters()
-
getParametersJson
public String getParametersJson()
-
getPrincipal
public String getPrincipal()
-
getPrincipalType
public String getPrincipalType()
-
getPrincipalTypeId
public Long getPrincipalTypeId()
-
getRemoteAddress
public String getRemoteAddress()
-
getResult
public Object getResult()
-
getResultJson
public String getResultJson()
-
getService
public String getService()
In case of web-rpc returns the service interface's simple name. Otherwise returns the name that represents the entry point: custom operation, external redirect, inbound sms.
-
getSessionToken
public String getSessionToken()
-
getTimeTaken
public Long getTimeTaken()
-
getUser
public String getUser()
-
getUserId
public Long getUserId()
-
setChannel
public void setChannel(String channel)
-
setChannelId
public void setChannelId(Long channelId)
-
setConfiguration
public void setConfiguration(String configuration)
-
setConfigurationId
public void setConfigurationId(Long configurationId)
-
setCustomWebServiceId
public void setCustomWebServiceId(Long customWebServiceId)
-
setError
public void setError(Throwable error)
-
setErrorJson
public void setErrorJson(String errorJson)
-
setErrorStackTrace
public void setErrorStackTrace(String errorStackTrace)
-
setGroup
public void setGroup(String group)
-
setGroupId
public void setGroupId(Long groupId)
-
setMethod
public void setMethod(String method)
-
setNetwork
public void setNetwork(String network)
-
setNetworkId
public void setNetworkId(Long networkId)
-
setParameters
public void setParameters(Object parameters)
-
setParametersJson
public void setParametersJson(String parametersJson)
-
setPrincipal
public void setPrincipal(String principal)
-
setPrincipalType
public void setPrincipalType(String principalType)
-
setPrincipalTypeId
public void setPrincipalTypeId(Long principalTypeId)
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
setResult
public void setResult(Object result)
-
setResultJson
public void setResultJson(String resultJson)
-
setService
public void setService(String service)
-
setSessionToken
public void setSessionToken(String sessionToken)
-
setTimeTaken
public void setTimeTaken(Long timeTaken)
-
setUser
public void setUser(String user)
-
setUserId
public void setUserId(Long userId)
-
-