public class ContextControllerDetailKeyedItem extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
static EPTypeClass |
EPTYPEARRAY |
Constructor and Description |
---|
ContextControllerDetailKeyedItem() |
Modifier and Type | Method and Description |
---|---|
String |
getAliasName() |
FilterSpecActivatable |
getFilterSpecActivatable() |
EventPropertyValueGetter |
getGetter() |
DataInputOutputSerde<Object> |
getKeySerde() |
ExprFilterSpecLookupable[] |
getLookupables() |
String |
getOptionalInitConditionAsName() |
EPType[] |
getPropertyTypes() |
void |
setAliasName(String aliasName) |
void |
setFilterSpecActivatable(FilterSpecActivatable filterSpecActivatable) |
void |
setGetter(EventPropertyValueGetter getter) |
void |
setKeySerde(DataInputOutputSerde<Object> keySerde) |
void |
setLookupables(ExprFilterSpecLookupable[] lookupables) |
void |
setOptionalInitConditionAsName(String optionalInitConditionAsName) |
void |
setPropertyTypes(EPType[] propertyTypes) |
public static final EPTypeClass EPTYPE
public static final EPTypeClass EPTYPEARRAY
public EventPropertyValueGetter getGetter()
public void setGetter(EventPropertyValueGetter getter)
public FilterSpecActivatable getFilterSpecActivatable()
public void setFilterSpecActivatable(FilterSpecActivatable filterSpecActivatable)
public String getOptionalInitConditionAsName()
public void setOptionalInitConditionAsName(String optionalInitConditionAsName)
public ExprFilterSpecLookupable[] getLookupables()
public void setLookupables(ExprFilterSpecLookupable[] lookupables)
public EPType[] getPropertyTypes()
public void setPropertyTypes(EPType[] propertyTypes)
public String getAliasName()
public void setAliasName(String aliasName)
public DataInputOutputSerde<Object> getKeySerde()
public void setKeySerde(DataInputOutputSerde<Object> keySerde)
Copyright © 2005–2021. All rights reserved.