public class DeleteTestRunRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
DeleteTestRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTestRunId() |
void |
setTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
java.lang.String |
toString() |
DeleteTestRunRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
DeleteTestRunRequest |
withTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic DeleteTestRunRequest withProjectId(java.lang.Long projectId)
projectId - the given project id to set.DeleteTestRunRequest object.public java.lang.Long getTestRunId()
public void setTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.public DeleteTestRunRequest withTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.DeleteTestRunRequest object.public java.lang.String toString()
toString in class ApiServiceRequest