Modifier and Type | Field and Description |
---|---|
private List<String> |
_languages |
private String |
_name |
private List<String> |
_populationIds |
private List<SiteUrl> |
_urls |
Constructor and Description |
---|
Site(String name,
List<SiteUrl> urls,
List<String> languages,
List<String> populationIds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getLanguages()
Get the languages of the site
|
String |
getName()
Returns the site name.
|
List<String> |
getPopulationIds()
Get the populations ids associated to the site
|
List<SiteUrl> |
getSiteUrls()
Get the URLs of the site
|
String |
toString() |
private List<String> _languages
private List<String> _populationIds
public List<SiteUrl> getSiteUrls()
public List<String> getLanguages()
public List<String> getPopulationIds()