public class TestIndexParams extends Object
Constructor and Description |
---|
TestIndexParams() |
Modifier and Type | Method and Description |
---|---|
void |
addTags(String tags) |
String |
getAssignedTo() |
String |
getProjectId() |
String |
getTags() |
String |
getTestName() |
String |
getTestStatus() |
void |
setAssignedTo(String assignedTo) |
void |
setProjectId(String projectId) |
void |
setTestName(String testName) |
void |
setTestStatus(String testStatus) |
public String getProjectId()
public void setProjectId(String projectId)
projectId
- the projectId to setpublic String getTags()
public void addTags(String tags)
tags
- the tags to setpublic String getTestName()
public void setTestName(String testName)
testName
- the testName to setpublic String getTestStatus()
public void setTestStatus(String testStatus)
testStatus
- the testStatus to setpublic String getAssignedTo()
public void setAssignedTo(String assignedTo)
assignedTo
- the assignedTo to setCopyright © 2016–2020. All rights reserved.