Class TraceMessage
java.lang.Object
com.aquima.interactions.trace.impl.TraceMessageBase
com.aquima.interactions.trace.impl.TraceMessage
- All Implemented Interfaces:
ITraceMessage
,Serializable
Default implementation of the ITraceMessage.
- Since:
- 9.2
- Author:
- A.Pragt
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setProperty
(String name, IValue value) Sets the property to a certain value.Methods inherited from class com.aquima.interactions.trace.impl.TraceMessageBase
addProperty, getApplicationId, getMessageType, getProperties, getPropertyNames, getPropertyValue
-
Constructor Details
-
TraceMessage
-
-
Method Details
-
setProperty
Sets the property to a certain value.- Parameters:
name
- The name of the property, not null.value
- The value of the property, not null.
-