public class EventProperties
extends java.lang.Object
| Constructor and Description |
|---|
EventProperties() |
| Modifier and Type | Method and Description |
|---|---|
EventProperties |
set(java.lang.String key,
boolean value)
Set the specified property value with the specified key.
|
EventProperties |
set(java.lang.String key,
java.util.Date value)
Set the specified property value with the specified key.
|
EventProperties |
set(java.lang.String key,
double value)
Set the specified property value with the specified key.
|
EventProperties |
set(java.lang.String key,
long value)
Set the specified property value with the specified key.
|
EventProperties |
set(java.lang.String key,
java.lang.String value)
Set the specified property value with the specified key.
|
public EventProperties set(java.lang.String key, boolean value)
key - key with which the specified value is to be set.value - value to be set with the specified key.public EventProperties set(java.lang.String key, java.util.Date value)
key - key with which the specified value is to be set.value - value to be set with the specified key.public EventProperties set(java.lang.String key, double value)
key - key with which the specified value is to be set.value - value to be set with the specified key.public EventProperties set(java.lang.String key, long value)
key - key with which the specified value is to be set.value - value to be set with the specified key.public EventProperties set(java.lang.String key, java.lang.String value)
key - key with which the specified value is to be set.value - value to be set with the specified key.