public class ExceptionBreakpointsFilter
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionBreakpointsFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getDefault_()
Initial value of the filter option.
|
java.lang.String |
getFilter()
The internal ID of the filter option.
|
java.lang.String |
getLabel()
The name of the filter option.
|
java.lang.Boolean |
getSupportsCondition()
Controls whether a condition can be specified for this filter option.
|
int |
hashCode() |
void |
setDefault_(java.lang.Boolean default_)
Initial value of the filter option.
|
void |
setFilter(java.lang.String filter)
The internal ID of the filter option.
|
void |
setLabel(java.lang.String label)
The name of the filter option.
|
void |
setSupportsCondition(java.lang.Boolean supportsCondition)
Controls whether a condition can be specified for this filter option.
|
java.lang.String |
toString() |
@Pure public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
@Pure public java.lang.String getLabel()
public void setLabel(java.lang.String label)
@Pure public java.lang.Boolean getDefault_()
This is an optional property.
public void setDefault_(java.lang.Boolean default_)
This is an optional property.
@Pure public java.lang.Boolean getSupportsCondition()
This is an optional property.
public void setSupportsCondition(java.lang.Boolean supportsCondition)
This is an optional property.
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object