public class SubActionResult extends Object implements HasFeatures, Serializable, Cloneable
| Constructor and Description |
|---|
SubActionResult() |
SubActionResult(String target) |
| Modifier and Type | Method and Description |
|---|---|
SubActionResult |
clone() |
Map<String,Object> |
getFeatures() |
String |
getTarget() |
void |
setFeatures(Map<String,Object> features) |
void |
setTarget(String target) |
SubActionResult |
withFeature(String name,
Object value) |
SubActionResult |
withFeatures(Map<String,Object> features) |
SubActionResult |
withTarget(String target) |
public SubActionResult(String target)
public SubActionResult()
public SubActionResult withTarget(String target)
public SubActionResult withFeatures(Map<String,Object> features)
public SubActionResult withFeature(String name, Object value)
public String getTarget()
public void setTarget(String target)
public Map<String,Object> getFeatures()
getFeatures in interface HasFeaturespublic void setFeatures(Map<String,Object> features)
setFeatures in interface HasFeaturespublic SubActionResult clone()
Copyright © 2016–2021 Softelnet. All rights reserved.