public class CreateAutomationTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
CreateAutomationTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
AutomationTestCase |
getAutomationTestCase() |
void |
setAutomationTestCase(AutomationTestCase automationTestCase)
Sets the
AutomationTestCase instance. |
java.lang.String |
toString() |
CreateAutomationTestCaseRequest |
withAutomationTestCase(AutomationTestCase automationTestCase)
Sets the
AutomationTestCase instance. |
CreateAutomationTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic CreateAutomationTestCaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.CreateAutomationTestCaseRequest instance.public AutomationTestCase getAutomationTestCase()
AutomationTestCase instance.public void setAutomationTestCase(AutomationTestCase automationTestCase)
AutomationTestCase instance.automationTestCase - the given AutomationTestCase instance to set.public CreateAutomationTestCaseRequest withAutomationTestCase(AutomationTestCase automationTestCase)
AutomationTestCase instance.automationTestCase - the given AutomationTestCase instance to set.CreateAutomationTestCaseRequest instance.public java.lang.String toString()
toString in class ApiServiceRequest