public class MoveTestRunRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
MoveTestRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getArtifactId() |
ArtifactLevel |
getArtifactLevel() |
java.lang.Long |
getTestRunId() |
void |
setArtifactId(java.lang.Long artifactId)
Sets the test cycle identifier where to fetch the test suites.
|
void |
setArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level.
|
void |
setTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
java.lang.String |
toString() |
MoveTestRunRequest |
withArtifactId(java.lang.Long artifactId)
Sets the artifact identifier where to fetch the test suites.
|
MoveTestRunRequest |
withArtifactLevel(ArtifactLevel artifactLevel)
Sets the artifact level.
|
MoveTestRunRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
MoveTestRunRequest |
withTestRunId(java.lang.Long testRunId)
Sets the test run id.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic MoveTestRunRequest withProjectId(java.lang.Long projectId)
projectId - the given project id to set.MoveTestRunRequest object.public java.lang.Long getTestRunId()
public void setTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.public MoveTestRunRequest withTestRunId(java.lang.Long testRunId)
testRunId - the given test run identifier to set.MoveTestRunRequest object.public java.lang.Long getArtifactId()
public void setArtifactId(java.lang.Long artifactId)
artifactId - the given test artifact identifier.public MoveTestRunRequest 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 instance.public MoveTestRunRequest withArtifactLevel(ArtifactLevel artifactLevel)
artifactLevel - the given artifact level instance.public java.lang.String toString()
toString in class ApiServiceRequest