@Deprecated public interface ActionConfig extends 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 |
---|---|
String |
getName()
Deprecated.
Returns the name of the action.
|
String |
getParameterName()
Deprecated.
Returns the request parameter name of the action.
|
Map<String,String> |
getProperties()
Deprecated.
Returns the map of properties
|
String |
getProperty(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(String propertyName)
Deprecated.
Returns if the action contains the defined property.
|
compareTo
String getName()
String getParameterName()
Map<String,String> getProperties()
String getProperty(String propertyName)
propertyName
- Name of the property to retrieveboolean hasProperty(String propertyName)
propertyName
- The name of the property to testint getRank()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"