Class Context
java.lang.Object
org.touchbit.testrail4j.jackson2.model.Context
public class Context extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()BooleangetIsGlobal()List<Long>getProjectIds()inthashCode()voidsetAdditionalProperty(String name, Object value)voidsetIsGlobal(Boolean isGlobal)voidsetProjectIds(List<Long> projectIds)StringtoString()ContextwithAdditionalProperty(String name, Object value)ContextwithIsGlobal(Boolean isGlobal)ContextwithProjectIds(List<Long> projectIds)
-
Constructor Details
-
Method Details