public class MessageDTO extends Object
Constructor and Description |
---|
MessageDTO(String code,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
addFrame(FrameDTO frameDTO) |
String |
getCode() |
List<FrameDTO> |
getFrames() |
BreakPointDTO |
getLocation() |
String |
getMessage() |
String |
getThreadId() |
void |
setLocation(BreakPointDTO location) |
void |
setThreadId(String threadId) |
String |
toString()
Generates textual representation of the current debug point.
|
public String getCode()
public String getMessage()
public String getThreadId()
public void setThreadId(String threadId)
public BreakPointDTO getLocation()
public void setLocation(BreakPointDTO location)
public void addFrame(FrameDTO frameDTO)
Copyright © 2018 WSO2. All rights reserved.