public class DataBreakpointInfoResponse
extends java.lang.Object
Constructor and Description |
---|
DataBreakpointInfoResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
DataBreakpointAccessType[] |
getAccessTypes()
Optional attribute listing the available access types for a potential data breakpoint.
|
java.lang.Boolean |
getCanPersist()
Optional attribute indicating that a potential data breakpoint could be persisted across sessions.
|
java.lang.String |
getDataId()
An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or
null if no data breakpoint is available.
|
java.lang.String |
getDescription()
UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available.
|
int |
hashCode() |
void |
setAccessTypes(DataBreakpointAccessType[] accessTypes)
Optional attribute listing the available access types for a potential data breakpoint.
|
void |
setCanPersist(java.lang.Boolean canPersist)
Optional attribute indicating that a potential data breakpoint could be persisted across sessions.
|
void |
setDataId(java.lang.String dataId)
An identifier for the data on which a data breakpoint can be registered with the setDataBreakpoints request or
null if no data breakpoint is available.
|
void |
setDescription(java.lang.String description)
UI string that describes on what data the breakpoint is set on or why a data breakpoint is not available.
|
java.lang.String |
toString() |
@Pure public java.lang.String getDataId()
public void setDataId(java.lang.String dataId)
@Pure public java.lang.String getDescription()
public void setDescription(java.lang.String description)
@Pure public DataBreakpointAccessType[] getAccessTypes()
This is an optional property.
public void setAccessTypes(DataBreakpointAccessType[] accessTypes)
This is an optional property.
@Pure public java.lang.Boolean getCanPersist()
This is an optional property.
public void setCanPersist(java.lang.Boolean canPersist)
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