public class TRSection extends Object
| Constructor and Description |
|---|
TRSection()
No args constructor for use in serialization
|
TRSection(String description,
Long id,
Long suiteId,
Long parentId,
String name,
Long depth,
Long displayOrder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getDepth()
The level in the section hierarchy of the test suite
|
String |
getDescription()
The description of the section (added with TestRail 4.0)
|
Long |
getDisplayOrder()
The order in the test suite
|
Long |
getId()
The ID of the section
|
String |
getName()
The name of the section (required)
(Required)
|
Long |
getParentId()
The ID of the parent section (to build section hierarchies)
|
Long |
getSuiteId()
The ID of the test suite (ignored if the project is operating in single suite mode, required otherwise)
|
int |
hashCode() |
void |
setDepth(Long depth)
The level in the section hierarchy of the test suite
|
void |
setDescription(String description)
The description of the section (added with TestRail 4.0)
|
void |
setDisplayOrder(Long displayOrder)
The order in the test suite
|
void |
setId(Long id)
The ID of the section
|
void |
setName(String name)
The name of the section (required)
(Required)
|
void |
setParentId(Long parentId)
The ID of the parent section (to build section hierarchies)
|
void |
setSuiteId(Long suiteId)
The ID of the test suite (ignored if the project is operating in single suite mode, required otherwise)
|
String |
toString() |
TRSection |
withDepth(Long depth) |
TRSection |
withDescription(String description) |
TRSection |
withDisplayOrder(Long displayOrder) |
TRSection |
withId(Long id) |
TRSection |
withName(String name) |
TRSection |
withParentId(Long parentId) |
TRSection |
withSuiteId(Long suiteId) |
public String getDescription()
public void setDescription(String description)
public Long getId()
public void setId(Long id)
public Long getSuiteId()
public void setSuiteId(Long suiteId)
public Long getParentId()
public void setParentId(Long parentId)
public String getName()
public void setName(String name)
public Long getDepth()
public void setDepth(Long depth)
public Long getDisplayOrder()
public void setDisplayOrder(Long displayOrder)
Copyright © 2019. All rights reserved.