Package de.sfuhrm.radiobrowser4j
Class Station
- java.lang.Object
-
- de.sfuhrm.radiobrowser4j.Station
-
public final class Station extends Object
Representation of a Radio Station.- Author:
- Stephan Fuhrmann
-
-
Constructor Summary
Constructors Constructor Description Station()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()JSON setter forlanguageList.StringgetTags()JSON getter for thetagList.voidsetLanguage(String commaLanguages)JSON setter forlanguageList.voidsetTags(String commaTags)JSON setter for thetagList.StringtoString()
-
-
-
Method Detail
-
getTags
public String getTags()
- Returns:
- comma separated tag names.
- See Also:
setTags(String)
-
setTags
public void setTags(String commaTags)
- Parameters:
commaTags- comma separated tag names.- See Also:
getTags()
-
getLanguage
public String getLanguage()
JSON setter forlanguageList. You would probably prefer using thelanguageListproperty.- Returns:
- comma separated languages.
- See Also:
setLanguage(String)
-
setLanguage
public void setLanguage(String commaLanguages)
JSON setter forlanguageList. You would probably prefer using thelanguageListproperty.- Parameters:
commaLanguages- comma separated languages.- See Also:
getLanguage()
-
-