public class ApproveTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
ApproveTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTestCaseId() |
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
java.lang.String |
toString() |
ApproveTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
ApproveTestCaseRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic ApproveTestCaseRequest 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 ApproveTestCaseRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest