public class StepInArguments
extends java.lang.Object
| Constructor and Description |
|---|
StepInArguments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SteppingGranularity |
getGranularity()
Optional granularity to step.
|
java.lang.Integer |
getTargetId()
Optional id of the target to step into.
|
int |
getThreadId()
Execute 'stepIn' for this thread.
|
int |
hashCode() |
void |
setGranularity(SteppingGranularity granularity)
Optional granularity to step.
|
void |
setTargetId(java.lang.Integer targetId)
Optional id of the target to step into.
|
void |
setThreadId(int threadId)
Execute 'stepIn' for this thread.
|
java.lang.String |
toString() |
@Pure public int getThreadId()
public void setThreadId(int threadId)
@Pure public java.lang.Integer getTargetId()
This is an optional property.
public void setTargetId(java.lang.Integer targetId)
This is an optional property.
@Pure public SteppingGranularity getGranularity()
This is an optional property.
public void setGranularity(SteppingGranularity granularity)
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