Package com.amilesend.tvdb.client.model
Class ContentRating
java.lang.Object
com.amilesend.tvdb.client.model.ContentRating
content rating record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType
(String contentType) description
(String description) boolean
Get contentTypeGet countryGet descriptionGet fullNamegetId()
Get idgetName()
Get namegetOrder()
Get orderint
hashCode()
void
setContentType
(String contentType) void
setCountry
(String country) void
setDescription
(String description) void
setFullName
(String fullName) void
void
void
toString()
-
Constructor Details
-
ContentRating
public ContentRating()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
country
-
getCountry
Get country- Returns:
- country
-
setCountry
-
contentType
-
getContentType
Get contentType- Returns:
- contentType
-
setContentType
-
order
-
getOrder
Get order- Returns:
- order
-
setOrder
-
fullName
-
getFullName
Get fullName- Returns:
- fullName
-
setFullName
-
equals
-
hashCode
public int hashCode() -
toString
-