Class Network

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

public class Network extends Object
Describes the network that distributes a TV show.
  • Method Details

    • builder

      public static Network.NetworkBuilder builder()
    • getId

      public int getId()
      The network identifier.
    • getName

      public String getName()
      The network name.
    • getCountry

      public Country getCountry()
      The associated country information.
    • getOfficialSite

      public String getOfficialSite()
      The URL to the network'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