public class TRSuite extends Object
| Constructor and Description |
|---|
TRSuite()
No args constructor for use in serialization
|
TRSuite(String description,
Long id,
Long completedOn,
String name,
Long projectId,
Boolean isBaseline,
Boolean isCompleted,
Boolean isMaster,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Long |
getCompletedOn()
The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0)
|
String |
getDescription()
The description of the test suite
|
Long |
getId()
The unique ID of the test suite
|
Boolean |
getIsBaseline()
True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0)
|
Boolean |
getIsCompleted()
True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0)
|
Boolean |
getIsMaster()
True if the test suite is a master test suite and false otherwise (added with TestRail 4.0)
|
String |
getName()
The name of the test suite
|
Long |
getProjectId()
The ID of the project this test suite belongs to
|
String |
getUrl()
The address/URL of the test suite in the user interface
|
int |
hashCode() |
void |
setCompletedOn(Long completedOn)
The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0)
|
void |
setDescription(String description)
The description of the test suite
|
void |
setId(Long id)
The unique ID of the test suite
|
void |
setIsBaseline(Boolean isBaseline)
True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0)
|
void |
setIsCompleted(Boolean isCompleted)
True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0)
|
void |
setIsMaster(Boolean isMaster)
True if the test suite is a master test suite and false otherwise (added with TestRail 4.0)
|
void |
setName(String name)
The name of the test suite
|
void |
setProjectId(Long projectId)
The ID of the project this test suite belongs to
|
void |
setUrl(String url)
The address/URL of the test suite in the user interface
|
String |
toString() |
TRSuite |
withCompletedOn(Long completedOn) |
TRSuite |
withDescription(String description) |
TRSuite |
withId(Long id) |
TRSuite |
withIsBaseline(Boolean isBaseline) |
TRSuite |
withIsCompleted(Boolean isCompleted) |
TRSuite |
withIsMaster(Boolean isMaster) |
TRSuite |
withName(String name) |
TRSuite |
withProjectId(Long projectId) |
TRSuite |
withUrl(String url) |
public String getDescription()
public void setDescription(String description)
public Long getId()
public void setId(Long id)
public Long getCompletedOn()
public void setCompletedOn(Long completedOn)
public String getName()
public void setName(String name)
public Long getProjectId()
public void setProjectId(Long projectId)
public Boolean getIsBaseline()
public void setIsBaseline(Boolean isBaseline)
public Boolean getIsCompleted()
public void setIsCompleted(Boolean isCompleted)
public Boolean getIsMaster()
public void setIsMaster(Boolean isMaster)
public String getUrl()
public void setUrl(String url)
Copyright © 2019. All rights reserved.