Class ContentRating

java.lang.Object
com.amilesend.tvdb.client.model.ContentRating

public class ContentRating extends Object
content rating record
  • Constructor Details

    • ContentRating

      public ContentRating()
  • Method Details

    • id

      public ContentRating id(Long id)
    • getId

      public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • name

      public ContentRating name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public ContentRating description(String description)
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • country

      public ContentRating country(String country)
    • getCountry

      public String getCountry()
      Get country
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • contentType

      public ContentRating contentType(String contentType)
    • getContentType

      public String getContentType()
      Get contentType
      Returns:
      contentType
    • setContentType

      public void setContentType(String contentType)
    • order

      public ContentRating order(Integer order)
    • getOrder

      public Integer getOrder()
      Get order
      Returns:
      order
    • setOrder

      public void setOrder(Integer order)
    • fullName

      public ContentRating fullName(String fullName)
    • getFullName

      public String getFullName()
      Get fullName
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • 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