public class ListTestStepRequest extends ApiServiceRequest
| Constructor and Description |
|---|
ListTestStepRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getExpandCalledTestStep()
Flag to expand information of called test case
|
java.lang.Long |
getProjectId() |
java.lang.Long |
getTestCaseId() |
java.lang.Long |
getTestCaseVersion() |
ListTestStepRequest |
setExpandCalledTestStep(java.lang.Boolean expandCalledTestStep)
Flag to expand information of called test case
|
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
void |
setTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
void |
setTestCaseVersion(java.lang.Long testCaseVersion)
Sets the test case version.
|
java.lang.String |
toString() |
ListTestStepRequest |
withExpandCalledTestStep(java.lang.Boolean expandCalledTestStep)
Flag to expand information of called test case
|
ListTestStepRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
ListTestStepRequest |
withTestCaseId(java.lang.Long testCaseId)
Sets the test case identifier.
|
ListTestStepRequest |
withTestCaseVersion(java.lang.Long testCaseVersion)
Sets the test case version.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public ListTestStepRequest 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 ListTestStepRequest withTestCaseId(java.lang.Long testCaseId)
testCaseId - the given test case identifier to set.public java.lang.Long getTestCaseVersion()
public void setTestCaseVersion(java.lang.Long testCaseVersion)
testCaseVersion - the given test case version to set.public ListTestStepRequest withTestCaseVersion(java.lang.Long testCaseVersion)
testCaseVersion - the given test case version to set.public java.lang.Boolean getExpandCalledTestStep()
public ListTestStepRequest setExpandCalledTestStep(java.lang.Boolean expandCalledTestStep)
expandCalledTestStep - true or falsepublic ListTestStepRequest withExpandCalledTestStep(java.lang.Boolean expandCalledTestStep)
expandCalledTestStep - true or falsepublic java.lang.String toString()
toString in class ApiServiceRequest