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