public class RepositoryRequest extends OperatingSystemRequest
Constructor and Description |
---|
RepositoryRequest(String stackName,
String stackVersion,
String osType,
String repoId) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
Gets the base URL for the repo.
|
String |
getRepoId() |
boolean |
isVerifyBaseUrl() |
void |
setBaseUrl(String url)
Sets the base URL for the repo.
|
void |
setRepoId(String repoId) |
void |
setVerifyBaseUrl(boolean verifyUrl) |
getOsType, setOsType
getStackVersion, setStackVersion
getStackName, setStackName
public String getRepoId()
public void setRepoId(String repoId)
public String getBaseUrl()
public void setBaseUrl(String url)
url
- the base URL.public boolean isVerifyBaseUrl()
true
if the base url should be verified. Default is true
.public void setVerifyBaseUrl(boolean verifyUrl)
verifyUrl
- true
to verify the base urlCopyright © 2017. All rights reserved.