public class UpdateTestCycleRequest extends AbstractQTestApiServiceRequest
| Modifier and Type | Field and Description |
|---|---|
protected TestCycle |
testCycle |
protected java.lang.Long |
testCycleId |
projectId| Constructor and Description |
|---|
UpdateTestCycleRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestCycle |
getTestCycle() |
java.lang.Long |
getTestCycleId() |
void |
setTestCycle(TestCycle testCycle)
Sets the test-cycle.
|
void |
setTestCycleId(java.lang.Long testCycleId)
Sets the test-cycle identifier.
|
java.lang.String |
toString() |
UpdateTestCycleRequest |
withProjectId(java.lang.Long projectId)
Sets project id.
|
UpdateTestCycleRequest |
withTestCycle(TestCycle testCycle)
Sets the test-cycle instance.
|
UpdateTestCycleRequest |
withTestCycleId(java.lang.Long testCycleId)
Sets the test-cycle identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialsprotected java.lang.Long testCycleId
protected TestCycle testCycle
public UpdateTestCycleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getTestCycleId()
public void setTestCycleId(java.lang.Long testCycleId)
testCycleId - the given test-cycle identifier to set.public UpdateTestCycleRequest withTestCycleId(java.lang.Long testCycleId)
testCycleId - the given test-cycle identifier.public TestCycle getTestCycle()
public void setTestCycle(TestCycle testCycle)
testCycle - the given test-cycle instance.public UpdateTestCycleRequest withTestCycle(TestCycle testCycle)
testCycle - the given test-cycle instance to set.public java.lang.String toString()
toString in class ApiServiceRequest