public class ActivationConfig
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<ActivationConfigProperty> | 
activationConfigProperty  | 
| Constructor and Description | 
|---|
ActivationConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ActivationConfigProperty> | 
getActivationConfigProperty()
Gets the value of the activationConfigProperty property. 
 | 
protected java.util.List<ActivationConfigProperty> activationConfigProperty
public java.util.List<ActivationConfigProperty> getActivationConfigProperty()
set method for the activationConfigProperty property.
 For example, to add a new item, do as follows:
 
    getActivationConfigProperty().add(newItem);
 
 Objects of the following type(s) are allowed in the list
 ActivationConfigProperty