public class CreateTestCycleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
CreateTestCycleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getArtifactId() |
ArtifactLevel |
getArtifactLevel() |
TestCycle |
getTestCycle() |
void |
setArtifactId(java.lang.Long artifactId)
Sets the artifact identifier.
|
void |
setArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level value.
|
void |
setTestCycle(TestCycle testCycle)
Sets the test-cycle.
|
java.lang.String |
toString() |
CreateTestCycleRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact identifier.
|
CreateTestCycleRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets artifact level value.
|
CreateTestCycleRequest |
withProjectId(java.lang.Long projectId)
Sets project identifier.
|
CreateTestCycleRequest |
withTestCycle(TestCycle testCycle)
Sets the test-cycle instance.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic CreateTestCycleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given artifact identifier to set.public CreateTestCycleRequest withArtifactId(java.lang.Long artifactId)
artifactId - the given artifact identifier to set.public ArtifactLevel getArtifactLevel()
public void setArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value.public CreateTestCycleRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level value.public TestCycle getTestCycle()
public void setTestCycle(TestCycle testCycle)
testCycle - the given test-cycle instance.public CreateTestCycleRequest withTestCycle(TestCycle testCycle)
testCycle - the given test-cycle instance to set.public java.lang.String toString()
toString in class ApiServiceRequest