public static class OutputEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static OutputEvent.EventBody |
create(String output) |
boolean |
equals(Object obj) |
String |
getCategory()
The output category.
|
Integer |
getColumn()
An optional source location column where the output was produced.
|
Object |
getData()
Optional data to report.
|
String |
getGroup()
Support for keeping an output log organized by grouping related messages.
|
Integer |
getLine()
An optional source location line where the output was produced.
|
String |
getOutput()
The output to report.
|
Source |
getSource()
An optional source location where the output was produced.
|
Integer |
getVariablesReference()
If an attribute 'variablesReference' exists and its value is > 0, the output contains
objects which can be retrieved by passing 'variablesReference' to the 'variables'
request.
|
int |
hashCode() |
OutputEvent.EventBody |
setCategory(String category) |
OutputEvent.EventBody |
setColumn(Integer column) |
OutputEvent.EventBody |
setData(Object data) |
OutputEvent.EventBody |
setGroup(String group) |
OutputEvent.EventBody |
setLine(Integer line) |
OutputEvent.EventBody |
setOutput(String output) |
OutputEvent.EventBody |
setSource(Source source) |
OutputEvent.EventBody |
setVariablesReference(Integer variablesReference) |
public String getCategory()
public OutputEvent.EventBody setCategory(String category)
public String getOutput()
public OutputEvent.EventBody setOutput(String output)
public String getGroup()
public OutputEvent.EventBody setGroup(String group)
public Integer getVariablesReference()
public OutputEvent.EventBody setVariablesReference(Integer variablesReference)
public Source getSource()
public OutputEvent.EventBody setSource(Source source)
public Integer getLine()
public OutputEvent.EventBody setLine(Integer line)
public Integer getColumn()
public OutputEvent.EventBody setColumn(Integer column)
public Object getData()
public OutputEvent.EventBody setData(Object data)
public static OutputEvent.EventBody create(String output)