Class TRSuite
java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRSuite
public class TRSuite extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()LonggetCompletedOn()The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0)StringgetDescription()The description of the test suiteLonggetId()The unique ID of the test suiteBooleangetIsBaseline()True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0)BooleangetIsCompleted()True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0)BooleangetIsMaster()True if the test suite is a master test suite and false otherwise (added with TestRail 4.0)StringgetName()The name of the test suiteLonggetProjectId()The ID of the project this test suite belongs toStringgetUrl()The address/URL of the test suite in the user interfaceinthashCode()voidsetAdditionalProperty(String name, Object value)voidsetCompletedOn(Long completedOn)The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0)voidsetDescription(String description)The description of the test suitevoidsetId(Long id)The unique ID of the test suitevoidsetIsBaseline(Boolean isBaseline)True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0)voidsetIsCompleted(Boolean isCompleted)True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0)voidsetIsMaster(Boolean isMaster)True if the test suite is a master test suite and false otherwise (added with TestRail 4.0)voidsetName(String name)The name of the test suitevoidsetProjectId(Long projectId)The ID of the project this test suite belongs tovoidsetUrl(String url)The address/URL of the test suite in the user interfaceStringtoString()TRSuitewithAdditionalProperty(String name, Object value)TRSuitewithCompletedOn(Long completedOn)TRSuitewithDescription(String description)TRSuitewithId(Long id)TRSuitewithIsBaseline(Boolean isBaseline)TRSuitewithIsCompleted(Boolean isCompleted)TRSuitewithIsMaster(Boolean isMaster)TRSuitewithName(String name)TRSuitewithProjectId(Long projectId)TRSuitewithUrl(String url)
-
Constructor Details
-
TRSuite
public TRSuite()No args constructor for use in serialization -
TRSuite
public TRSuite(String description, Long id, Long completedOn, String name, Long projectId, Boolean isBaseline, Boolean isCompleted, Boolean isMaster, String url)- Parameters:
completedOn-isMaster-name-description-isBaseline-id-projectId-url-isCompleted-
-
-
Method Details
-
getDescription
The description of the test suite -
setDescription
The description of the test suite -
withDescription
-
getId
The unique ID of the test suite -
setId
The unique ID of the test suite -
withId
-
getCompletedOn
The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0) -
setCompletedOn
The date/time when the test suite was closed (as UNIX timestamp) (added with TestRail 4.0) -
withCompletedOn
-
getName
The name of the test suite -
setName
The name of the test suite -
withName
-
getProjectId
The ID of the project this test suite belongs to -
setProjectId
The ID of the project this test suite belongs to -
withProjectId
-
getIsBaseline
True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0) -
setIsBaseline
True if the test suite is a baseline test suite and false otherwise (added with TestRail 4.0) -
withIsBaseline
-
getIsCompleted
True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0) -
setIsCompleted
True if the test suite is marked as completed/archived and false otherwise (added with TestRail 4.0) -
withIsCompleted
-
getIsMaster
True if the test suite is a master test suite and false otherwise (added with TestRail 4.0) -
setIsMaster
True if the test suite is a master test suite and false otherwise (added with TestRail 4.0) -
withIsMaster
-
getUrl
The address/URL of the test suite in the user interface -
setUrl
The address/URL of the test suite in the user interface -
withUrl
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-