public class TestIndexParams extends Object
| Constructor and Description |
|---|
TestIndexParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedTo() |
String |
getFolderName() |
String |
getProjectId() |
String |
getTestName() |
String |
getTestStatus() |
void |
setAssignedTo(String assignedTo) |
void |
setFolderName(String folderName) |
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 getFolderName()
public void setFolderName(String folderName)
folderName - the folderName 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–2018. All rights reserved.