-
public final class ContextPropertyCustomer context property
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<Property>propertiesprivate final Booleanpersistentprivate final Collection<String>eventNames
-
Constructor Summary
Constructors Constructor Description ContextProperty(Set<Property> properties, Boolean persistent, Collection<String> eventNames)Creates a customer context property ContextProperty(Set<Property> properties, Boolean persistent)Creates a customer context property ContextProperty(Set<Property> properties)Creates a customer context property
-
Method Summary
Modifier and Type Method Description final Set<Property>getProperties()final BooleangetPersistent()final Collection<String>getEventNames()-
-
Constructor Detail
-
ContextProperty
ContextProperty(Set<Property> properties, Boolean persistent, Collection<String> eventNames)
Creates a customer context property- Parameters:
properties- properties, which will be added to eventspersistent- specifies will properties be persistent or not.eventNames- specifies with which events the properties will be sent
-
ContextProperty
ContextProperty(Set<Property> properties, Boolean persistent)
Creates a customer context property- Parameters:
properties- properties, which will be added to eventspersistent- specifies will properties be persistent or not.
-
-
Method Detail
-
getProperties
final Set<Property> getProperties()
-
getPersistent
final Boolean getPersistent()
-
getEventNames
final Collection<String> getEventNames()
-
-
-
-