Klasse Station

java.lang.Object
de.sfuhrm.radiobrowser4j.Parameter
de.sfuhrm.radiobrowser4j.Station

public final class Station extends Parameter
Representation of a Radio Station.
Autor:
Stephan Fuhrmann
  • Konstruktordetails

    • Station

      public Station()
  • Methodendetails

    • getTags

      public String getTags()
      JSON getter for the tagList. You would probably prefer using the tagList property.
      Gibt zurück:
      comma separated tag names.
      Siehe auch:
    • setTags

      public void setTags(String commaTags)
      JSON setter for the tagList. You would probably prefer using the tagList property.
      Parameter:
      commaTags - comma separated tag names.
      Siehe auch:
    • getLanguage

      public String getLanguage()
      JSON setter for languageList. You would probably prefer using the languageList property.
      Gibt zurück:
      comma separated languages.
      Siehe auch:
    • setLanguage

      public void setLanguage(String commaLanguages)
      JSON setter for languageList. You would probably prefer using the languageList property.
      Parameter:
      commaLanguages - comma separated languages.
      Siehe auch:
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • apply

      protected void apply(Map<String,String> requestParams)
      Applies the parameters stored in this instance to the given request parameters.
      Parameter:
      requestParams - the parameters to apply the instance content to.