public class Action extends Object implements Serializable
| Constructor and Description |
|---|
Action()
No args constructor for use in serialization
|
Action(String method,
String namespace,
String path,
Map<String,TypedValue> properties,
String service) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
String |
getNamespace() |
String |
getPath() |
Map<String,TypedValue> |
getProperties() |
String |
getService() |
void |
setMethod(String method) |
void |
setNamespace(String namespace) |
void |
setPath(String path) |
void |
setProperties(Map<String,TypedValue> properties) |
void |
setService(String service) |
public String getMethod()
public void setMethod(String method)
public String getNamespace()
public void setNamespace(String namespace)
public String getPath()
public void setPath(String path)
public Map<String,TypedValue> getProperties()
public void setProperties(Map<String,TypedValue> properties)
public String getService()
public void setService(String service)
Copyright © 2017–2018 Red Hat. All rights reserved.