Class WebChannel

java.lang.Object
com.amilesend.tvmaze.client.model.type.WebChannel

public class WebChannel extends Object
Describes the streaming network/site that distributes a TV show.
  • Method Details

    • builder

      public static WebChannel.WebChannelBuilder builder()
    • getId

      public int getId()
      The web channel's unique identifier.
    • getName

      public String getName()
      The channel's name.
    • getCountry

      public Country getCountry()
      The associated country.
    • getOfficialSite

      public String getOfficialSite()
      The URL to the channel's website.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object