Package de.sfuhrm.radiobrowser4j
Class Station
java.lang.Object
de.sfuhrm.radiobrowser4j.Parameter
de.sfuhrm.radiobrowser4j.Station
Representation of a Radio Station.
- Author:
- Stephan Fuhrmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidApplies the parameters stored in this instance to the given request parameters.JSON setter forlanguageList.getTags()JSON getter for thetagList.voidsetLanguage(String commaLanguages) JSON setter forlanguageList.voidJSON setter for thetagList.toString()
-
Constructor Details
-
Station
public Station()
-
-
Method Details
-
getTags
JSON getter for thetagList. You would probably prefer using thetagListproperty.- Returns:
- comma separated tag names.
- See Also:
-
setTags
JSON setter for thetagList. You would probably prefer using thetagListproperty.- Parameters:
commaTags- comma separated tag names.- See Also:
-
getLanguage
JSON setter forlanguageList. You would probably prefer using thelanguageListproperty.- Returns:
- comma separated languages.
- See Also:
-
setLanguage
JSON setter forlanguageList. You would probably prefer using thelanguageListproperty.- Parameters:
commaLanguages- comma separated languages.- See Also:
-
toString
-
apply
Applies the parameters stored in this instance to the given request parameters.- Parameters:
requestParams- the parameters to apply the instance content to.
-