Package com.lariflix.jemm.dtos
Class JellyfinCadPeopleItem
java.lang.Object
com.lariflix.jemm.dtos.JellyfinCadPeopleItem
- Direct Known Subclasses:
JellyfinReportPeopleItem
Represents a JellyfinCadPeopleItem object.
- Since:
- 1.0.0
- Author:
- Cesar Bianchi
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for the JellyfinCadPeopleItem class. -
Method Summary
Modifier and TypeMethodDescriptionGets the channel ID of the JellyfinCadPeopleItem.int
Gets the community rating of the JellyfinCadPeopleItem.int
Gets the critic rating of the JellyfinCadPeopleItem.getId()
Gets the ID of the JellyfinCadPeopleItem.Gets the location type of the JellyfinCadPeopleItem.getName()
Gets the name of the JellyfinCadPeopleItem.Gets the official rating of the JellyfinCadPeopleItem.Gets the premiere date of the JellyfinCadPeopleItem.int
Gets the production year of the JellyfinCadPeopleItem.Gets the server ID of the JellyfinCadPeopleItem.getType()
Gets the type of the JellyfinCadPeopleItem.void
setChannelId
(Object channelId) Sets the channel ID of the JellyfinCadPeopleItem.void
setCommunityRating
(int communityRating) Sets the community rating of the JellyfinCadPeopleItem.void
setCriticRating
(int criticRating) Sets the critic rating of the JellyfinCadPeopleItem.void
Sets the ID of the JellyfinCadPeopleItem.void
setLocationType
(String locationType) Sets the location type of the JellyfinCadPeopleItem.void
Sets the name of the JellyfinCadPeopleItem.void
setOfficialRating
(String officialRating) Sets the official rating of the JellyfinCadPeopleItem.void
setPremiereDate
(Date premiereDate) Sets the premiere date of the JellyfinCadPeopleItem.void
setProductionYear
(int productionYear) Sets the production year of the JellyfinCadPeopleItem.void
setServerId
(String serverId) Sets the server ID of the JellyfinCadPeopleItem.void
Sets the type of the JellyfinCadPeopleItem.
-
Field Details
-
name
-
serverId
-
id
-
premiereDate
-
criticRating
public int criticRating -
officialRating
-
channelId
-
communityRating
public int communityRating -
productionYear
public int productionYear -
type
-
locationType
-
-
Constructor Details
-
JellyfinCadPeopleItem
public JellyfinCadPeopleItem()Default constructor for the JellyfinCadPeopleItem class. This constructor is used when creating a new instance of this class without setting any initial values.- Since:
- 1.0
-
-
Method Details
-
getName
Gets the name of the JellyfinCadPeopleItem.- Returns:
- the name of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setName
Sets the name of the JellyfinCadPeopleItem.- Parameters:
name
- the name to set- Since:
- 1.0
-
getServerId
Gets the server ID of the JellyfinCadPeopleItem.- Returns:
- the server ID of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setServerId
Sets the server ID of the JellyfinCadPeopleItem.- Parameters:
serverId
- the server ID to set- Since:
- 1.0
-
getId
Gets the ID of the JellyfinCadPeopleItem.- Returns:
- the ID of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setId
Sets the ID of the JellyfinCadPeopleItem.- Parameters:
id
- the ID to set- Since:
- 1.0
-
getPremiereDate
Gets the premiere date of the JellyfinCadPeopleItem.- Returns:
- the premiere date of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setPremiereDate
Sets the premiere date of the JellyfinCadPeopleItem.- Parameters:
premiereDate
- the premiere date to set- Since:
- 1.0
-
getCriticRating
public int getCriticRating()Gets the critic rating of the JellyfinCadPeopleItem.- Returns:
- the critic rating of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setCriticRating
public void setCriticRating(int criticRating) Sets the critic rating of the JellyfinCadPeopleItem.- Parameters:
criticRating
- the critic rating to set- Since:
- 1.0
-
getOfficialRating
Gets the official rating of the JellyfinCadPeopleItem.- Returns:
- the official rating of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setOfficialRating
Sets the official rating of the JellyfinCadPeopleItem.- Parameters:
officialRating
- the official rating to set- Since:
- 1.0
-
getChannelId
Gets the channel ID of the JellyfinCadPeopleItem.- Returns:
- the channel ID of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setChannelId
Sets the channel ID of the JellyfinCadPeopleItem.- Parameters:
channelId
- the channel ID to set- Since:
- 1.0
-
getCommunityRating
public int getCommunityRating()Gets the community rating of the JellyfinCadPeopleItem.- Returns:
- the community rating of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setCommunityRating
public void setCommunityRating(int communityRating) Sets the community rating of the JellyfinCadPeopleItem.- Parameters:
communityRating
- the community rating to set- Since:
- 1.0
-
getProductionYear
public int getProductionYear()Gets the production year of the JellyfinCadPeopleItem.- Returns:
- the production year of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setProductionYear
public void setProductionYear(int productionYear) Sets the production year of the JellyfinCadPeopleItem.- Parameters:
productionYear
- the production year to set- Since:
- 1.0
-
getType
Gets the type of the JellyfinCadPeopleItem.- Returns:
- the type of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setType
Sets the type of the JellyfinCadPeopleItem.- Parameters:
type
- the type to set- Since:
- 1.0
-
getLocationType
Gets the location type of the JellyfinCadPeopleItem.- Returns:
- the location type of the JellyfinCadPeopleItem
- Since:
- 1.0
-
setLocationType
Sets the location type of the JellyfinCadPeopleItem.- Parameters:
locationType
- the location type to set- Since:
- 1.0
-