Package de.sfuhrm.radiobrowser4j
Class Station
- java.lang.Object
-
- de.sfuhrm.radiobrowser4j.Station
-
public final class Station extends java.lang.ObjectRepresentation 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 java.lang.StringgetTags()JSON getter for thetagList.voidsetTags(java.lang.String commaTags)JSON setter for thetagList.java.lang.StringtoString()
-
-
-
Method Detail
-
getTags
public java.lang.String getTags()
- Returns:
- comma separated tag names.
- See Also:
setTags(String)
-
setTags
public void setTags(java.lang.String commaTags)
- Parameters:
commaTags- comma separated tag names.- See Also:
getTags()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-