public class ExceptionBreakpointsFilter extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ExceptionBreakpointsFilter |
create(String filter,
String label) |
boolean |
equals(Object obj) |
Boolean |
getDefault()
Initial value of the filter.
|
String |
getFilter()
The internal ID of the filter.
|
String |
getLabel()
The name of the filter.
|
int |
hashCode() |
ExceptionBreakpointsFilter |
setDefault(Boolean defaultValue) |
ExceptionBreakpointsFilter |
setFilter(String filter) |
ExceptionBreakpointsFilter |
setLabel(String label) |
public String getFilter()
public ExceptionBreakpointsFilter setFilter(String filter)
public String getLabel()
public ExceptionBreakpointsFilter setLabel(String label)
public Boolean getDefault()
public ExceptionBreakpointsFilter setDefault(Boolean defaultValue)
public static ExceptionBreakpointsFilter create(String filter, String label)