public class Action extends Object implements Serializable
| Constructor and Description |
|---|
Action()
No args constructor for use in serialization
|
Action(String handler,
List<String> instances) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandler() |
List<String> |
getInstances() |
void |
setHandler(String handler) |
void |
setInstances(List<String> instances) |
Copyright © 2017–2018 Red Hat. All rights reserved.