public class BreakPointInfo extends Object
BreakPointInfo represents information about current BreakPoint.| Constructor and Description |
|---|
BreakPointInfo(String fileName,
int queryIndex,
String queryTerminal) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEventInfo() |
String |
getFileName() |
Integer |
getQueryIndex() |
String |
getQueryName() |
Map<String,Object> |
getQueryState() |
String |
getQueryTerminal() |
void |
setEventInfo(Object eventInfo) |
void |
setQueryName(String queryName) |
void |
setQueryState(Map<String,Object> queryState) |
public Object getEventInfo()
public void setEventInfo(Object eventInfo)
public String getQueryName()
public void setQueryName(String queryName)
public Integer getQueryIndex()
public String getQueryTerminal()
public String getFileName()
Copyright © 2017 WSO2. All rights reserved.