public class CreateTestStepRequest extends ApiServiceRequest
| Constructor and Description |
|---|
CreateTestStepRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getProjectId() |
java.lang.Long |
getTestCaseId() |
TestStep |
getTestStep() |
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
void |
setTestStep(TestStep testStep)
Sets the test step instance.
|
CreateTestStepRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
CreateTestStepRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
CreateTestStepRequest |
withTestStep(TestStep testStep)
Sets the test step instance.
|
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 CreateTestStepRequest 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 CreateTestStepRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public TestStep getTestStep()
public void setTestStep(TestStep testStep)
testStep - the given test step instance to set.public CreateTestStepRequest withTestStep(TestStep testStep)
testStep - the given test step instance to set.