public class CommandDTO extends Object
| Constructor and Description |
|---|
CommandDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
List<BreakPointDTO> |
getPoints() |
void |
setCommand(String command) |
void |
setPoints(List<BreakPointDTO> points) |
public String getCommand()
public void setCommand(String command)
public List<BreakPointDTO> getPoints()
public void setPoints(List<BreakPointDTO> points)
Copyright © 2017 WSO2. All rights reserved.