public class GetTestStepRequest extends ApiServiceRequest
| Constructor and Description |
|---|
GetTestStepRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getProjectId() |
java.lang.Long |
getTestCaseId() |
java.lang.Long |
getTestCaseVersion() |
java.lang.Long |
getTestStepId() |
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
void |
setTestCaseVersion(java.lang.Long testCaseVersion)
Sets the test case version.
|
void |
setTestStepId(java.lang.Long testStepId)
Sets the test step identifier.
|
GetTestStepRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
GetTestStepRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
GetTestStepRequest |
withTestCaseVersion(java.lang.Long testCaseVersion)
Sets the test case version.
|
GetTestStepRequest |
withTestStepId(java.lang.Long testStepId)
Sets the test step identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, toString, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public GetTestStepRequest 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 GetTestStepRequest 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 GetTestStepRequest withTestCaseVersion(java.lang.Long testCaseVersion)
testCaseVersion - the given test case version to set.public java.lang.Long getTestStepId()
public void setTestStepId(java.lang.Long testStepId)
testStepId - the given test step identifier to set.public GetTestStepRequest withTestStepId(java.lang.Long testStepId)
testStepId - the given test step identifier to set.