Package ca.cdr.api.model.json
Class TransactionLogEventsJson.TransactionLogEventJson
java.lang.Object
ca.cdr.api.model.json.TransactionLogEventsJson.TransactionLogEventJson
- All Implemented Interfaces:
IModelJson
,IModelJson
- Enclosing class:
- TransactionLogEventsJson
public static class TransactionLogEventsJson.TransactionLogEventJson
extends Object
implements IModelJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
long
getType()
void
setAdditionalJson
(String theAdditionalJson) void
setClientId
(String clientId) void
setClientModuleId
(String clientModuleId) void
setClientName
(String clientName) void
setClientNodeId
(String clientNodeId) void
setClientPid
(Long clientPid) void
setEndpointLocalHost
(String theEndpointLocalHost) void
setEndpointLocalPort
(Integer theEndpointLocalPort) void
setEndpointModuleId
(String theEntpointId) void
setEndpointNodeId
(String theNodeId) void
setEndpointRemoteHost
(String theEndpointRemoteHost) void
setEndpointRemotePort
(Integer theEndpointRemotePort) void
void
setInitialTimestamp
(Date theTimestamp) void
setOutcome
(TransactionLogOutcomeEnum theOutcome) void
setProcessingTime
(long theProcessingTime) void
setRequestId
(String theRequestId) void
setSubType
(TransactionLogEventSubTypeEnum theSubType) void
setTransactionGuid
(String theTransactionGuid) void
setType
(TransactionLogEventTypeEnum theTransactionLogEventTypeEnum) void
setUserFamilyName
(String userFamilyName) void
setUserGivenName
(String userGivenName) void
void
setUserModuleId
(String userModuleId) void
setUsername
(String username) void
setUserNodeId
(String userNodeId)
-
Constructor Details
-
TransactionLogEventJson
public TransactionLogEventJson()
-
-
Method Details
-
getEndpointLocalHost
-
setEndpointLocalHost
-
getEndpointLocalPort
-
setEndpointLocalPort
-
getEndpointModuleId
-
setEndpointModuleId
-
getEndpointNodeId
-
setEndpointNodeId
-
getEndpointRemoteHost
-
setEndpointRemoteHost
-
getEndpointRemotePort
-
setEndpointRemotePort
-
getEvents
-
getId
-
setId
-
getInitialTimestamp
-
setInitialTimestamp
-
getOutcome
-
setOutcome
-
getProcessingTime
-
setProcessingTime
-
getSubType
-
setSubType
-
getType
-
setType
-
getRequestId
-
setRequestId
-
getUserId
-
setUserId
-
getUserModuleId
-
setUserModuleId
-
getUserNodeId
-
setUserNodeId
-
getUsername
-
setUsername
-
getUserFamilyName
-
setUserFamilyName
-
getUserGivenName
-
setUserGivenName
-
getClientId
-
setClientId
-
getClientModuleId
-
setClientModuleId
-
getClientNodeId
-
setClientNodeId
-
getClientPid
-
setClientPid
-
getClientName
-
setClientName
-
getTransactionGuid
-
setTransactionGuid
-
getAdditionalJson
-
setAdditionalJson
-