Package ca.cdr.api.model.json
Class CamelEventJson
java.lang.Object
ca.cdr.api.model.json.AbstractModelJson
ca.cdr.api.model.json.CamelEventJson
- All Implemented Interfaces:
IModelJson
,IModelJson
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> void
addProperty
(org.apache.camel.ExchangePropertyKey theExchangePropertyKey, T theValue) Methods inherited from class ca.cdr.api.model.json.AbstractModelJson
equals, hashCode, toString
-
Field Details
-
routeId
-
type
-
fromEndpointUri
-
toEndpointUri
-
properties
-
exceptionMessage
-
-
Constructor Details
-
CamelEventJson
public CamelEventJson()
-
-
Method Details
-
addProperty
public <T> void addProperty(org.apache.camel.ExchangePropertyKey theExchangePropertyKey, T theValue)
-