public class ActivationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ActivationConfigProperty> |
activationConfigProperty |
| Constructor and Description |
|---|
ActivationConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivationConfigProperty> |
getActivationConfigProperty()
Gets the value of the activationConfigProperty property.
|
protected List<ActivationConfigProperty> activationConfigProperty
public 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
ActivationConfigPropertyCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.