Class Station


  • public final class Station
    extends Object
    Representation of a Radio Station.
    Author:
    Stephan Fuhrmann
    • Constructor Detail

      • Station

        public Station()
    • Method Detail

      • setTags

        public void setTags​(String commaTags)
        JSON setter for the tagList. You'll probably prefer the tagList property.
        Parameters:
        commaTags - comma separated tag names.
        See Also:
        getTags()