public class StepInTarget extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static StepInTarget |
create(Integer id,
String label) |
boolean |
equals(Object obj) |
int |
getId()
Unique identifier for a stepIn target.
|
String |
getLabel()
The name of the stepIn target (shown in the UI).
|
int |
hashCode() |
StepInTarget |
setId(int id) |
StepInTarget |
setLabel(String label) |
public int getId()
public StepInTarget setId(int id)
public String getLabel()
public StepInTarget setLabel(String label)
public static StepInTarget create(Integer id, String label)