public class RepositoryInfo extends Object
Constructor and Description |
---|
RepositoryInfo() |
Modifier and Type | Method and Description |
---|---|
RepositoryResponse |
convertToResponse() |
String |
getBaseUrl() |
String |
getDefaultBaseUrl() |
String |
getLatestBaseUrl() |
String |
getMirrorsList() |
String |
getOsType() |
String |
getRepoId() |
String |
getRepoName() |
void |
setBaseUrl(String baseUrl) |
void |
setDefaultBaseUrl(String url) |
void |
setLatestBaseUrl(String url) |
void |
setMirrorsList(String mirrorsList) |
void |
setOsType(String osType) |
void |
setRepoId(String repoId) |
void |
setRepoName(String repoName) |
String |
toString() |
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
baseUrl
- the baseUrl to setpublic String getOsType()
public void setOsType(String osType)
osType
- the osType to setpublic String getRepoId()
public void setRepoId(String repoId)
repoId
- the repoId to setpublic String getRepoName()
public void setRepoName(String repoName)
repoName
- the repoName to setpublic String getMirrorsList()
public void setMirrorsList(String mirrorsList)
mirrorsList
- the mirrorsList to setpublic String getDefaultBaseUrl()
public void setDefaultBaseUrl(String url)
url
- the default base url to setpublic String getLatestBaseUrl()
public void setLatestBaseUrl(String url)
url
- the latest determined base urlpublic RepositoryResponse convertToResponse()
Copyright © 2017. All rights reserved.