public final class GetModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
GetModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getModuleId() |
boolean |
isIncludeDescendants() |
void |
setIncludeDescendants(boolean includeDescendants)
Sets the include descendants flag.
|
void |
setModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
java.lang.String |
toString() |
GetModuleRequest |
withIncludeDescendants(boolean includeDescendants)
Sets the include descendants flag.
|
GetModuleRequest |
withModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
GetModuleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic GetModuleRequest 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 GetModuleRequest withModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public boolean isIncludeDescendants()
public void setIncludeDescendants(boolean includeDescendants)
includeDescendants - the given include descendants flag to set.public GetModuleRequest withIncludeDescendants(boolean includeDescendants)
includeDescendants - the given include descendants flag to set.get module request instance.public java.lang.String toString()
toString in class ApiServiceRequest