public class ListTestCaseRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
ListTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getModuleId() |
java.lang.Long |
getPage() |
java.lang.Long |
getPageSize() |
void |
setModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
void |
setPage(java.lang.Long page)
Sets the current page.
|
void |
setPageSize(java.lang.Long pageSize)
Sets the page size.
|
java.lang.String |
toString() |
ListTestCaseRequest |
withModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
ListTestCaseRequest |
withPage(java.lang.Long page)
Sets the current page.
|
ListTestCaseRequest |
withPageSize(java.lang.Long pageSize)
Sets the page size.
|
ListTestCaseRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic ListTestCaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getModuleId()
public void setModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public ListTestCaseRequest withModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public java.lang.Long getPage()
public void setPage(java.lang.Long page)
page - the given page to set.public ListTestCaseRequest withPage(java.lang.Long page)
page - the given page to set.public java.lang.Long getPageSize()
public void setPageSize(java.lang.Long pageSize)
pageSize - the given page size to set.public ListTestCaseRequest withPageSize(java.lang.Long pageSize)
pageSize - the given page size to set.public java.lang.String toString()
toString in class ApiServiceRequest