public class GetTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
GetTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTestCaseId() |
java.lang.Long |
getTestCaseVersion() |
boolean |
isIncludeTeststeps() |
void |
setIncludeTeststeps(boolean includeTeststeps)
Sets include test-steps flag.
|
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
void |
setTestCaseVersion(java.lang.Long testCaseVersion)
Sets the test case version.
|
java.lang.String |
toString() |
GetTestCaseRequest |
withIncludeTeststeps(boolean includeTeststeps)
Sets include test-steps flag.
|
GetTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
GetTestCaseRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
GetTestCaseRequest |
withTestCaseVersion(java.lang.Long testCaseVersion)
Sets the test case version.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic GetTestCaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getTestCaseId()
public void setTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public GetTestCaseRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public java.lang.Long getTestCaseVersion()
public void setTestCaseVersion(java.lang.Long testCaseVersion)
testCaseVersion - the given test case version to set.public GetTestCaseRequest withTestCaseVersion(java.lang.Long testCaseVersion)
testCaseVersion - the given test case version to set.public boolean isIncludeTeststeps()
true if user want include test-steps.public void setIncludeTeststeps(boolean includeTeststeps)
includeTeststeps - the given include test-steps flag to set.public GetTestCaseRequest withIncludeTeststeps(boolean includeTeststeps)
includeTeststeps - the given include test-steps flag to set.public java.lang.String toString()
toString in class ApiServiceRequest