@Deprecated public interface ActionConfig extends java.lang.Comparable<ActionConfig>, JSONItem
ActionConfig
is the config of a LiveAction
during a
perform a rollout. It is composed of a name and a set of properties that can be used by the action.LiveAction
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
Returns the name of the action.
|
java.lang.String |
getParameterName()
Deprecated.
Returns the request parameter name of the action.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Deprecated.
Returns the map of properties
|
java.lang.String |
getProperty(java.lang.String propertyName)
Deprecated.
Returns the value of one property
|
int |
getRank()
Deprecated.
Returns the rank of the action (allows to classify several actions).
|
boolean |
hasProperty(java.lang.String propertyName)
Deprecated.
Returns if the action contains the defined property.
|
java.lang.String getName()
java.lang.String getParameterName()
java.util.Map<java.lang.String,java.lang.String> getProperties()
java.lang.String getProperty(java.lang.String propertyName)
propertyName
- Name of the property to retrieveboolean hasProperty(java.lang.String propertyName)
propertyName
- The name of the property to testint getRank()
Copyright © 2010 - 2020 Adobe. All Rights Reserved