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.
|
java.lang.String |
getFilter()
The internal ID of the filter.
|
java.lang.String |
getLabel()
The name of the filter.
|
int |
hashCode() |
void |
setDefault_(java.lang.Boolean default_)
Initial value of the filter.
|
void |
setFilter(java.lang.String filter)
The internal ID of the filter.
|
void |
setLabel(java.lang.String label)
The name of the filter.
|
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.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