| Modifier and Type | Class and Description |
|---|---|
static class |
Plan.Entry.Run |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getAssignedtoId() |
List<Integer> |
getCaseIds() |
List<Integer> |
getConfigIds() |
String |
getId() |
String |
getName() |
List<Plan.Entry.Run> |
getRuns() |
Integer |
getSuiteId() |
int |
hashCode() |
Boolean |
isIncludeAll() |
Plan.Entry |
setAssignedtoId(Integer assignedtoId) |
Plan.Entry |
setCaseIds(List<Integer> caseIds) |
Plan.Entry |
setConfigIds(List<Integer> configIds) |
Plan.Entry |
setId(String id) |
Plan.Entry |
setIncludeAll(Boolean includeAll) |
Plan.Entry |
setName(String name) |
Plan.Entry |
setRuns(List<Plan.Entry.Run> runs) |
Plan.Entry |
setSuiteId(Integer suiteId) |
String |
toString() |
@Generated(value="lombok") public Entry()
public Boolean isIncludeAll()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Integer getSuiteId()
@Generated(value="lombok") public Integer getAssignedtoId()
@Generated(value="lombok") public List<Integer> getCaseIds()
@Generated(value="lombok") public List<Integer> getConfigIds()
@Generated(value="lombok") public List<Plan.Entry.Run> getRuns()
@Generated(value="lombok") public Plan.Entry setId(String id)
@Generated(value="lombok") public Plan.Entry setName(String name)
@Generated(value="lombok") public Plan.Entry setSuiteId(Integer suiteId)
@Generated(value="lombok") public Plan.Entry setAssignedtoId(Integer assignedtoId)
@Generated(value="lombok") public Plan.Entry setIncludeAll(Boolean includeAll)
@Generated(value="lombok") public Plan.Entry setCaseIds(List<Integer> caseIds)
@Generated(value="lombok") public Plan.Entry setConfigIds(List<Integer> configIds)
@Generated(value="lombok") public Plan.Entry setRuns(List<Plan.Entry.Run> runs)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017. All rights reserved.